aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-05-30 15:00:21 +0800
committerknu <knu@FreeBSD.org>2001-05-30 15:00:21 +0800
commit472db64d9149c05d8d8c105940d9e502cfb73f0f (patch)
tree6985b685eaa1f55093b4d6f128584d505ff76124
parentd537230e2fb7db29a9f7aea406dd4086c3ef4f5a (diff)
downloadfreebsd-ports-gnome-472db64d9149c05d8d8c105940d9e502cfb73f0f.tar.gz
freebsd-ports-gnome-472db64d9149c05d8d8c105940d9e502cfb73f0f.tar.zst
freebsd-ports-gnome-472db64d9149c05d8d8c105940d9e502cfb73f0f.zip
Update to portupgrade 1.29.
portupgrade: - Fix a bug that -s/--sort didn't work. D'oh! - Make -u/--uninstall fail-safe. It backs up old installations with the help of pkg_tarup and restores on installation failure. - Show option errors more gracefully. - Die on signals more gracefully. portversion: - Show option errors more gracefully. - Die on signals more gracefully.
-rw-r--r--ports-mgmt/portupgrade-devel/Makefile7
-rw-r--r--ports-mgmt/portupgrade-devel/distinfo2
-rw-r--r--ports-mgmt/portupgrade/Makefile7
-rw-r--r--ports-mgmt/portupgrade/distinfo2
-rw-r--r--sysutils/portupgrade-devel/Makefile7
-rw-r--r--sysutils/portupgrade-devel/distinfo2
-rw-r--r--sysutils/portupgrade/Makefile7
-rw-r--r--sysutils/portupgrade/distinfo2
8 files changed, 20 insertions, 16 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile
index d8324df442ca..13ff9e98219a 100644
--- a/ports-mgmt/portupgrade-devel/Makefile
+++ b/ports-mgmt/portupgrade-devel/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= portupgrade
-PORTVERSION= 1.28
+PORTVERSION= 1.29
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20010530c
+DISTNAME= pkgtools-20010530d
MAINTAINER= knu@FreeBSD.org
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
+ pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo
index fc35449c3833..8a4b5d82bf55 100644
--- a/ports-mgmt/portupgrade-devel/distinfo
+++ b/ports-mgmt/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010530c.tar.gz) = 0f3e85bd4b0948f6cda8d7d2d339cbb6
+MD5 (pkgtools-20010530d.tar.gz) = 8f0bb6b84ded3f35552440917ae7833d
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index d8324df442ca..13ff9e98219a 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= portupgrade
-PORTVERSION= 1.28
+PORTVERSION= 1.29
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20010530c
+DISTNAME= pkgtools-20010530d
MAINTAINER= knu@FreeBSD.org
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
+ pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index fc35449c3833..8a4b5d82bf55 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010530c.tar.gz) = 0f3e85bd4b0948f6cda8d7d2d339cbb6
+MD5 (pkgtools-20010530d.tar.gz) = 8f0bb6b84ded3f35552440917ae7833d
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
index d8324df442ca..13ff9e98219a 100644
--- a/sysutils/portupgrade-devel/Makefile
+++ b/sysutils/portupgrade-devel/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= portupgrade
-PORTVERSION= 1.28
+PORTVERSION= 1.29
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20010530c
+DISTNAME= pkgtools-20010530d
MAINTAINER= knu@FreeBSD.org
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
+ pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo
index fc35449c3833..8a4b5d82bf55 100644
--- a/sysutils/portupgrade-devel/distinfo
+++ b/sysutils/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010530c.tar.gz) = 0f3e85bd4b0948f6cda8d7d2d339cbb6
+MD5 (pkgtools-20010530d.tar.gz) = 8f0bb6b84ded3f35552440917ae7833d
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index d8324df442ca..13ff9e98219a 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= portupgrade
-PORTVERSION= 1.28
+PORTVERSION= 1.29
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20010530c
+DISTNAME= pkgtools-20010530d
MAINTAINER= knu@FreeBSD.org
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
+ pkg_tarup:${PORTSDIR}/misc/pkg_tarup
USE_RUBY= yes
diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo
index fc35449c3833..8a4b5d82bf55 100644
--- a/sysutils/portupgrade/distinfo
+++ b/sysutils/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20010530c.tar.gz) = 0f3e85bd4b0948f6cda8d7d2d339cbb6
+MD5 (pkgtools-20010530d.tar.gz) = 8f0bb6b84ded3f35552440917ae7833d