diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2005-06-26 17:22:58 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2005-06-26 17:22:58 +0000 |
commit | b760ebecca45c00809996f8397a7f8175d441858 (patch) | |
tree | 5893a58b2b0d67c066ff98acb4be5d18f698a820 /sysutils/portupgrade | |
parent | 8bf4bd1c32ea7ec2d73157943b800e8683d6b67c (diff) | |
download | ports-b760ebecca45c00809996f8397a7f8175d441858.tar.gz ports-b760ebecca45c00809996f8397a7f8175d441858.zip |
Notes
Diffstat (limited to 'sysutils/portupgrade')
-rw-r--r-- | sysutils/portupgrade/Makefile | 2 | ||||
-rw-r--r-- | sysutils/portupgrade/files/patch-bin-portsclean.1 | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index d94c34beefcd..1a037f0ad26d 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -7,7 +7,7 @@ PORTNAME= portupgrade PORTVERSION= 20041226 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} diff --git a/sysutils/portupgrade/files/patch-bin-portsclean.1 b/sysutils/portupgrade/files/patch-bin-portsclean.1 new file mode 100644 index 000000000000..e9c95e66154b --- /dev/null +++ b/sysutils/portupgrade/files/patch-bin-portsclean.1 @@ -0,0 +1,24 @@ +Index: bin/portsclean.1 +=================================================================== +--- bin/portsclean.1 (revision 32) ++++ bin/portsclean.1 (revision 34) +@@ -8,7 +8,7 @@ + .Nd a tool to clean ports/packages garbage + .Sh SYNOPSIS + .Nm +-.Op Fl hCDDinPPQQq ++.Op Fl hCDDiLnPPQQq + .Sh DESCRIPTION + .Nm + is a tool to help users clean out the working directories of their ports +@@ -81,7 +81,9 @@ + .Pp + .It Fl Q + .It Fl -quiet +-Do not write anything to stdout. Specified twice, do not write ++Do not write anything to stdout. Specified twice (i.e. ++.Fl QQ ) , ++do not write + anything to stderr either. This is for internal use. + .Pp + .It Fl q |