View | Details | Raw Unified | Return to bug 195576 | Differences between
and this patch

Collapse All | Expand All

(-)pkg-plist/Makefile (-5 / +7 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/ports-mgmt/pkg-plist/Makefile 372182 2014-11-05 11:05:02Z mat $
2
# $FreeBSD: head/ports-mgmt/pkg-plist/Makefile 372182 2014-11-05 11:05:02Z mat $
3
3
4
PORTNAME=	pkg-plist
4
PORTNAME=	pkg-plist
5
PORTVERSION=	1.2
5
PORTVERSION=	1.4
6
CATEGORIES=	ports-mgmt python
6
CATEGORIES=	ports-mgmt python
7
MASTER_SITES=	http://code.arp242.net/pkg-plist/downloads/
7
MASTER_SITES=	http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
8
8
9
MAINTAINER=	martin@arp242.net
9
MAINTAINER=	martin@arp242.net
10
COMMENT=	Generate a pkg-plist for a port
10
COMMENT=	Generate a pkg-plist for a port
Lines 13-23 Link Here
13
13
14
USES=		python
14
USES=		python
15
NO_BUILD=	yes
15
NO_BUILD=	yes
16
WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
16
17
17
PLIST_FILES=	bin/pkg-plist man/man1/pkg-plist.1.gz
18
BB_ACCOUNT=	Carpetsmoker
19
BB_PROJECT=	${PORTNAME}
20
BB_COMMIT=	ff040a64c20b
18
21
19
DEPRECATED=	Generate incorrect plists
22
PLIST_FILES=	bin/pkg-plist man/man1/pkg-plist.1.gz
20
EXPIRATION_DATE=	2014-11-30
21
23
22
do-install:
24
do-install:
23
	${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${STAGEDIR}${PREFIX}/bin
25
	${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${STAGEDIR}${PREFIX}/bin
(-)pkg-plist/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pkg-plist-1.2.tar.gz) = 9cdb872627ad29c211923454faa111d5f85f5c1b5c6c9dba4621923d802a4831
1
SHA256 (pkg-plist-1.4.tar.gz) = f65ba9994dd78e4916f3a420170f8c25f3a481032338433375385ab7c85ea17f
2
SIZE (pkg-plist-1.2.tar.gz) = 4064
2
SIZE (pkg-plist-1.4.tar.gz) = 4404
(-)pkg-plist/pkg-descr (+13 lines)
Lines 2-5 Link Here
2
2
3
That's all it does ;-)
3
That's all it does ;-)
4
4
5
Basic usage
6
===========
7
1. Build your port to the staging directory: `make stage`.
8
2. Run this from your port's directory (or set `-p`).
9
10
Alternatively, you can install your ports to a "fake" prefix, this is the "old"
11
from before staging support, but it has the added advantage that you've tested
12
whether your port works when installing to a different prefix.
13
14
1. Build & install your port with a different `PREFIX`: `make install
15
   PREFIX=/var/tmp/ptest`.
16
2. Run this from your port's directory with `-x` set to `PREFIX`.
17
5
WWW: http://code.arp242.net/pkg-plist
18
WWW: http://code.arp242.net/pkg-plist

Return to bug 195576