From 723e1756d68ad9f4d167ac45d40db9a176b4cde8 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 1 Sep 2009 08:13:32 +0000 Subject: [PATCH] Update to system-config-printer-1.0.16 --- print/system-config-printer/Makefile | 4 ++-- print/system-config-printer/distinfo | 10 +++++----- .../patches/patch-system-config-printer_py | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 669b39015bf..3e54324a4d1 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2009/06/08 19:24:43 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2009/09/01 08:13:32 ajacoutot Exp $ COMMENT= printer (CUPS) administration tool -DISTNAME= system-config-printer-1.0.15 +DISTNAME= system-config-printer-1.0.16 CATEGORIES= print sysutils HOMEPAGE= http://cyberelk.net/tim/software/system-config-printer/ diff --git a/print/system-config-printer/distinfo b/print/system-config-printer/distinfo index db30fd7b334..95cbdaf95bd 100644 --- a/print/system-config-printer/distinfo +++ b/print/system-config-printer/distinfo @@ -1,5 +1,5 @@ -MD5 (system-config-printer-1.0.15.tar.bz2) = cC1edQY92VpGmzY18uOmyQ== -RMD160 (system-config-printer-1.0.15.tar.bz2) = d7ix93UShEMGBpu7z8PNydlE5hw= -SHA1 (system-config-printer-1.0.15.tar.bz2) = sH6e5tU3WyD2D4/mESwxoZ2Xa4E= -SHA256 (system-config-printer-1.0.15.tar.bz2) = HRx0z/YJEVpQOqv4XKd2dskMrXn6wTDVEl26swtRrOw= -SIZE (system-config-printer-1.0.15.tar.bz2) = 835432 +MD5 (system-config-printer-1.0.16.tar.bz2) = 6rCUQRSY3hagws8sKrVCig== +RMD160 (system-config-printer-1.0.16.tar.bz2) = 12jWTcVCTn/6uCVegtrNH1X43Nc= +SHA1 (system-config-printer-1.0.16.tar.bz2) = v/QOQABuUjCg9jBxOoVnfksX7EQ= +SHA256 (system-config-printer-1.0.16.tar.bz2) = chxm4PAquiRdt2JdY6FBsvUimmupweSg8wCiohzgv68= +SIZE (system-config-printer-1.0.16.tar.bz2) = 837271 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 d14248a3570..16de781808d 100644 --- a/print/system-config-printer/patches/patch-system-config-printer_py +++ b/print/system-config-printer/patches/patch-system-config-printer_py @@ -1,6 +1,6 @@ -$OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp $ ---- system-config-printer.py.orig Wed Feb 18 16:46:03 2009 -+++ system-config-printer.py Thu Jun 4 03:19:02 2009 +$OpenBSD: patch-system-config-printer_py,v 1.10 2009/09/01 08:13:32 ajacoutot Exp $ +--- system-config-printer.py.orig Fri Mar 13 18:08:53 2009 ++++ system-config-printer.py Tue Sep 1 10:09:24 2009 @@ -101,10 +101,6 @@ busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH) ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR) ellipsis = unichr(0x2026) @@ -38,7 +38,7 @@ $OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp # Now reconnect, in case the server needed to reload. self.reconnect () -@@ -3704,7 +3681,7 @@ class NewPrinterGUI(GtkGUI): +@@ -3705,7 +3682,7 @@ class NewPrinterGUI(GtkGUI): # Try to get make and model via SNMP if host: os.environ["HOST"] = host @@ -47,7 +47,7 @@ $OpenBSD: patch-system-config-printer_py,v 1.9 2009/06/08 19:24:43 ajacoutot Exp debugprint (host + ": " + cmd) stdout = None try: -@@ -5199,7 +5176,7 @@ class NewPrinterGUI(GtkGUI): +@@ -5208,7 +5185,7 @@ class NewPrinterGUI(GtkGUI): try: # We want this to be in the current natural language, # so we intentionally don't set LC_ALL=C here.