From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 5 17:40:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C7E016A419 for ; Sun, 5 Aug 2007 17:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36D8913C45D for ; Sun, 5 Aug 2007 17:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l75He1ov037900 for ; Sun, 5 Aug 2007 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l75He1CV037899; Sun, 5 Aug 2007 17:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 5 Aug 2007 17:40:01 GMT Resent-Message-Id: <200708051740.l75He1CV037899@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F97716A417 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115222: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2007 17:40:02 -0000 >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@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: