From m.seaman@infracaninophile.co.uk  Mon Nov  7 20:51:06 2011
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 0C574106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Nov 2011 20:51:06 +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 6E61F8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Nov 2011 20:51:05 +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 pA7KovUs036253
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 7 Nov 2011 20:50:57 GMT
	(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 pA7KouU8036252;
	Mon, 7 Nov 2011 20:50:56 GMT
	(envelope-from matthew)
Message-Id: <201111072050.pA7KouU8036252@lucid-nonsense.infracaninophile.co.uk>
Date: Mon, 7 Nov 2011 20:50:56 GMT
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.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162356
>Category:       ports
>Synopsis:       [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 07 21:00:22 UTC 2011
>Closed-Date:    Wed Nov 09 02:06:56 UTC 2011
>Last-Modified:  Wed Nov  9 02:10:11 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Nov 7 21:00:33 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162356 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Nov 9 02:06:55 UTC 2011 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162356: commit references a PR
Date: Wed,  9 Nov 2011 02:05:27 +0000 (UTC)

 clsung      2011-11-09 02:05:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/p5-FreeBSD-Portindex Makefile distinfo 
   Log:
   - Update to 2.7
   
   PR:             ports/162356
   Submitted by:   maintainer (Matthew Seaman)
   
   Revision  Changes    Path
   1.22      +2 -2      ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile
   1.17      +2 -2      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:
