From 4f18c8ea2690dbe1b56fac7e0a3e1a63242c01b0 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 11 Oct 2001 19:53:14 +0000 Subject: Update to 20011012. Fix several minor bugs and make it a stable release again. (Hopefully) portupgrade: Delete an unneeded exception snatcher. This fixes a bug where ports marked as IGNORE are not properly skipped. pkgdb: Rebuild pkgdb if it looks like broken, instead of resulting in failure. Unbreak regexp match. ;) Fix a typo of a variable name in an error message. [Reported by: Stijn Hoop ] portsdb: Allow a port dir to be a symlink to a directory. Add support for the case where some catetories are missing in a ports tree. [Submitted by: Jos Backus ] --- ports-mgmt/portupgrade/Makefile | 2 +- ports-mgmt/portupgrade/distinfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ports-mgmt/portupgrade') diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index b51465809034..bd18c6f29c4a 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20011010.1 +PORTVERSION= 20011012 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index e3dacea0b8c7..71fe857cca15 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011010.1.tar.gz) = d401d79e5af88376ccfe228464f5e16c +MD5 (pkgtools-20011012.tar.gz) = 1c77402d0b0ab03ed28194c5ecc806ae -- cgit