diff options
author | knu <knu@FreeBSD.org> | 2001-11-04 04:51:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-04 04:51:54 +0800 |
commit | 4145712e6b73e4f52b22d0c65fd26653203e88eb (patch) | |
tree | 8b370c91c6ac9a34fb855befd73faca5eb62eb3d /sysutils/portupgrade | |
parent | 779df464564b58805d1056541ad21f42247bf986 (diff) | |
download | freebsd-ports-gnome-4145712e6b73e4f52b22d0c65fd26653203e88eb.tar.gz freebsd-ports-gnome-4145712e6b73e4f52b22d0c65fd26653203e88eb.tar.zst freebsd-ports-gnome-4145712e6b73e4f52b22d0c65fd26653203e88eb.zip |
Update to 20011104, which fixes another couple of bugs that are
recently mingled.
- Fix a bug where portupgrade fails in error if -f is given and it
tries to reinstall the same version of a package.
Reported by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
FreeBSD PR: 31730
- Fix a bug where portversion reports results all reversed. ;(
Reported by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
FreeBSD PR: 31731
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 33ba6e6cdc59..c0227c2353ca 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20011103 +PORTVERSION= 20011104 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index 75fde2476c10..c5ee361e1753 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011103.tar.gz) = b31e386e954580c3322da7443fcbe950 +MD5 (pkgtools-20011104.tar.gz) = 070db90a389935fd67b56bf6325b2af6 |