aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2010-10-04 00:22:34 +0800
committermezz <mezz@FreeBSD.org>2010-10-04 00:22:34 +0800
commit5e31f2f303675256832fa2cb3f15dc351084e961 (patch)
treea94bc150b1cfc5951fa673cbb6b22035680b6796
parent6d6bbc03dd4d8357f47a39cb7ab58d40bf1b0510 (diff)
downloadfreebsd-ports-gnome-5e31f2f303675256832fa2cb3f15dc351084e961.tar.gz
freebsd-ports-gnome-5e31f2f303675256832fa2cb3f15dc351084e961.tar.zst
freebsd-ports-gnome-5e31f2f303675256832fa2cb3f15dc351084e961.zip
The patch is no longer need with the update of sysutils/cdrtools as it was for
the old version. The patch break with new cdrtools. PR: ports/150870 Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
-rw-r--r--sysutils/brasero/Makefile2
-rw-r--r--sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c10
2 files changed, 1 insertions, 11 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index e97e3d27c634..731acffa0603 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -7,7 +7,7 @@
PORTNAME= brasero
PORTVERSION= 2.30.2
-PORTREVISION= 1
+PORTREVISION= 2
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
deleted file mode 100644
index 9cbe286c18fe..000000000000
--- a/sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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);
- }