diff options
author | mezz <mezz@FreeBSD.org> | 2012-03-14 23:33:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-03-14 23:33:50 +0800 |
commit | 1c3524b65e00df3aa32d5e27fb7f2f041d94d8a3 (patch) | |
tree | bb321d8569caa11ccdb568f3cdec839bc661bbda /print | |
parent | 69c92880e413c12ac8ed498323d48b39dc13b8d4 (diff) | |
download | freebsd-ports-gnome-1c3524b65e00df3aa32d5e27fb7f2f041d94d8a3.tar.gz freebsd-ports-gnome-1c3524b65e00df3aa32d5e27fb7f2f041d94d8a3.tar.zst freebsd-ports-gnome-1c3524b65e00df3aa32d5e27fb7f2f041d94d8a3.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
Diffstat (limited to 'print')
-rw-r--r-- | print/system-config-printer/Makefile | 2 | ||||
-rw-r--r-- | print/system-config-printer/files/patch-newprinternotification.conf | 10 |
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> |