aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-01-14 17:50:16 +0800
committerlioux <lioux@FreeBSD.org>2006-01-14 17:50:16 +0800
commit4f221f02f3e8c834a4bd546c2c3556c307c4acea (patch)
tree8838e337d5f9e4630867b0f7b84e73c5845a8cc6
parente0305ae632ffd8534d54441ad2a31b5fce0827e1 (diff)
downloadfreebsd-ports-gnome-4f221f02f3e8c834a4bd546c2c3556c307c4acea.tar.gz
freebsd-ports-gnome-4f221f02f3e8c834a4bd546c2c3556c307c4acea.tar.zst
freebsd-ports-gnome-4f221f02f3e8c834a4bd546c2c3556c307c4acea.zip
o Fix: growisofs addition patch had a glitch on the command line
parameter ordering o Bump PORTREVISION Submitted by: Zahemszky Gabor <Gabor@Zahemszky.hu>
-rw-r--r--multimedia/qvamps/Makefile2
-rw-r--r--multimedia/qvamps/files/patch-QVamps.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/qvamps/Makefile b/multimedia/qvamps/Makefile
index d371463573b0..422d41abc618 100644
--- a/multimedia/qvamps/Makefile
+++ b/multimedia/qvamps/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qvamps
PORTVERSION= 0.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= vamps
diff --git a/multimedia/qvamps/files/patch-QVamps.pm b/multimedia/qvamps/files/patch-QVamps.pm
index 4e337356ae91..2df361547c97 100644
--- a/multimedia/qvamps/files/patch-QVamps.pm
+++ b/multimedia/qvamps/files/patch-QVamps.pm
@@ -35,8 +35,8 @@
+ '-use-the-force-luke=dao ' .
+ '-use-the-force-luke=notray ' .
+ '-use-the-force-luke=tty ' .
-+ '-speed=%s -Z %d ' .
-+ '%i -V "%v" ' ,
++ '-V "%v" ' .
++ '-speed=%s -Z %d %i ' ,
"/Vamps/evaporate_cell" =>
'play_cell %d %v %g %c | vamps -E %E -a %a%o -S %S -i %i',
"/Vamps/select_subtitles" => '-s %s',