diff options
author | dougb <dougb@FreeBSD.org> | 2007-02-23 03:05:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-02-23 03:05:33 +0800 |
commit | 788c4ade758f48fd1127601c1ed7be23eb22674c (patch) | |
tree | c4fa055ef358f66bb71ed6f36d613b413d9465e6 /ports-mgmt | |
parent | f82e8701ab34fb12498f032b2a9b0c434aeb25e8 (diff) | |
download | freebsd-ports-gnome-788c4ade758f48fd1127601c1ed7be23eb22674c.tar.gz freebsd-ports-gnome-788c4ade758f48fd1127601c1ed7be23eb22674c.tar.zst freebsd-ports-gnome-788c4ade758f48fd1127601c1ed7be23eb22674c.zip |
Update for version 1.13
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portmaster/files/portmaster.8 | 16 |
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 |