diff options
author | knu <knu@FreeBSD.org> | 2001-12-31 06:45:44 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-12-31 06:45:44 +0800 |
commit | f2026d57964362953f1df2fd7848f5999ddf0ebe (patch) | |
tree | 7c9c0997af4690ef9f5294b55ffd51f38661da47 /sysutils/portupgrade-devel | |
parent | 4f64b593ae0d236ced712a2964e336bd094f6df4 (diff) | |
download | freebsd-ports-gnome-f2026d57964362953f1df2fd7848f5999ddf0ebe.tar.gz freebsd-ports-gnome-f2026d57964362953f1df2fd7848f5999ddf0ebe.tar.zst freebsd-ports-gnome-f2026d57964362953f1df2fd7848f5999ddf0ebe.zip |
Update to 20011231.
pkgtools.conf(5):
- Introduce new configuration variables: BEFOREBUILD and
AFTERINSTALL.
Requested by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
- New utility functions localbase() and x11base() are now available.
pkgdb(1):
- Add some progress messages.
pkg_deinstall(1):
- Do not try to backup a nonexistent file.
portupgrade(1):
- Always run afterinstall commands as root.
- Show beforebuild/afterinstall commands to run.
- Do not try to restore a +REQUIRED_BY file that's empty.
overall:
- Do not call stty(1) if stdin is not a terminal.
- Fix a bug where portupgrade(1) and pkgdb(1) fail to do a
substitution over a large file.
Reported by: asmodai
Diffstat (limited to 'sysutils/portupgrade-devel')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 5aafd043f6d2..1ce4be548bf0 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20011218 +PORTVERSION= 20011231 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 036da4f4e856..10b957756211 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011218.tar.gz) = 3037f562dfb140b9d42048b59d80d232 +MD5 (pkgtools-20011231.tar.gz) = 619516f41297fa347e7f15495435d92d |