diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-06 10:56:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-06 10:56:10 +0000 |
commit | 8dd7562381c212a0e8fed49c98a599f8ef6ec741 (patch) | |
tree | ddf38f15bb53e4d1480468a4f6a13d60a39c201f /sysutils | |
parent | Add napshare 0.1, a GTK based Gnutella client. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=47467
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/Makefile | 3 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index d07824801018..bf598d2419f6 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010831 -PORTREVISION= 1 +PORTVERSION= 20010906 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 91d73807a49d..21f0939290c6 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac +MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index d07824801018..bf598d2419f6 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010831 -PORTREVISION= 1 +PORTVERSION= 20010906 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 91d73807a49d..21f0939290c6 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac +MD5 (pkgtools-20010906.tar.gz) = a3f4ccb4c531c61f2eaad23ff2be585c |