Update to 20010906.
overall: - Allow using regexp in a glob pattern on the spot, by just putting a regexp preceded by a colon (:). - Thereby deprecate -E/--regex, which is evil because it changes the global status. (but the option is still kept for compatibility) portupgrade: - Return correct exit status. [Reported by: Trevin Chow <trevin@mail.com>] portinstall: - Read the env variable PORTUPGRADE. (it read PORTINSTALL previously) pkg_fetch: - Be even more smart in deciding which to try first, All or Latest.
This commit is contained in:
parent
325b8aa4be
commit
8dd7562381
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47467
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010831
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20010906
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac
|
||||
MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010831
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20010906
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac
|
||||
MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010831
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20010906
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac
|
||||
MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010831
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20010906
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac
|
||||
MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c
|
||||
|
Loading…
Reference in New Issue
Block a user