From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 28 09:50:09 2011 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 718F7106566B for ; Sun, 28 Aug 2011 09:50:09 +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 476068FC17 for ; Sun, 28 Aug 2011 09:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7S9o99q097573 for ; Sun, 28 Aug 2011 09:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7S9o9m6097572; Sun, 28 Aug 2011 09:50:09 GMT (envelope-from gnats) Resent-Date: Sun, 28 Aug 2011 09:50:09 GMT Resent-Message-Id: <201108280950.p7S9o9m6097572@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 A591C106564A; Sun, 28 Aug 2011 09:46:29 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 10F0D8FC12; Sun, 28 Aug 2011 09:46:28 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p7S9kJVI056908; Sun, 28 Aug 2011 10:46:19 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id p7S9kJLF056907; Sun, 28 Aug 2011 10:46:19 +0100 (BST) (envelope-from matthew) Message-Id: <201108280946.p7S9kJLF056907@lucid-nonsense.infracaninophile.co.uk> Date: Sun, 28 Aug 2011 10:46:19 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dougb@FreeBSD.org Subject: ports/160252: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.4 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, 28 Aug 2011 09:50:09 -0000 >Number: 160252 >Category: ports >Synopsis: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 28 09:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.2-STABLE amd64 >Organization: Infracaninophile.co.uk >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #48 r225022: Sat Aug 20 10:46:44 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: 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 Doug Barton) - 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. >How-To-Repeat: >Fix: --- p5-FreeBSD-Portindex.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 14 Mar 2011 16:05:35 -0000 1.19 +++ Makefile 28 Aug 2011 09:35:37 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.19 2011/03/14 16:05:35 miwi Exp $ 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 @@ MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= Incremental FreeBSD ports INDEX file generation +LICENSE= BSD + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_BZIP2= yes +USE_XZ= yes PERL_CONFIGURE= yes CACHE_DIR?= /var/db/portindex Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo,v retrieving revision 1.14 diff -u -u -r1.14 distinfo --- distinfo 14 Mar 2011 16:05:35 -0000 1.14 +++ distinfo 28 Aug 2011 09:35:37 -0000 @@ -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 --- p5-FreeBSD-Portindex.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: