forked from Lainports/freebsd-ports
- After portversion get -F option, -v stops showing full packages names.
Fix it.
This commit is contained in:
parent
93030b4853
commit
375ea73578
2 changed files with 11 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= portupgrade
|
||||
PORTVERSION= 2.4.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
|
|
|||
10
ports-mgmt/portupgrade/files/patch-bin-portversion
Normal file
10
ports-mgmt/portupgrade/files/patch-bin-portversion
Normal 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") {
|
||||
Loading…
Add table
Reference in a new issue