aboutsummaryrefslogtreecommitdiff
path: root/print/system-config-printer
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-03-14 15:33:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2012-03-14 15:33:50 +0000
commit42646c7491e833fa299e32f97cbc9e592c9008fe (patch)
tree83461f2741edca4c785e7c4941baded8442c5eae /print/system-config-printer
parent95875a908bd95f8b7371d4c95d5643963111dede (diff)
downloadports-42646c7491e833fa299e32f97cbc9e592c9008fe.tar.gz
ports-42646c7491e833fa299e32f97cbc9e592c9008fe.zip
Policy "at_console" work in Linux, but don't work in FreeBSD so changed it
to group="operator" instead. Bump the PORTREVISION. PR: ports/164537 Submitted by: Alexandr Matveev <timon@timon.net.nz> Feature safe: yes
Notes
Notes: svn path=/head/; revision=293303
Diffstat (limited to 'print/system-config-printer')
-rw-r--r--print/system-config-printer/Makefile2
-rw-r--r--print/system-config-printer/files/patch-newprinternotification.conf10
2 files changed, 11 insertions, 1 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile
index 9f07b114a8f8..9bfd8af89b41 100644
--- a/print/system-config-printer/Makefile
+++ b/print/system-config-printer/Makefile
@@ -8,7 +8,7 @@
PORTNAME= system-config-printer
PORTVERSION= 1.1.16
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print gnome
MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
diff --git a/print/system-config-printer/files/patch-newprinternotification.conf b/print/system-config-printer/files/patch-newprinternotification.conf
new file mode 100644
index 000000000000..d447338e3b84
--- /dev/null
+++ b/print/system-config-printer/files/patch-newprinternotification.conf
@@ -0,0 +1,10 @@
+--- newprinternotification.conf.orig 2012-01-27 15:12:33.000000000 +0400
++++ newprinternotification.conf 2012-01-27 15:12:53.000000000 +0400
+@@ -2,7 +2,7 @@
+ "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+ <busconfig>
+- <policy at_console="true">
++ <policy group="operator">
+ <allow own="com.redhat.NewPrinterNotification"/>
+ </policy>