- 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)
This commit is contained in:
parent
c21090625e
commit
3a24386f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303265
@ -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.so:${PORTSDIR}/databases/ruby-bdb
|
||||
CONFLICTS_INSTALL= portupgrade-[0-9]*
|
||||
|
||||
FETCH_ARGS= -Fpr
|
||||
GITVERSION= a523bb7
|
||||
GITVERSION= 595d51a
|
||||
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
USE_RUBY= yes
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user