- Update to 2.4.2.
* Many bugs fixed (thanks to all reporters). * Semantic for -c and -C has changed. -c runs 'make config-conditional' and -C 'make config' (forced config). * All ports now runs under portupgrade/portinstall control.
This commit is contained in:
parent
d48258a8b3
commit
07fb60054d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206839
3 changed files with 4 additions and 24 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.4.2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pkgtools-2.3.1.tar.bz2) = 943260281c88721261cc447dc3c8e128
|
||||
SHA256 (pkgtools-2.3.1.tar.bz2) = 8586b00e9e154acad4027d4808cdc1f46ca472446495fcf18dc727cfd0e0f052
|
||||
SIZE (pkgtools-2.3.1.tar.bz2) = 112891
|
||||
MD5 (pkgtools-2.4.2.tar.bz2) = b812cc55ed3adb681ef93ff5d4674fbd
|
||||
SHA256 (pkgtools-2.4.2.tar.bz2) = c04943949eee29d1ae3a180bd9925889974d1fb4c908545f009065770abd2d34
|
||||
SIZE (pkgtools-2.4.2.tar.bz2) = 112921
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
Index: bin/portsclean
|
||||
===================================================================
|
||||
RCS file: /cvsroot/portupgrade/pkgtools/bin/portsclean,v
|
||||
retrieving revision 1.9
|
||||
retrieving revision 1.10
|
||||
diff -u -r1.9 -r1.10
|
||||
--- bin/portsclean 8 Jan 2008 11:32:27 -0000 1.9
|
||||
+++ bin/portsclean 8 Jan 2008 12:09:15 -0000 1.10
|
||||
@@ -336,6 +336,10 @@
|
||||
|
||||
next if prev_path == path
|
||||
|
||||
+ # Skip system libraries (/lib, /usr/lib)
|
||||
+ # XXX Warning on this?
|
||||
+ next if /^\/lib/ !~ prev_path || /^\/usr\/lib/ !~ prev_path
|
||||
+
|
||||
puts "** #{path} is shadowed by #{prev_path}"
|
||||
|
||||
if dir == compatlibdir
|
Loading…
Reference in a new issue