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..)
This commit is contained in:
parent
92e5dd49e1
commit
767ba54af5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46211
8 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010812
|
||||
PORTVERSION= 20010814
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010812.tar.gz) = 7d7ea22b9e498ec761305707c5a0715a
|
||||
MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010812
|
||||
PORTVERSION= 20010814
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010812.tar.gz) = 7d7ea22b9e498ec761305707c5a0715a
|
||||
MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010812
|
||||
PORTVERSION= 20010814
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010812.tar.gz) = 7d7ea22b9e498ec761305707c5a0715a
|
||||
MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010812
|
||||
PORTVERSION= 20010814
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pkgtools-20010812.tar.gz) = 7d7ea22b9e498ec761305707c5a0715a
|
||||
MD5 (pkgtools-20010814.tar.gz) = 61648d292a21690ba4eff07dde70b294
|
||||
|
|
Loading…
Reference in a new issue