diff options
author | knu <knu@FreeBSD.org> | 2001-08-18 18:02:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-18 18:02:12 +0800 |
commit | c38a13f54a51d077a8f1a8b2d9b7fec02bb41ec7 (patch) | |
tree | 8531aecff5841e7359b43e530e61a36d87ee6ab2 /sysutils/portupgrade | |
parent | 69fcc394fd4413fbf59d7843e493bb47c9422f10 (diff) | |
download | freebsd-ports-gnome-c38a13f54a51d077a8f1a8b2d9b7fec02bb41ec7.tar.gz freebsd-ports-gnome-c38a13f54a51d077a8f1a8b2d9b7fec02bb41ec7.tar.zst freebsd-ports-gnome-c38a13f54a51d077a8f1a8b2d9b7fec02bb41ec7.zip |
Update to 20010818b.
- Introduce a new environment variable "PORTS_INDEX", to specify an
alternate ports INDEX file location. You can set this to something
like `/usr/ports/INDEX.txt" not to overwrite the one under the
control of CVSup/CVS/CTM.
- Fix portinstall (portupgrade -N) which I broke recently by mistake.
- Change the report format. It shouldn't be too verbose unless you
specify -v.
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 8be4d5c01032..233c85ee2351 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010818 +PORTVERSION= 20010818b CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 1eafc04384e6..d175bf41a601 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010818.tar.gz) = 44385502240b87b076d227f891d98a54 +MD5 (pkgtools-20010818b.tar.gz) = fd6b88c614df4397fcd43df04ff69fac |