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
This commit is contained in:
Doug Barton 2011-08-29 04:43:56 +00:00
parent 283d54a418
commit 88f4336e9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280676
2 changed files with 8 additions and 6 deletions

View File

@ -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
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
RUN_DEPENDS= ${BUILD_DEPENDS}
LICENSE= BSD
USE_BZIP2= yes
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_XZ= yes
PERL_CONFIGURE= yes
CACHE_DIR?= /var/db/portindex

View File

@ -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