diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 13:57:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-06 13:57:08 +0000 |
commit | 31a699e0ffea3ed6a0d2e409b77511c6a92f00b5 (patch) | |
tree | fd7fa6c0e00a68d22607ca16cea549afba70da31 /sysutils/portupgrade-devel/Makefile | |
parent | Update to 3.04. (diff) |
Update to 20011106.
pkgdb:
- Make the dependency guesser rather more intelligent and show a score
when suggesting a candidate to the user.
- Check for the pkgdb directory ownership before starting to fix it.
pkg_deinstall:
- Emit a warning if none matches given patterns.
pkg_glob:
- Do not sort package names in dependency order but in alphabetical
order. (see pkg_sort(1) below)
pkg_sort:
- This is a new command to sort given lines of package names in
dependency order.
portversion:
- Fix the portversion -c output again.
misc.:
- Fix typos in the zsh compdef's: PKGDBDIR -> PKG_DBDIR.
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 655e13974baa..4415e88bfba4 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20011105 +PORTVERSION= 20011106 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -30,6 +30,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" RUBY="${RUBY}" MAN1= pkg_deinstall.1 \ pkg_fetch.1 \ pkg_glob.1 \ + pkg_sort.1 \ pkgdb.1 \ portcvsweb.1 \ portsclean.1 \ |