From m.seaman@infracaninophile.co.uk  Sun Aug  5 17:34:51 2007
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9F97716A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Aug 2007 17:34:51 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 327F013C46B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Aug 2007 17:34:51 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l75HYeQc051561
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Aug 2007 18:34:40 +0100 (BST)
	(envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk)
Received: (from matthew@localhost)
	by happy-idiot-talk.infracaninophile.co.uk (8.14.1/8.14.1/Submit) id l75HYeT2051560;
	Sun, 5 Aug 2007 18:34:40 +0100 (BST)
	(envelope-from matthew)
Message-Id: <200708051734.l75HYeT2051560@happy-idiot-talk.infracaninophile.co.uk>
Date: Sun, 5 Aug 2007 18:34:40 +0100 (BST)
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 17:40:01 GMT 2007
>Closed-Date:    Sun Aug 05 22:50:19 GMT 2007
>Last-Modified:  Sun Aug  5 23:00:05 GMT 2007
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Aug 5 22:50:17 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115222 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115222: commit references a PR
Date: Sun,  5 Aug 2007 22:50:10 +0000 (UTC)

 miwi        2007-08-05 22:50:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/p5-FreeBSD-Portindex Makefile distinfo 
   Log:
   - 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)
   
   Revision  Changes    Path
   1.14      +1 -5      ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile
   1.11      +3 -3      ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
