Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2011 20:50:56 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162356: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.7
Message-ID:  <201111072050.pA7KouU8036252@lucid-nonsense.infracaninophile.co.uk>
Resent-Message-ID: <201111072100.pA7L0Nos027694@freefall.freebsd.org>

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

>Number:         162356
>Category:       ports
>Synopsis:       [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.7
>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:   Mon Nov 07 21:00:22 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #21: Sat Nov 5 11:47:22 GMT 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Routine bug-fix update to new version.

ChangeLog:

        - Fixup plain input to cache-update so now it should cope
          with any file or directory in the ports tree, and
          directories need not have trailing '/' appended.  Assumes
          two level ports heirarchy.

        - 'use warnings' means '-w' is redundant

        - Documentation improvements

        - Match WWW: tags in pkg-descr even if they have leading
          whitespace

        - Fix dependency accumulation /again!/

        - Don't bail-out when encountering 'dependency on something
          not a port' -- instead, carry on recursing for all other
          dependencies of that port.

        - Docco improvements suggested by bartsch (at) dssgmbh.de

        - Make the %Config array a package global in
          FreeBSD::Portindex::Config, and export it from there as
          required.  No need to say '$::Config{FooBar}' in
          .portindexrc (although that still worlks).  Plain
          $Config{FooBar} now preferred.

        - Improved handling of some port errors.  Setting
          eg. JAVA_VENDOR in the make environment will result in
          certain ports producing bogus dependency data.  Detect this
          and emit warning messages at cache-{init,update} time.

        - Regularize paths in the pkg-descr (5th) field of the
          generated INDEX.  No more '../..'


>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.21
diff -u -u -r1.21 Makefile
--- Makefile	26 Oct 2011 21:16:25 -0000	1.21
+++ Makefile	7 Nov 2011 20:41:06 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.21 2011/10/26 21:16:25 dougb Exp $
 
 PORTNAME=	FreeBSD-Portindex
-PORTVERSION=	2.6
+PORTVERSION=	2.7
 CATEGORIES=	ports-mgmt perl5
 MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
 PKGNAMEPREFIX=	p5-
@@ -29,7 +29,7 @@
 RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
 .endif
 
-USE_XZ=	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.16
diff -u -u -r1.16 distinfo
--- distinfo	26 Oct 2011 21:16:25 -0000	1.16
+++ distinfo	7 Nov 2011 20:41:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (FreeBSD-Portindex-2.6.tar.xz) = 909ea1b4ff67ea08617a54452b6ed9e999787d6ff3458cb59fb6aa81ecc67c13
-SIZE (FreeBSD-Portindex-2.6.tar.xz) = 51828
+SHA256 (FreeBSD-Portindex-2.7.tar.xz) = c57639bc399699db4b9dc76437aded1df554240a210fd010db9ec78a08c34cb8
+SIZE (FreeBSD-Portindex-2.7.tar.xz) = 52612
--- 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?201111072050.pA7KouU8036252>