diff options
author | knu <knu@FreeBSD.org> | 2001-08-29 02:57:15 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-29 02:57:15 +0800 |
commit | 394389894fc2c602040d457ac7a13310c5d180d2 (patch) | |
tree | 9c68639505bfd84be44113c5f9dfbd6c6e12a02f /sysutils | |
parent | 427cb9ebdb75e7f87ecc653588b44daf0c3b4dcc (diff) | |
download | freebsd-ports-gnome-394389894fc2c602040d457ac7a13310c5d180d2.tar.gz freebsd-ports-gnome-394389894fc2c602040d457ac7a13310c5d180d2.tar.zst freebsd-ports-gnome-394389894fc2c602040d457ac7a13310c5d180d2.zip |
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.
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 485fd296f7a1..7e2a4e028e99 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010827c +PORTVERSION= 20010829 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 7bcdbd5c739b..03d7a94ce163 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010827c.tar.gz) = 902a7328b49e7316db11d6ae741ed9b3 +MD5 (pkgtools-20010829.tar.gz) = f411eac60b82fe33a43efd81f475df26 diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 485fd296f7a1..7e2a4e028e99 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010827c +PORTVERSION= 20010829 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 7bcdbd5c739b..03d7a94ce163 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010827c.tar.gz) = 902a7328b49e7316db11d6ae741ed9b3 +MD5 (pkgtools-20010829.tar.gz) = f411eac60b82fe33a43efd81f475df26 |