summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portupgrade/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-07-26 19:28:42 +0000
committerknu <knu@FreeBSD.org>2001-07-26 19:28:42 +0000
commitb48d1a5016ac3842d879276e5d2414964bc401ac (patch)
tree600a0e0f751c7f4207d90c2de4d14cc567f828ff /ports-mgmt/portupgrade/Makefile
parentbf5c0e4563908eed7ea01636266f56fe979e793a (diff)
downloadFreeBSD-ports-b48d1a5016ac3842d879276e5d2414964bc401ac.zip
FreeBSD-ports-b48d1a5016ac3842d879276e5d2414964bc401ac.tar.gz
Update to 20010727 with a couple of new commands added. (No changes
have been made to the existing utilities) pkg_deinstall: This is a package deinstaller with wildcards and dependency recursion support. pkg_glob: This is a package glob expander with wildcards and dependency recursion support.
Diffstat (limited to 'ports-mgmt/portupgrade/Makefile')
-rw-r--r--ports-mgmt/portupgrade/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 4d17452..b958d4e 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portupgrade
-PORTVERSION= 20010714
+PORTVERSION= 20010727
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.iDaemons.org/distfiles/
@@ -23,7 +23,9 @@ USE_RUBY= yes
NO_BUILD= yes
-MAN1= pkgdepfix.1 \
+MAN1= pkg_deinstall.1 \
+ pkg_glob.1 \
+ pkgdepfix.1 \
portsdb.1 \
portupgrade.1 \
portversion.1
OpenPOWER on IntegriCloud