aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-14 16:05:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-14 16:05:35 +0000
commit511d902b504e649102f3bd59c4f532930d6593c6 (patch)
treea66d5aec8cff6131002a26dbd117a2f28f30b134 /ports-mgmt/p5-FreeBSD-Portindex
parent8cb12deec2756314775e47191d593d7132a293d0 (diff)
downloadports-511d902b504e649102f3bd59c4f532930d6593c6.tar.gz
ports-511d902b504e649102f3bd59c4f532930d6593c6.zip
Notes
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile6
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/distinfo5
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/pkg-plist1
3 files changed, 6 insertions, 6 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index b1f44f749533..ad2c51a571ae 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= FreeBSD-Portindex
-PORTVERSION= 2.2
-PORTREVISION= 1
+PORTVERSION= 2.3
CATEGORIES= ports-mgmt perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -27,7 +26,8 @@ CACHE_MODE?= 0775
CFG_FILE= portindex.cfg
-MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1
+MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1 \
+ portdepends.1
post-install: install-conf install-cache
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/distinfo b/ports-mgmt/p5-FreeBSD-Portindex/distinfo
index d2a31377006f..9a985e3e0886 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/distinfo
+++ b/ports-mgmt/p5-FreeBSD-Portindex/distinfo
@@ -1,3 +1,2 @@
-MD5 (FreeBSD-Portindex-2.2.tar.bz2) = 4fee52ecc3bea4e7672e4b90806282d1
-SHA256 (FreeBSD-Portindex-2.2.tar.bz2) = e11bbe3b7cb375e3938f170d9ed9f71a7419c1c71d5fd378b5dd0003f5afbd8e
-SIZE (FreeBSD-Portindex-2.2.tar.bz2) = 46188
+SHA256 (FreeBSD-Portindex-2.3.tar.bz2) = 7b491908bb8daf5e9b3faf36946d975f4965719689812b64dcb293a44fc1786f
+SIZE (FreeBSD-Portindex-2.3.tar.bz2) = 50095
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist b/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist
index cfbcccb13cc4..d57c77443617 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist
+++ b/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist
@@ -2,6 +2,7 @@ bin/cache-init
bin/cache-update
bin/find-updated
bin/portindex
+bin/portdepends
@unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi
etc/portindex.cfg.sample
@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true