aboutsummaryrefslogtreecommitdiff
path: root/sysutils/brasero
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-09-05 06:25:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-09-05 06:25:12 +0000
commitcb0636180185ded0dd1ed03b8296cbc8e67303b2 (patch)
treef0e4e4ad1735bb934a3ad24f540c20753274c302 /sysutils/brasero
parent0e760dd08781c17906eabba48836a01ac1f5d5f5 (diff)
downloadports-cb0636180185ded0dd1ed03b8296cbc8e67303b2.tar.gz
ports-cb0636180185ded0dd1ed03b8296cbc8e67303b2.zip
Allow brasero to properly detect our cdrecord version.
PR: 149805 Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Notes
Notes: svn path=/head/; revision=260576
Diffstat (limited to 'sysutils/brasero')
-rw-r--r--sysutils/brasero/Makefile1
-rw-r--r--sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index abd79c2cdb1a..597316f95fe9 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -7,6 +7,7 @@
PORTNAME= brasero
PORTVERSION= 2.30.2
+PORTREVISION= 1
CATEGORIES= sysutils audio multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c b/sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c
new file mode 100644
index 000000000000..9cbe286c18fe
--- /dev/null
+++ b/sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c
@@ -0,0 +1,10 @@
+--- plugins/cdrtools/burn-cdrecord.c.orig 2010-08-19 21:55:26.000000000 +0000
++++ plugins/cdrtools/burn-cdrecord.c 2010-08-19 21:55:50.000000000 +0000
+@@ -1442,6 +1442,6 @@
+ brasero_plugin_test_app (plugin,
+ "cdrecord",
+ "--version",
+- "Cdrecord-ProDVD-ProBD-Clone %d.%d",
++ "Cdrecord-Clone %d.%d",
+ version);
+ }