diff options
author | knu <knu@FreeBSD.org> | 2001-11-18 07:13:00 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-11-18 07:13:00 +0800 |
commit | 604a81e7ea23ee0a56d6e3b7b3acd26180773d3e (patch) | |
tree | 9a23da6d0d72a51c182ef2fd1d08267f851b0873 /sysutils/portupgrade-devel/distinfo | |
parent | 37f41e1c4c239f44aba53c7575a8f9be170b9dd8 (diff) | |
download | freebsd-ports-gnome-604a81e7ea23ee0a56d6e3b7b3acd26180773d3e.tar.gz freebsd-ports-gnome-604a81e7ea23ee0a56d6e3b7b3acd26180773d3e.tar.zst freebsd-ports-gnome-604a81e7ea23ee0a56d6e3b7b3acd26180773d3e.zip |
Update to 20011118, with steady improvements.
overall:
- Perform better checks on pkgname and origin.
- Deprecate the use of PKGREPOSITORY and PKGREPOSITORYSUBDIR. Use
PACKAGES for PKGREPOSITORY and hardcode 'All'.
pkg_deinstall:
- -P/--preserve: Only preserve shared libraries with version numbers.
Keeping *.so files may be harmful because it allows ld to pick them
up and produce new binaries linked with the libraries of removed
packages. It is enough to only preserve *.so.* files to retain
compatibility.
portsclean:
- -P/--pkgclean: Clean dead symlinks as well.
- Fix the manpage: supply missing words.
portupgrade:
- Detect NO_LATEST_LINK and LATEST_LINK and use them to determine the
name of the latest package to fetch.
pkgdb:
- Improve the score computer. Try not to suggest a stupid guess. ;)
pkg_fetch, pkg_glob, pkg_sort, pkgdb, portsdb, portversion:
- Do not show help twice when -h/--help is given.
Reported by: Masami Kobayashi <masami@tncc.jp>
pkgtools.conf:
- Explain how to use EXTRA_CATEGORIES.
Diffstat (limited to 'sysutils/portupgrade-devel/distinfo')
-rw-r--r-- | sysutils/portupgrade-devel/distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo index 2461a07a4e59..97201cc2afce 100644 --- a/sysutils/portupgrade-devel/distinfo +++ b/sysutils/portupgrade-devel/distinfo @@ -1 +1 @@ -MD5 (pkgtools-20011107.tar.gz) = e5d95a2c29b26e77d2cc324c4eacf2f6 +MD5 (pkgtools-20011118.tar.gz) = 2cdfcf894dc9f3f2607409cbd71035a5 |