From bryan@shatow.net  Mon Jun 11 15:02:21 2012
Return-Path: <bryan@shatow.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 979641065670
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Jun 2012 15:02:21 +0000 (UTC)
	(envelope-from bryan@shatow.net)
Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92])
	by mx1.freebsd.org (Postfix) with ESMTP id 3A6178FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Jun 2012 15:02:21 +0000 (UTC)
Received: (qmail 9282 invoked from network); 11 Jun 2012 09:55:37 -0500
Received: from unknown (HELO test8.xzibition.com) (10.10.0.34)
  by sweb.xzibition.com with SMTP; 11 Jun 2012 09:55:37 -0500
Received: by test8.xzibition.com (sSMTP sendmail emulation); Mon, 11 Jun 2012 09:55:33 -0500
Message-Id: <20120611150221.979641065670@hub.freebsd.org>
Date: Mon, 11 Jun 2012 09:55:33 -0500
From: "Bryan Drewery" <bryan@shatow.net>
Reply-To: Bryan Drewery <bryan@shatow.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bapt@freebsd.org, eadler@freebsd.org
Subject: [MAINTAINER UPDATE] ports-mgmt/portupgrade-devel: Update to 20120611 snapshot
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168954
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] ports-mgmt/portupgrade-devel: Update to 20120611 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 11 15:10:15 UTC 2012
>Closed-Date:    Tue Jun 12 21:42:59 UTC 2012
>Last-Modified:  Tue Jun 12 21:50:15 UTC 2012
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
        - Update to 20120611 snapshot
        - Store distfiles in portupgrade/ subdir
        - Fix installation to support staging and mark USE_STAGE for upcoming staging support
        - Fix pkgng automatic dependency handling
        - Speed up some make variable lookups

        Redports buildlog: https://redports.org/~bdrewery/20120611143835-8420-29728/portupgrade-devel-20120611,3.log
>How-To-Repeat:
	
>Fix:

	

--- patch-portupgrade-devel-20120611.txt begins here ---
--- /usr/ports/ports-mgmt/portupgrade-devel/Makefile	2012-06-02 04:48:44.000000000 -0500
+++ Makefile	2012-06-11 09:37:40.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portupgrade
-PORTVERSION=	20120601
+PORTVERSION=	20120611
 PORTEPOCH=	3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://github.com/pkgtools/pkgtools/tarball/${GITVERSION}/ \
@@ -24,11 +24,13 @@
 CONFLICTS_INSTALL=	portupgrade-[0-9]*
 
 FETCH_ARGS=	-Fpr
-GITVERSION=	0529f13
+GITVERSION=	b0761c8
 
+DIST_SUBDIR=	${PORTNAME}
 USE_RUBY=	yes
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
-MAKE_ARGS=	PREFIX="${PREFIX}" RUBY="${RUBY}"
+USE_STAGE=	yes
+MAKE_ARGS=	PREFIX="${PREFIX}" RUBY="${RUBY}" RUBY_SITELIBDIR="${RUBY_SITELIBDIR}" MKDIR="${MKDIR}"
 MAN1=		pkg_deinstall.1 \
 		pkg_fetch.1 \
 		pkg_glob.1 \
@@ -64,6 +66,9 @@
 PLIST_SUB+=	SCRIPT="@comment "
 .endif
 
+regression-test: patch
+	cd ${WRKSRC} && ${MAKE} test
+
 post-patch:	.SILENT
 	REVISION=`readlink "${_DISTDIR}/portupgrade/latest" | ${SED} -E -e 's,.*pkgtools-(.*).tar.gz,\1,g'` && ${SED} -E -e "s,%%DATE%%,${PORTVERSION},g;s,%%REVISION%%,$${REVISION},g" \
 	    ${WRKSRC}/lib/pkgtools/revision.rb.in > ${WRKSRC}/lib/pkgtools/revision.rb
--- patch-portupgrade-devel-20120611.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Mon Jun 11 20:16:34 UTC 2012 
Responsible-Changed-Why:  
I'll take it 

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

From: Beech Rintoul <beech@freebsdnorth.com>
To: Bryan Drewery <bryan@shatow.net>
Cc: Bug Followup <bug-followup@FreeBSD.org>, beech@FreeBSD.org
Subject: Re: ports/168954: [MAINTAINER UPDATE] ports-mgmt/portupgrade-devel:
 Update to 20120611 snapshot
Date: Tue, 12 Jun 2012 13:28:50 -0800

 Does not fetch distfiles:
 
 http://www.freebsdnorth.com/tb/errors/10-FreeBSD/portupgrade-devel-20120611,3.log
 
 Beech
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
  X  - NO Word docs in e-mail | Latest Release:
 / \  - http://www.FreeBSD.org/releases/9.0R/announce.html
 ---------------------------------------------------------------------------------------
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Tue Jun 12 21:42:43 UTC 2012 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168954: commit references a PR
Date: Tue, 12 Jun 2012 21:42:11 +0000 (UTC)

 beech       2012-06-12 21:42:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/portupgrade-devel Makefile distinfo 
   Log:
   - Update to 20120611 snapshot
   - Store distfiles in portupgrade/ subdir
   - Fix installation to support staging and mark USE_STAGE for upcoming staging support
   - Fix pkgng automatic dependency handling
   - Speed up some make variable lookups
   
   PR:             ports/168954
   Submitted by:   Bryan Drewery <bryan@shatow.net> (maintainer)
   
   Revision  Changes    Path
   1.287     +8 -3      ports/ports-mgmt/portupgrade-devel/Makefile
   1.196     +2 -2      ports/ports-mgmt/portupgrade-devel/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:
