diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-06 06:50:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-06 06:50:04 +0800 |
commit | 9b2e0f792768770f9f2eba55c51c11b4f8f9021a (patch) | |
tree | 53e35a4bea4026d8f707b4c9b1477bf0d5015f85 /ports-mgmt | |
parent | 1bf133e87ab704a215e94bb04eb7dcfcb56d9fd8 (diff) | |
download | freebsd-ports-gnome-9b2e0f792768770f9f2eba55c51c11b4f8f9021a.tar.gz freebsd-ports-gnome-9b2e0f792768770f9f2eba55c51c11b4f8f9021a.tar.zst freebsd-ports-gnome-9b2e0f792768770f9f2eba55c51c11b4f8f9021a.zip |
- Update to 2.0
* Now tracks changes to OPTIONS settings, and the effect those
have on port dependencies.
* Cleanup of warning and error messages -- new 'Warnings'
configuration variable to turn them on/off
* New 'Strict' configuration option -- at the moment this just
enforces a check that all ports are referenced from the
category Makefile in the directory above. May be extended to
other items later.
* New 'CrunchWhitespace' configuration option -- emulate the way
that 'make index' collapses multiple whitespace into single in
port description lines.
* Internal changes to data structures, cache file locking
etc. which will be needed to support multithreaded cache
initialization / update (It is coming... eventually). One
consequence is that there is no longer a dependency on
Storable.pm
* Mk/bsd.commands.mk and Mk/bsd.destdir.mk added to the list of
Makefiles where changes are not expected to affect the INDEX.
* Bugfix -- correct programming error when picking out changes to
lists of SUBDIRs in category Makefiles.
Note: You will have to reinitialize the ports cache when updating.
Unfortunately, due to the changes in BerkeleyDB locking / concurrent
access, version 2.0 code cannot even open the version 1.9 data cache.
PR: 115222
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/Makefile | 6 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/distinfo | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile index c74706b1aa24..90a74ab5aa90 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile +++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= FreeBSD-Portindex -PORTVERSION= 1.9 +PORTVERSION= 2.0 CATEGORIES= ports-mgmt perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- @@ -37,10 +37,6 @@ MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1 IGNORE= requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again .endif -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.endif - post-install: install-conf install-cache install-conf: diff --git a/ports-mgmt/p5-FreeBSD-Portindex/distinfo b/ports-mgmt/p5-FreeBSD-Portindex/distinfo index 576997b66867..43586a444240 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/distinfo +++ b/ports-mgmt/p5-FreeBSD-Portindex/distinfo @@ -1,3 +1,3 @@ -MD5 (FreeBSD-Portindex-1.9.tar.bz2) = ac9aeb593ca69716e0b9f9392f06519e -SHA256 (FreeBSD-Portindex-1.9.tar.bz2) = 3ca432d675b82a732d914f7060a15137dc177e215b4faaf7dcde51208a59bd7e -SIZE (FreeBSD-Portindex-1.9.tar.bz2) = 29297 +MD5 (FreeBSD-Portindex-2.0.tar.bz2) = 1270281da5d9574f726df00efa5e7842 +SHA256 (FreeBSD-Portindex-2.0.tar.bz2) = 45b5c17798783ca2d60754410604cad9ff08aa7892342ed77ed473444189ad53 +SIZE (FreeBSD-Portindex-2.0.tar.bz2) = 32206 |