Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2012 00:45:15 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302836 - in head: . ports-mgmt/portupgrade-devel
Message-ID:  <201208210045.q7L0jFMh024912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Aug 21 00:45:14 2012
New Revision: 302836
URL: http://svn.freebsd.org/changeset/ports/302836

Log:
  - Update to 20120820 snapshot
  - Changes:
    * Fixed MOVED support [ports/151662]
    * Fixed deleted port portupgrade -o support
    * Automatically set DISABLE_CONFLICTS when replacing origins
    * Fix self-upgrade on 7.x due to custom script(1) being used
    * Fix errors when installing ports while inside WRKDIRS
    * pkgng fixes:
      * Implement portupgrade -o
      * Bail out of pkgdb -F sooner
      * Catch missing support in pkgdb -L
      * Implement creating pkgng package with -p
      * Be quieter about pkgdb -F support with pkgng
      * Implement pkgdb -o PKGNAME=ORIGIN for pkgng
      * Add PKGNG support to pkgdb.required?
  
  Approved by:	eadler (mentor)

Modified:
  head/UPDATING
  head/ports-mgmt/portupgrade-devel/Makefile
  head/ports-mgmt/portupgrade-devel/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Aug 20 23:04:52 2012	(r302835)
+++ head/UPDATING	Tue Aug 21 00:45:14 2012	(r302836)
@@ -5,6 +5,16 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20120820:
+  AFFECTS: users of ports-mgmt/portupgrade-devel
+  AUTHOR:  bdrewery@FreeBSD.org
+
+  Due to a bug introduced in 20120601, portupgrade is unable to
+  upgrade itself on FreeBSD 7.x. This has been fixed in 20120820.
+  ports-mgmt/portupgrade is not affected. To upgrade, execute the following:
+
+  # cd /usr/ports/ports-mgmt/portupgrade-devel && make deinstall install clean
+
 20120817:
   AFFECTS: users of games/unnethack
   AUTHOR:  knu@FreeBSD.org

Modified: head/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade-devel/Makefile	Mon Aug 20 23:04:52 2012	(r302835)
+++ head/ports-mgmt/portupgrade-devel/Makefile	Tue Aug 21 00:45:14 2012	(r302836)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portupgrade
-PORTVERSION=	20120801
+PORTVERSION=	20120820
 PORTEPOCH=	3
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://github.com/pkgtools/pkgtools/tarball/${GITVERSION}/ \
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb.
 CONFLICTS_INSTALL=	portupgrade-[0-9]*
 
 FETCH_ARGS=	-Fpr
-GITVERSION=	b381859
+GITVERSION=	08890a8
 
 DIST_SUBDIR=	${PORTNAME}
 USE_RUBY=	yes

Modified: head/ports-mgmt/portupgrade-devel/distinfo
==============================================================================
--- head/ports-mgmt/portupgrade-devel/distinfo	Mon Aug 20 23:04:52 2012	(r302835)
+++ head/ports-mgmt/portupgrade-devel/distinfo	Tue Aug 21 00:45:14 2012	(r302836)
@@ -1,2 +1,2 @@
-SHA256 (portupgrade/pkgtools-pkgtools-b381859.tar.gz) = 78133e395c2d8bef74257b90ba3811c6061eed10b82563e99dfb176a21205f65
-SIZE (portupgrade/pkgtools-pkgtools-b381859.tar.gz) = 104672
+SHA256 (portupgrade/pkgtools-pkgtools-08890a8.tar.gz) = 5064f13dec80d7c1c2cf364fcbb2e06e01df250198cbe5f0db070321c44b949b
+SIZE (portupgrade/pkgtools-pkgtools-08890a8.tar.gz) = 105345



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