aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-08-29 04:43:56 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-08-29 04:43:56 +0000
commit88f4336e9def492c2c0bd6b04331822c20276885 (patch)
treee8483e24347cedac38bcff246926099830baed44 /ports-mgmt
parent283d54a41844e76ba65569a5eef3d614a84e7d54 (diff)
downloadports-88f4336e9def492c2c0bd6b04331822c20276885.tar.gz
ports-88f4336e9def492c2c0bd6b04331822c20276885.zip
New release: version 2.4
- Fix bug where LIB_DEPENDS data was missing from some of the RUN_DEPENDS column in the generated INDEX (reported by dougb) - Add an option to portdepends to shorten the output. Only traverse each dependency sub-tree one time. For complex ports this results in a substantial decrease in output -- the long form can produce literally millions of lines. - Add LICENSE - Pet portlint This release modifies the on-disk binary format of the cache. You will need to rerun cache-init after upgrading. PR: ports/160252 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=280676
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile8
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/distinfo4
2 files changed, 7 insertions, 5 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index ad2c51a571ae..0b34d36512ae 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= FreeBSD-Portindex
-PORTVERSION= 2.3
+PORTVERSION= 2.4
CATEGORIES= ports-mgmt perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -13,10 +13,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT= Incremental FreeBSD ports INDEX file generation
+LICENSE= BSD
+
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_BZIP2= yes
+USE_XZ= yes
PERL_CONFIGURE= yes
CACHE_DIR?= /var/db/portindex
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/distinfo b/ports-mgmt/p5-FreeBSD-Portindex/distinfo
index 9a985e3e0886..ea3bc87b718a 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/distinfo
+++ b/ports-mgmt/p5-FreeBSD-Portindex/distinfo
@@ -1,2 +1,2 @@
-SHA256 (FreeBSD-Portindex-2.3.tar.bz2) = 7b491908bb8daf5e9b3faf36946d975f4965719689812b64dcb293a44fc1786f
-SIZE (FreeBSD-Portindex-2.3.tar.bz2) = 50095
+SHA256 (FreeBSD-Portindex-2.4.tar.xz) = 78f461e35dcadb9fb79665c698825fd54e081030858cf023bedfeb47b73891d0
+SIZE (FreeBSD-Portindex-2.4.tar.xz) = 50724