Date: Tue, 28 Aug 2012 16:04:18 +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: r303291 - head/ports-mgmt/portupgrade Message-ID: <201208281604.q7SG4IVb092329@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Aug 28 16:04:18 2012 New Revision: 303291 URL: http://svn.freebsd.org/changeset/ports/303291 Log: - Update to 2.4.9.9 Changelog: * Fix running portupgrade from a portdir picking that port up as the origin to upgrade/install. Regression from 2.4.9.8 [1] * Don't run 'make config' when only using packages with -PP * Fix portinstall -n not listing depends or a summary (#29) * manpage cleanups * port{install,upgrade} -n will no longer fetch packages when using -P or -PP. Use -F to fetch packages instead. -n implies dry run, so it should not be making any modifications to the system. Reported by: ache@ [1] Approved by: bapt (mentor) Modified: head/ports-mgmt/portupgrade/Makefile head/ports-mgmt/portupgrade/distinfo Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Tue Aug 28 15:58:46 2012 (r303290) +++ head/ports-mgmt/portupgrade/Makefile Tue Aug 28 16:04:18 2012 (r303291) @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 2.4.9.8 +PORTVERSION= 2.4.9.9 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= SF/portupgrade/pkgtools/dist/ \ Modified: head/ports-mgmt/portupgrade/distinfo ============================================================================== --- head/ports-mgmt/portupgrade/distinfo Tue Aug 28 15:58:46 2012 (r303290) +++ head/ports-mgmt/portupgrade/distinfo Tue Aug 28 16:04:18 2012 (r303291) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-2.4.9.8.tar.bz2) = 3368982aa7c27aa754485f546dff7c56715423074709582bbd4705d786058529 -SIZE (portupgrade/pkgtools-2.4.9.8.tar.bz2) = 83214 +SHA256 (portupgrade/pkgtools-2.4.9.9.tar.bz2) = f02bfb549448745755caf9e6aa12245c0a962a20c5f142fc767b0ab9d369bf77 +SIZE (portupgrade/pkgtools-2.4.9.9.tar.bz2) = 83350
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208281604.q7SG4IVb092329>