diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-29 12:43:56 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-29 12:43:56 +0800 |
commit | 645a7777a032ef2cf07bdc3c4af42866997e9522 (patch) | |
tree | ca2bafa910b1824210fceb41351dde636d5a8564 /ports-mgmt/p5-FreeBSD-Portindex | |
parent | 22b6d47524c5f5fb59694dfb5f5582484fcef83c (diff) | |
download | freebsd-ports-gnome-645a7777a032ef2cf07bdc3c4af42866997e9522.tar.gz freebsd-ports-gnome-645a7777a032ef2cf07bdc3c4af42866997e9522.tar.zst freebsd-ports-gnome-645a7777a032ef2cf07bdc3c4af42866997e9522.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
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/Makefile | 8 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/distinfo | 4 |
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 |