summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-11-06 13:57:08 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-11-06 13:57:08 +0000
commit31a699e0ffea3ed6a0d2e409b77511c6a92f00b5 (patch)
treefd7fa6c0e00a68d22607ca16cea549afba70da31 /sysutils
parentUpdate 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.
Notes
Notes: svn path=/head/; revision=49665
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portupgrade-devel/Makefile3
-rw-r--r--sysutils/portupgrade-devel/distinfo2
-rw-r--r--sysutils/portupgrade-devel/pkg-plist2
-rw-r--r--sysutils/portupgrade/Makefile3
-rw-r--r--sysutils/portupgrade/distinfo2
-rw-r--r--sysutils/portupgrade/pkg-plist2
6 files changed, 10 insertions, 4 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 \
diff --git a/sysutils/portupgrade-devel/distinfo b/sysutils/portupgrade-devel/distinfo
index 946acd776a9a..497556b8fbda 100644
--- a/sysutils/portupgrade-devel/distinfo
+++ b/sysutils/portupgrade-devel/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20011105.tar.gz) = 86e55e05780350f8a846b90ff04e29e8
+MD5 (pkgtools-20011106.tar.gz) = cde2a0fd8f25d5daf96df60c496376e5
diff --git a/sysutils/portupgrade-devel/pkg-plist b/sysutils/portupgrade-devel/pkg-plist
index 07e68b1a128c..1c0063dccbf5 100644
--- a/sysutils/portupgrade-devel/pkg-plist
+++ b/sysutils/portupgrade-devel/pkg-plist
@@ -6,6 +6,7 @@ sbin/make_describe_pass2
sbin/pkg_deinstall
sbin/pkg_fetch
sbin/pkg_glob
+sbin/pkg_sort
sbin/pkgdb
sbin/portcvsweb
sbin/portinstall
@@ -30,6 +31,7 @@ etc/pkgtools.conf.sample
share/zsh/site-functions/_pkg_deinstall
share/zsh/site-functions/_pkg_fetch
share/zsh/site-functions/_pkg_glob
+share/zsh/site-functions/_pkg_sort
share/zsh/site-functions/_pkgdb
share/zsh/site-functions/_portsclean
share/zsh/site-functions/_portsdb
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile
index 655e13974baa..4415e88bfba4 100644
--- a/sysutils/portupgrade/Makefile
+++ b/sysutils/portupgrade/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 \
diff --git a/sysutils/portupgrade/distinfo b/sysutils/portupgrade/distinfo
index 946acd776a9a..497556b8fbda 100644
--- a/sysutils/portupgrade/distinfo
+++ b/sysutils/portupgrade/distinfo
@@ -1 +1 @@
-MD5 (pkgtools-20011105.tar.gz) = 86e55e05780350f8a846b90ff04e29e8
+MD5 (pkgtools-20011106.tar.gz) = cde2a0fd8f25d5daf96df60c496376e5
diff --git a/sysutils/portupgrade/pkg-plist b/sysutils/portupgrade/pkg-plist
index 07e68b1a128c..1c0063dccbf5 100644
--- a/sysutils/portupgrade/pkg-plist
+++ b/sysutils/portupgrade/pkg-plist
@@ -6,6 +6,7 @@ sbin/make_describe_pass2
sbin/pkg_deinstall
sbin/pkg_fetch
sbin/pkg_glob
+sbin/pkg_sort
sbin/pkgdb
sbin/portcvsweb
sbin/portinstall
@@ -30,6 +31,7 @@ etc/pkgtools.conf.sample
share/zsh/site-functions/_pkg_deinstall
share/zsh/site-functions/_pkg_fetch
share/zsh/site-functions/_pkg_glob
+share/zsh/site-functions/_pkg_sort
share/zsh/site-functions/_pkgdb
share/zsh/site-functions/_portsclean
share/zsh/site-functions/_portsdb