From 1ab788a05a728736e0779fbf091f2df8a9f117df Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 13 Oct 2012 08:57:38 +0000 Subject: [PATCH] Update to system-config-printer-1.3.12. --- print/system-config-printer/Makefile | 4 ++-- print/system-config-printer/distinfo | 4 ++-- .../patches/patch-Makefile_in | 14 +++++++------- .../patches/patch-system-config-printer_py | 8 ++++---- .../patches/patch-udev_udev-configure-printer_c | 8 ++++---- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 665a0f6d22d..e8d0d5137fc 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.39 2012/08/28 19:16:19 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.40 2012/10/13 08:57:38 ajacoutot Exp $ COMMENT= printer (CUPS) administration tool -DISTNAME= system-config-printer-1.3.11 +DISTNAME= system-config-printer-1.3.12 CATEGORIES= print sysutils diff --git a/print/system-config-printer/distinfo b/print/system-config-printer/distinfo index 6a8c0abcad8..a511370e5b5 100644 --- a/print/system-config-printer/distinfo +++ b/print/system-config-printer/distinfo @@ -1,2 +1,2 @@ -SHA256 (system-config-printer-1.3.11.tar.xz) = E4FidolcpgwR68d7QgnTBwexjASJ4kfqIZR07kovY8M= -SIZE (system-config-printer-1.3.11.tar.xz) = 947488 +SHA256 (system-config-printer-1.3.12.tar.xz) = GQW9n9OCcwqOq4D6GWscQ70ZznnCFpFC3omWl8ux6bE= +SIZE (system-config-printer-1.3.12.tar.xz) = 949008 diff --git a/print/system-config-printer/patches/patch-Makefile_in b/print/system-config-printer/patches/patch-Makefile_in index ea00e777d13..88501dba0be 100644 --- a/print/system-config-printer/patches/patch-Makefile_in +++ b/print/system-config-printer/patches/patch-Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $ ---- Makefile.in.orig Fri Aug 3 12:04:49 2012 -+++ Makefile.in Tue Aug 28 21:12:50 2012 -@@ -459,7 +459,7 @@ dbus_DATA = \ +$OpenBSD: patch-Makefile_in,v 1.11 2012/10/13 08:57:38 ajacoutot Exp $ +--- Makefile.in.orig Fri Oct 5 18:01:02 2012 ++++ Makefile.in Sat Oct 13 10:48:34 2012 +@@ -485,7 +485,7 @@ dbus_DATA = \ dbus/com.redhat.NewPrinterNotification.conf \ dbus/com.redhat.PrinterDriversInstaller.conf @@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $ dbusinterfaces_DATA = \ dbus/org.fedoraproject.Config.Printing.xml -@@ -1619,7 +1619,7 @@ update-po: missing-languages +@@ -1677,7 +1677,7 @@ update-po: missing-languages $(MAKE) -C po update-po missing-languages: @@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $ eval $$(grep ALL_LINGUAS configure.in); \ diff -u <(echo $$ALL_LINGUAS | xargs -rn1 echo) \ <(cd po; ls -1 *.po | sed -e "s,\.po$$,,")' -@@ -1652,7 +1652,7 @@ run-dbus-service: config.py cupshelpers/config.py +@@ -1710,7 +1710,7 @@ run-dbus-service: config.py cupshelpers/config.py $(PYTHON) $(top_srcdir)/scp-dbus-service.py --debug test-xmldriverprefs: cupshelpers/xmldriverprefs.py xml/preferreddrivers.xml @@ -28,7 +28,7 @@ $OpenBSD: patch-Makefile_in,v 1.10 2012/08/28 19:16:20 ajacoutot Exp $ 2>&1 | less help: -@@ -1675,12 +1675,12 @@ test-ppd-module.sh: FORCE +@@ -1733,12 +1733,12 @@ test-ppd-module.sh: FORCE chmod 755 "$@" test-xml-validity.sh: FORCE diff --git a/print/system-config-printer/patches/patch-system-config-printer_py b/print/system-config-printer/patches/patch-system-config-printer_py index 0f8e034274c..f480d5b853e 100644 --- a/print/system-config-printer/patches/patch-system-config-printer_py +++ b/print/system-config-printer/patches/patch-system-config-printer_py @@ -1,10 +1,10 @@ -$OpenBSD: patch-system-config-printer_py,v 1.13 2012/08/28 19:16:20 ajacoutot Exp $ +$OpenBSD: patch-system-config-printer_py,v 1.14 2012/10/13 08:57:38 ajacoutot Exp $ https://fedorahosted.org/system-config-printer/ticket/222 ---- system-config-printer.py.orig Wed Aug 1 17:48:26 2012 -+++ system-config-printer.py Tue Aug 28 21:12:50 2012 -@@ -1985,7 +1985,9 @@ def main(show_jobs): +--- system-config-printer.py.orig Tue Sep 18 18:00:14 2012 ++++ system-config-printer.py Sat Oct 13 10:48:34 2012 +@@ -1984,7 +1984,9 @@ def main(show_jobs): mainwindow = GUI() if gtk.__dict__.has_key("main"): diff --git a/print/system-config-printer/patches/patch-udev_udev-configure-printer_c b/print/system-config-printer/patches/patch-udev_udev-configure-printer_c index 68eaf29d35c..4335fbbbecc 100644 --- a/print/system-config-printer/patches/patch-udev_udev-configure-printer_c +++ b/print/system-config-printer/patches/patch-udev_udev-configure-printer_c @@ -1,7 +1,7 @@ -$OpenBSD: patch-udev_udev-configure-printer_c,v 1.3 2012/08/28 19:16:20 ajacoutot Exp $ ---- udev/udev-configure-printer.c.orig Mon Jul 30 13:25:07 2012 -+++ udev/udev-configure-printer.c Tue Aug 28 21:12:50 2012 -@@ -827,7 +827,7 @@ device_id_from_bluetooth (const char *bdaddr, struct d +$OpenBSD: patch-udev_udev-configure-printer_c,v 1.4 2012/10/13 08:57:38 ajacoutot Exp $ +--- udev/udev-configure-printer.c.orig Fri Oct 5 12:30:19 2012 ++++ udev/udev-configure-printer.c Sat Oct 13 10:48:34 2012 +@@ -857,7 +857,7 @@ device_id_from_bluetooth (const char *bdaddr, struct d gchar *argv[4]; id->full_device_id = id->mfg = id->mdl = id->sern = NULL;