Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2012 21:44:38 -0500
From:      "Bryan Drewery" <bryan@shatow.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        eadler@FreeBSD.org
Subject:   ports/170266: [MAINTAINER UPDATE] ports-mgmt/portupgrade: Update to 2.4.9.6
Message-ID:  <20120730024512.A3595106566C@hub.freebsd.org>
Resent-Message-ID: <201207300250.q6U2oCuY020695@freefall.freebsd.org>

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

>Number:         170266
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] ports-mgmt/portupgrade: Update to 2.4.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 30 02:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	- Add DOCS option to port
	- Update to 2.4.9.6
	-- Fix `portsdb -U` crash
	-- Show new version when upgrading ports
	-- Show recursive depends when upgrading
	-- Respect LOCALBASE [ports/146858]
	-- Fix crash on duplicated origins
	
>How-To-Repeat:
	
>Fix:

	

--- patch-portupgrade-2.4.9.6.txt begins here ---
diff --git Makefile Makefile
index 4e62df6..b12b9bb 100644
--- Makefile
+++ Makefile
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	portupgrade
-PORTVERSION=	2.4.9.5
+PORTVERSION=	2.4.9.6
 PORTEPOCH=	2
 CATEGORIES=	ports-mgmt
-MASTER_SITES=	SF/portupgrade/pkgtools/${PORTVERSION}/ \
-		http://www.shatow.net/freebsd/
+MASTER_SITES=	SF/portupgrade/pkgtools/dist/ \
+		http://mirror.shatow.net/freebsd/pkgtools/
 DISTNAME=	pkgtools-${PORTVERSION}
 
 MAINTAINER=	bryan@shatow.net
@@ -18,10 +18,11 @@ COMMENT=	FreeBSD ports/packages administration and management tool suite
 
 LICENSE=	BSD
 
-OPTIONS_DEFINE=	DB_OVERRIDE
+NO_OPTIONS_SORT=yes
+OPTIONS_DEFINE=	DOCS DB_OVERRIDE
 OPTIONS_SINGLE=	DB_OVERRIDE
 OPTIONS_SINGLE_DB_OVERRIDE=	BDB4 BDB1
-OPTIONS_DEFAULT=	DB_OVERRIDE BDB4
+OPTIONS_DEFAULT=	DB_OVERRIDE BDB4 DOCS
 DB_OVERRIDE_DESC=	Override DB backend instead of default DBM
 BDB1_DESC=	Use Berkeley DB 1
 BDB4_DESC=	Use Berkeley DB >=2
diff --git distinfo distinfo
index b5dc2d7..5015214 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (pkgtools-2.4.9.5.tar.bz2) = 7b573511729f044035e135f786b77bf94c3057ad2fe7ff3da2a32b3d1e6790a2
-SIZE (pkgtools-2.4.9.5.tar.bz2) = 80111
+SHA256 (pkgtools-2.4.9.6.tar.bz2) = 17e162c40910d8b25de1d62c21ec76375e86e36bfd7b07d447b2bef18480d514
+SIZE (pkgtools-2.4.9.6.tar.bz2) = 80316
--- patch-portupgrade-2.4.9.6.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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