summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/brasero/Makefile3
-rw-r--r--sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c10
2 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index b32bc3f1a..3241c90bb 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -3,10 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/brasero/Makefile,v 1.80 2010/09/27 21:02:58 kwm Exp $
+# $MCom: ports/sysutils/brasero/Makefile,v 1.81 2010/10/01 02:37:30 mezz Exp $
PORTNAME= brasero
PORTVERSION= 2.32.0
+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
deleted file mode 100644
index 9cbe286c1..000000000
--- 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);
- }