diff options
author | knu <knu@FreeBSD.org> | 2001-10-11 19:53:14 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-10-11 19:53:14 +0000 |
commit | 4f18c8ea2690dbe1b56fac7e0a3e1a63242c01b0 (patch) | |
tree | acf869564ef68be58ae59ab56e142659672d075e /sysutils | |
parent | f35ceae610f75254f46f84058aaa4bce42d1dfc5 (diff) | |
download | FreeBSD-ports-4f18c8ea2690dbe1b56fac7e0a3e1a63242c01b0.zip FreeBSD-ports-4f18c8ea2690dbe1b56fac7e0a3e1a63242c01b0.tar.gz |
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 <stijn@win.tue.nl>]
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 <josb@cncdsl.com>]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index b514658..bd18c6f 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/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/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo index e3dacea..71fe857 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011010.1.tar.gz) = d401d79e5af88376ccfe228464f5e16c +MD5 (pkgtools-20011012.tar.gz) = 1c77402d0b0ab03ed28194c5ecc806ae diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index b514658..bd18c6f 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/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/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index e3dacea..71fe857 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011010.1.tar.gz) = d401d79e5af88376ccfe228464f5e16c +MD5 (pkgtools-20011012.tar.gz) = 1c77402d0b0ab03ed28194c5ecc806ae |