Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 20:07:46 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155542: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.3
Message-ID:  <201103132007.p2DK7kgQ035847@lucid-nonsense.infracaninophile.co.uk>
Resent-Message-ID: <201103132010.p2DKAAT2047179@freefall.freebsd.org>

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

>Number:         155542
>Category:       ports
>Synopsis:       [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.3
>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 Mar 13 20:10:09 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 #37 r219303M: Sat Mar 5 13:35:42 GMT 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Update to new version 2.3:

  Add new script 'portdepends' to show the dependency tree for a port.

  Update defaults for EndemicMakefiles setting

  While-I'm=here: drop MD5 checksum.


>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.18
diff -u -u -r1.18 Makefile
--- Makefile	10 Aug 2009 16:23:24 -0000	1.18
+++ Makefile	13 Mar 2011 20:04:00 -0000
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile,v 1.18 2009/08/10 16:23:24 bsam Exp $
 
 PORTNAME=	FreeBSD-Portindex
-PORTVERSION=	2.2
-PORTREVISION=	1
+PORTVERSION=	2.3
 CATEGORIES=	ports-mgmt perl5
 MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
 PKGNAMEPREFIX=	p5-
@@ -27,7 +26,8 @@
 
 CFG_FILE=	portindex.cfg
 
-MAN1=		find-updated.1 cache-init.1 cache-update.1 portindex.1
+MAN1=		find-updated.1 cache-init.1 cache-update.1 portindex.1 \
+		portdepends.1
 
 post-install: install-conf install-cache
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo,v
retrieving revision 1.13
diff -u -u -r1.13 distinfo
--- distinfo	10 Aug 2009 11:40:34 -0000	1.13
+++ distinfo	13 Mar 2011 20:04:00 -0000
@@ -1,3 +1,2 @@
-MD5 (FreeBSD-Portindex-2.2.tar.bz2) = 4fee52ecc3bea4e7672e4b90806282d1
-SHA256 (FreeBSD-Portindex-2.2.tar.bz2) = e11bbe3b7cb375e3938f170d9ed9f71a7419c1c71d5fd378b5dd0003f5afbd8e
-SIZE (FreeBSD-Portindex-2.2.tar.bz2) = 46188
+SHA256 (FreeBSD-Portindex-2.3.tar.bz2) = 7b491908bb8daf5e9b3faf36946d975f4965719689812b64dcb293a44fc1786f
+SIZE (FreeBSD-Portindex-2.3.tar.bz2) = 50095
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	10 Aug 2009 16:23:24 -0000	1.4
+++ pkg-plist	13 Mar 2011 20:04:00 -0000
@@ -2,6 +2,7 @@
 bin/cache-update
 bin/find-updated
 bin/portindex
+bin/portdepends
 @unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi
 etc/portindex.cfg.sample
 @exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true
--- 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?201103132007.p2DK7kgQ035847>