FreeBSD Bugzilla – Attachment 150110 Details for
Bug 195576
[PATCH] [revive port] ports-mgmt/pkg-plist: Update to v1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 372182 revision)
pkg-plist_1.2-1.4.diff (text/plain), 2.24 KB, created by
lightside
on 2014-12-02 23:32:09 UTC
(
hide
)
Description:
Proposed patch (since 372182 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2014-12-02 23:32:09 UTC
Size:
2.24 KB
patch
obsolete
>diff -ruN pkg-plist.orig/Makefile pkg-plist/Makefile >--- pkg-plist.orig/Makefile 2014-11-05 15:05:02.000000000 +0400 >+++ pkg-plist/Makefile 2014-12-03 02:05:38.000000000 +0400 >@@ -2,9 +2,9 @@ > # $FreeBSD: head/ports-mgmt/pkg-plist/Makefile 372182 2014-11-05 11:05:02Z mat $ > > PORTNAME= pkg-plist >-PORTVERSION= 1.2 >+PORTVERSION= 1.4 > CATEGORIES= ports-mgmt python >-MASTER_SITES= http://code.arp242.net/pkg-plist/downloads/ >+MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ > > MAINTAINER= martin@arp242.net > COMMENT= Generate a pkg-plist for a port >@@ -13,11 +13,13 @@ > > USES= python > NO_BUILD= yes >+WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} > >-PLIST_FILES= bin/pkg-plist man/man1/pkg-plist.1.gz >+BB_ACCOUNT= Carpetsmoker >+BB_PROJECT= ${PORTNAME} >+BB_COMMIT= ff040a64c20b > >-DEPRECATED= Generate incorrect plists >-EXPIRATION_DATE= 2014-11-30 >+PLIST_FILES= bin/pkg-plist man/man1/pkg-plist.1.gz > > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${STAGEDIR}${PREFIX}/bin >diff -ruN pkg-plist.orig/distinfo pkg-plist/distinfo >--- pkg-plist.orig/distinfo 2012-11-08 03:17:21.000000000 +0400 >+++ pkg-plist/distinfo 2014-12-03 02:06:25.000000000 +0400 >@@ -1,2 +1,2 @@ >-SHA256 (pkg-plist-1.2.tar.gz) = 9cdb872627ad29c211923454faa111d5f85f5c1b5c6c9dba4621923d802a4831 >-SIZE (pkg-plist-1.2.tar.gz) = 4064 >+SHA256 (pkg-plist-1.4.tar.gz) = f65ba9994dd78e4916f3a420170f8c25f3a481032338433375385ab7c85ea17f >+SIZE (pkg-plist-1.4.tar.gz) = 4404 >diff -ruN pkg-plist.orig/pkg-descr pkg-plist/pkg-descr >--- pkg-plist.orig/pkg-descr 2012-11-08 03:17:21.000000000 +0400 >+++ pkg-plist/pkg-descr 2014-12-03 02:15:07.000000000 +0400 >@@ -2,4 +2,17 @@ > > That's all it does ;-) > >+Basic usage >+=========== >+1. Build your port to the staging directory: `make stage`. >+2. Run this from your port's directory (or set `-p`). >+ >+Alternatively, you can install your ports to a "fake" prefix, this is the "old" >+from before staging support, but it has the added advantage that you've tested >+whether your port works when installing to a different prefix. >+ >+1. Build & install your port with a different `PREFIX`: `make install >+ PREFIX=/var/tmp/ptest`. >+2. Run this from your port's directory with `-x` set to `PREFIX`. >+ > WWW: http://code.arp242.net/pkg-plist
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
lightside
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 195576
:
150092
|
150109
| 150110