diff options
-rw-r--r-- | sysutils/brasero/Makefile | 1 | ||||
-rw-r--r-- | sysutils/brasero/files/patch-plugins-cdrtools-burn-cdrecord.c | 10 |
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); + } |