summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-02-07 14:38:18 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-02-07 14:38:18 +0000
commit07fb60054d3de8314e017876a54956daf9996b0a (patch)
treedaf4cc416987d2aa48c13ebd2174ec402a146a1f /ports-mgmt
parentUpdate to 1.20 (diff)
- 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.
Notes
Notes: svn path=/head/; revision=206839
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade/Makefile3
-rw-r--r--ports-mgmt/portupgrade/distinfo6
-rw-r--r--ports-mgmt/portupgrade/files/patch-bin-portsclean19
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