Update to 20010829. Probably this is the most stable version ever.
Overall: - Fix glob expansion routines not to see a "No such package is installed" error when it is actually installed. It was broken when I hacked them to allow rather stupid patterns. portupgrade: - Add a new option -M/--make-env, with which a user can specify arguments to prepend to each make(1) command line. Any wrapper or environment variable assignment can be prepended. - Make -RF invoke the `fetch-recursive' target. Suggested by: Jimmy Olgeni <olgeni@uli.it> - Optimize the combination of make(1) targets.
This commit is contained in:
parent
2628f5baf8
commit
1d579bb8ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47034
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010827c
|
||||
PORTVERSION= 20010829
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010827c.tar.gz) = 902a7328b49e7316db11d6ae741ed9b3
|
||||
MD5 (pkgtools-20010829.tar.gz) = f411eac60b82fe33a43efd81f475df26
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010827c
|
||||
PORTVERSION= 20010829
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010827c.tar.gz) = 902a7328b49e7316db11d6ae741ed9b3
|
||||
MD5 (pkgtools-20010829.tar.gz) = f411eac60b82fe33a43efd81f475df26
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010827c
|
||||
PORTVERSION= 20010829
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010827c.tar.gz) = 902a7328b49e7316db11d6ae741ed9b3
|
||||
MD5 (pkgtools-20010829.tar.gz) = f411eac60b82fe33a43efd81f475df26
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 20010827c
|
||||
PORTVERSION= 20010829
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.iDaemons.org/distfiles/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pkgtools-20010827c.tar.gz) = 902a7328b49e7316db11d6ae741ed9b3
|
||||
MD5 (pkgtools-20010829.tar.gz) = f411eac60b82fe33a43efd81f475df26
|
||||
|
Loading…
Reference in New Issue
Block a user