diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-11 19:53:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-11 19:53:14 +0000 |
commit | 1b3e75281d9b25314c65d0a0cf4e62edb69b1727 (patch) | |
tree | 07195f68fb14c42bc460c798224ba4090e77d758 /sysutils | |
parent | o update to 0.2.4a (diff) |
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>]
Notes
Notes:
svn path=/head/; revision=48691
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 b51465809034..bd18c6f29c4a 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 e3dacea0b8c7..71fe857cca15 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 b51465809034..bd18c6f29c4a 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 e3dacea0b8c7..71fe857cca15 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011010.1.tar.gz) = d401d79e5af88376ccfe228464f5e16c +MD5 (pkgtools-20011012.tar.gz) = 1c77402d0b0ab03ed28194c5ecc806ae |