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:
parent
93030b4853
commit
375ea73578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231930
@ -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…
Reference in New Issue
Block a user