diff options
author | knu <knu@FreeBSD.org> | 2001-06-06 16:33:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-06 16:33:16 +0800 |
commit | 4853a7bdccf1e18121cfc0aa14531cd1bca9b6cb (patch) | |
tree | d42ecc9ac1fee10cf7a8274d09d936c66aaf6643 /sysutils/portupgrade | |
parent | 821880597744e5045404be3b7e0a68471bdbf45b (diff) | |
download | freebsd-ports-gnome-4853a7bdccf1e18121cfc0aa14531cd1bca9b6cb.tar.gz freebsd-ports-gnome-4853a7bdccf1e18121cfc0aa14531cd1bca9b6cb.tar.zst freebsd-ports-gnome-4853a7bdccf1e18121cfc0aa14531cd1bca9b6cb.zip |
Update to 20010606b.
pkgdepfix:
- Implement automatic guessing.
- Add yes-to-all to the choices of yes/no prompt.
- Do "stty sane" on interrupt.
portupgrade:
- Backing up +REQUIRED_BY must have been done before pkg_delete.
[Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>]
Because of the portupgrade bug, portupgrade -u would have broken some
of your +REQUIRED_BY files. Please fix them up with pkgdepfix.
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 5a2464dd1a8e..1a458a139a4c 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010606 +PORTVERSION= 20010606b CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo index ec47e1600d8d..355c94c4b371 100644 --- a/sysutils/portupgrade/distinfo +++ b/sysutils/portupgrade/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20010606.tar.gz) = 81ed4e367486a4a2c8c82fba953ad6de +MD5 (pkgtools-20010606b.tar.gz) = 21d556ab31eacad26200cff464fdb3ad |