diff options
author | knu <knu@FreeBSD.org> | 2001-08-13 20:45:15 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-13 20:45:15 +0000 |
commit | bbea64e1b6703d5e430e76a0eaca413d47f3878e (patch) | |
tree | feb4a22b88575bc0d7b3b520581767ee2db70f74 /sysutils/portupgrade | |
parent | e920e70328c4c8c56339ad887e84e3a8cf3fa4c3 (diff) | |
download | FreeBSD-ports-bbea64e1b6703d5e430e76a0eaca413d47f3878e.zip FreeBSD-ports-bbea64e1b6703d5e430e76a0eaca413d47f3878e.tar.gz |
Update to 20010814, with some enhanced support for coping with cyclic
dependencies.
- Fix a bug in the cyclic dependencies handler where it couldn't
always cope with a cycle properly.
[Problem found by: Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>]
- Don't emit a confusing error message "Cannot update the ports DB!"
on a recoverable error.
- Implement a cyclic dependencies fixer in pkgdepfix(1).
(Cyclic dependencies could never be generated if ports are made
properly..)
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index bfc9a54..1e5af95 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010812 +PORTVERSION= 20010814 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 9970f98..2ac8b54 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010812.tar.gz) = 7d7ea22b9e498ec761305707c5a0715a +MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294 |