diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-02-07 22:38:18 +0800 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-02-07 22:38:18 +0800 |
commit | 07fb60054d3de8314e017876a54956daf9996b0a (patch) | |
tree | daf4cc416987d2aa48c13ebd2174ec402a146a1f /ports-mgmt | |
parent | d48258a8b3de827dd6bb4fcabb554b15710f3d2d (diff) | |
download | freebsd-ports-gnome-07fb60054d3de8314e017876a54956daf9996b0a.tar.gz freebsd-ports-gnome-07fb60054d3de8314e017876a54956daf9996b0a.tar.zst freebsd-ports-gnome-07fb60054d3de8314e017876a54956daf9996b0a.zip |
- 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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/files/patch-bin-portsclean | 19 |
3 files changed, 4 insertions, 24 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 1bc41086a2ab..e56036ea2619 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -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} diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index b938456a64ed..d5d0493eb168 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -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 diff --git a/ports-mgmt/portupgrade/files/patch-bin-portsclean b/ports-mgmt/portupgrade/files/patch-bin-portsclean deleted file mode 100644 index a5dbd3faa726..000000000000 --- a/ports-mgmt/portupgrade/files/patch-bin-portsclean +++ /dev/null @@ -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 |