summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmaster
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2007-02-22 19:05:33 +0000
committerDoug Barton <dougb@FreeBSD.org>2007-02-22 19:05:33 +0000
commitd9ff6ab227e744b76ee62589287929f86a760b3c (patch)
tree0c35295cf2e9cfc3bc973fca29635f836cf9a666 /ports-mgmt/portmaster
parentNew Feature (diff)
Update for version 1.13
Notes
Notes: svn path=/head/; revision=185705
Diffstat (limited to 'ports-mgmt/portmaster')
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/files/portmaster.816
2 files changed, 16 insertions, 2 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 9ce488d2a883..04d480d7a7db 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= portmaster
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/portmaster/files/portmaster.8 b/ports-mgmt/portmaster/files/portmaster.8
index f9cf04eaee44..5312ebd9181a 100644
--- a/ports-mgmt/portmaster/files/portmaster.8
+++ b/ports-mgmt/portmaster/files/portmaster.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 9, 2007
+.Dd February 22, 2007
.Dt PORTMASTER 8
.Os
.Sh NAME
@@ -68,6 +68,10 @@
.Op Fl b [D|d]
.Fl s
.Nm
+.Fl --clean-distfiles
+.Nm
+.Fl --clean-distfiles-all
+.Nm
.Fl h
.Pp
.Sh DESCRIPTION
@@ -216,6 +220,16 @@ the port causes a dependency to no longer be
necessary.
.It Fl s
clean out stale ports that used to be depended on
+.It Fl --clean-distfiles
+recurse through the installed ports to get a list
+of distinfo files,
+then recurse through all files in
+.Pa /usr/ports/distfiles
+to make sure that they are still associated with
+an installed port.
+If not, offer to delete the stale file.
+.It Fl --clean-distfiles-all
+do the same as above, but delete all files without prompting.
.It Fl h
display help file
.El