View | Details | Raw Unified | Return to bug 155542
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.18 2009/08/10 16:23:24 bsam Exp $
5
# $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.18 2009/08/10 16:23:24 bsam Exp $
6
6
7
PORTNAME=	FreeBSD-Portindex
7
PORTNAME=	FreeBSD-Portindex
8
PORTVERSION=	2.2
8
PORTVERSION=	2.3
9
PORTREVISION=	1
10
CATEGORIES=	ports-mgmt perl5
9
CATEGORIES=	ports-mgmt perl5
11
MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
10
MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
12
PKGNAMEPREFIX=	p5-
11
PKGNAMEPREFIX=	p5-
Lines 27-33 Link Here
27
26
28
CFG_FILE=	portindex.cfg
27
CFG_FILE=	portindex.cfg
29
28
30
MAN1=		find-updated.1 cache-init.1 cache-update.1 portindex.1
29
MAN1=		find-updated.1 cache-init.1 cache-update.1 portindex.1 \
30
		portdepends.1
31
31
32
post-install: install-conf install-cache
32
post-install: install-conf install-cache
33
33
(-)distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (FreeBSD-Portindex-2.2.tar.bz2) = 4fee52ecc3bea4e7672e4b90806282d1
1
SHA256 (FreeBSD-Portindex-2.3.tar.bz2) = 7b491908bb8daf5e9b3faf36946d975f4965719689812b64dcb293a44fc1786f
2
SHA256 (FreeBSD-Portindex-2.2.tar.bz2) = e11bbe3b7cb375e3938f170d9ed9f71a7419c1c71d5fd378b5dd0003f5afbd8e
2
SIZE (FreeBSD-Portindex-2.3.tar.bz2) = 50095
3
SIZE (FreeBSD-Portindex-2.2.tar.bz2) = 46188
(-)pkg-plist (+1 lines)
Lines 2-7 Link Here
2
bin/cache-update
2
bin/cache-update
3
bin/find-updated
3
bin/find-updated
4
bin/portindex
4
bin/portindex
5
bin/portdepends
5
@unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi
6
@unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi
6
etc/portindex.cfg.sample
7
etc/portindex.cfg.sample
7
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true
8
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true

Return to bug 155542