diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-31 08:29:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-31 08:29:48 +0000 |
commit | d81ee0edf8a633566f8fac9e54ba25db8abfe3a4 (patch) | |
tree | af926a023063069ade52e7025eb77a96db03553e /ports-mgmt | |
parent | 40d940448742f76b8c1e88d547d05f450ccddb7d (diff) |
Update to 20010831. Fix some more minor problems.
overall:
- Fix a bug where a glob expansion did not work as expected when in a
port direcotry.
portupgrade:
- Fix a bug where a port not listed in the INDEX failed to install
because of a dependency error.
portversion:
- Work around a feature of the option parser library where -l= is
treated as -l "". Now portversion -l= and portversion -L= will work
just as pkg_version(8) does.
Notes
Notes:
svn path=/head/; revision=47206
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 7cc0120216fb..d0e863691719 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010829.1 +PORTVERSION= 20010831 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index d44c556cdece..91d73807a49d 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010829.1.tar.gz) = e913dbbc476405e1072f669313042fae +MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 7cc0120216fb..d0e863691719 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010829.1 +PORTVERSION= 20010831 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index d44c556cdece..91d73807a49d 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010829.1.tar.gz) = e913dbbc476405e1072f669313042fae +MD5 (pkgtools-20010831.tar.gz) = 146d44c56447e289dc11b908185a81ac |