svn commit: r303265 - head/ports-mgmt/portupgrade-devel

Bryan Drewery bdrewery at FreeBSD.org
Tue Aug 28 00:11:37 UTC 2012


Author: bdrewery
Date: Tue Aug 28 00:11:36 2012
New Revision: 303265
URL: http://svn.freebsd.org/changeset/ports/303265

Log:
  - Update to 20120827 snapshot
  
  Changelog:
   * Fix running portupgrade from a portdir picking that port up as
     the origin to upgrade/install
   * 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.
  
  Approved by:	bapt (mentor)

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

Modified: head/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade-devel/Makefile	Mon Aug 27 22:18:55 2012	(r303264)
+++ head/ports-mgmt/portupgrade-devel/Makefile	Tue Aug 28 00:11:36 2012	(r303265)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portupgrade
-PORTVERSION=	20120821
+PORTVERSION=	20120827
 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=	a523bb7
+GITVERSION=	595d51a
 
 DIST_SUBDIR=	${PORTNAME}
 USE_RUBY=	yes

Modified: head/ports-mgmt/portupgrade-devel/distinfo
==============================================================================
--- head/ports-mgmt/portupgrade-devel/distinfo	Mon Aug 27 22:18:55 2012	(r303264)
+++ head/ports-mgmt/portupgrade-devel/distinfo	Tue Aug 28 00:11:36 2012	(r303265)
@@ -1,2 +1,2 @@
-SHA256 (portupgrade/pkgtools-pkgtools-a523bb7.tar.gz) = b4749513df3452dc32106971411649a51425aed87aa93d2a2e94f876d348bfb9
-SIZE (portupgrade/pkgtools-pkgtools-a523bb7.tar.gz) = 105377
+SHA256 (portupgrade/pkgtools-pkgtools-595d51a.tar.gz) = 2583fc442ee7f5a24f2d33720b4f60f6c5c8b10195357df0847f99792aa4228c
+SIZE (portupgrade/pkgtools-pkgtools-595d51a.tar.gz) = 104762



More information about the svn-ports-head mailing list