1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- After portversion get -F option, -v stops showing full packages names.

Fix it.
This commit is contained in:
Sergey Matveychuk 2009-04-09 11:44:48 +00:00
parent 93030b4853
commit 375ea73578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231930
2 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= portupgrade
PORTVERSION= 2.4.6
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}

View File

@ -0,0 +1,10 @@
--- bin/portversion.orig 2009-04-09 15:40:42.000000000 +0400
+++ bin/portversion 2009-04-09 15:41:15.000000000 +0400
@@ -151,6 +151,7 @@
opts.def_option("-v", "--verbose", "Be verbose") {
|$verbose|
$verbose_output = :verbose
+ $display = :fullname
}
opts.def_option("-x", "--exclude=GLOB", "Exclude packages matching the specified glob#{NEXTLINE}pattern") {