Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2011 10:46:19 +0100 (BST)
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dougb@FreeBSD.org
Subject:   ports/160252: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.4
Message-ID:  <201108280946.p7S9kJLF056907@lucid-nonsense.infracaninophile.co.uk>
Resent-Message-ID: <201108280950.p7S9o9m6097572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108280946.p7S9kJLF056907>