ports/115222: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.0

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Aug 5 17:40:02 UTC 2007


>Number:         115222
>Category:       ports
>Synopsis:       [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 17:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 6.2-STABLE FreeBSD 6.2-STABLE #6: Thu Aug 2 19:25:34 BST 2007 root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

Changes since 1.9:

     * 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.


>How-To-Repeat:
	
>Fix:

	

--- p5-FreeBSD-Portindex.diff begins here ---
diff -Nur /usr/ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile p5-FreeBSD-Portindex/Makefile
--- /usr/ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile	2007-08-04 21:03:56.000000000 +0100
+++ p5-FreeBSD-Portindex/Makefile	2007-08-05 18:03:56.000000000 +0100
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.13 2007/08/04 11:41:14 gabor Exp $
 
 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 @@
 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 -Nur /usr/ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo p5-FreeBSD-Portindex/distinfo
--- /usr/ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo	2007-02-04 11:20:50.000000000 +0000
+++ p5-FreeBSD-Portindex/distinfo	2007-08-05 18:04:17.000000000 +0100
@@ -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
--- p5-FreeBSD-Portindex.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list