Update to system-config-printer-1.3.9.

This commit is contained in:
ajacoutot 2012-04-11 16:04:03 +00:00
parent 93a2577333
commit 222e335c19
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.33 2012/02/26 07:13:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2012/04/11 16:04:03 ajacoutot Exp $
COMMENT= printer (CUPS) administration tool
DISTNAME= system-config-printer-1.3.8
DISTNAME= system-config-printer-1.3.9
CATEGORIES= print sysutils

View File

@ -1,5 +1,5 @@
MD5 (system-config-printer-1.3.8.tar.xz) = ygRWjdf/Hvejga1jfU6RWw==
RMD160 (system-config-printer-1.3.8.tar.xz) = 9TZejTMGipp+BVO/Yt40FufZuCk=
SHA1 (system-config-printer-1.3.8.tar.xz) = uesZk5SOD2lo6LmSMrU0dfe6jBo=
SHA256 (system-config-printer-1.3.8.tar.xz) = Ptg0Bz5k4H++fYqLLutP3jJp+6lVEk0L/PN0IrJ3MOw=
SIZE (system-config-printer-1.3.8.tar.xz) = 991408
MD5 (system-config-printer-1.3.9.tar.xz) = 30JPEn7t5jllYI5exeJ1GQ==
RMD160 (system-config-printer-1.3.9.tar.xz) = rRXMMi7tmJIy2AxqMEZtxwxvRyA=
SHA1 (system-config-printer-1.3.9.tar.xz) = mbuszjHilfM6cvMk55SUIhnzg5c=
SHA256 (system-config-printer-1.3.9.tar.xz) = hqZV1lmUhMr+V/EWlNni2XZ+zgMyio/IJUqpLIFi3+A=
SIZE (system-config-printer-1.3.9.tar.xz) = 992152

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-newprinter_py,v 1.6 2012/02/26 07:13:26 ajacoutot Exp $
--- newprinter.py.orig Fri Jan 6 15:20:36 2012
+++ newprinter.py Sun Feb 26 08:11:19 2012
$OpenBSD: patch-newprinter_py,v 1.7 2012/04/11 16:04:03 ajacoutot Exp $
--- newprinter.py.orig Mon Jan 30 17:04:54 2012
+++ newprinter.py Wed Apr 11 17:58:23 2012
@@ -1527,7 +1527,7 @@ class NewPrinterGUI(GtkGUI):
host = device.uri[s:s+e]
# Try to get make and model via SNMP
if host:
- args = ["/usr/lib/cups/backend/snmp", host]
+ args = ["${LOCALBASE}/libexec/cups/backend/snmp", host]
debugprint (host + ": " + args)
debugprint (host + ": " + repr(args))
stdout = None
try:
@@ -3391,7 +3391,7 @@ class NewPrinterGUI(GtkGUI):