diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 10:30:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 10:30:11 +0000 |
commit | d707b7ee11d7fb31211efebe0e86e4766d9cd7f6 (patch) | |
tree | 196dba4a851e8f9b5a663fdf585685480b5c236b /sysutils | |
parent | Update to version 0.44. (diff) |
Update to 20010921, the latest maintenance release.
overall:
- Work around pkg_info(1)'s "feature" where it gets info from
package files under the packages directory prior to installed
packages.
[Reported by: kuwa@flab.fujitsu.co.jp]
portupgrade:
- Skip ports that are marked as IGNORE.
[Requested by: Jimmy Olgeni <olgeni@uli.it>]
portsdb:
- Stop specifying -j# when making a ports index to avoid outputting
a buggy INDEX.
portsclean:
- Do not assume a distinfo file is in each port's own directory, and
use `make -V MD5_FILE', in order to support master-slave ports
properly.
Notes
Notes:
svn path=/head/; revision=48032
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 0b838504ebd6..79630674c192 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010912.2 +PORTVERSION= 20010921 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 40acd05346c1..6f5939d71a0a 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010912.2.tar.gz) = ad448ebcbdbefdd1291a221e4ad3c81a +MD5 (pkgtools-20010921.tar.gz) = 078f67b90d642231c82f604b5d567af0 diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 0b838504ebd6..79630674c192 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010912.2 +PORTVERSION= 20010921 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 40acd05346c1..6f5939d71a0a 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010912.2.tar.gz) = ad448ebcbdbefdd1291a221e4ad3c81a +MD5 (pkgtools-20010921.tar.gz) = 078f67b90d642231c82f604b5d567af0 |