diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-27 01:27:25 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-27 01:27:25 +0800 |
commit | b921a795b2f4c389ee69c8a04ee58bd7bb3ef2f2 (patch) | |
tree | 4d1b56b73c6f8f51855ca039ea61ebb12a9e0fc5 /print | |
parent | 00240bfb2adb2a77654fdad97a2dfab5ceaa08be (diff) | |
download | freebsd-ports-gnome-b921a795b2f4c389ee69c8a04ee58bd7bb3ef2f2.tar.gz freebsd-ports-gnome-b921a795b2f4c389ee69c8a04ee58bd7bb3ef2f2.tar.zst freebsd-ports-gnome-b921a795b2f4c389ee69c8a04ee58bd7bb3ef2f2.zip |
- Update to 1.9.53
Changes:
- cupsmodule.h: Declare new function get_TLS and its data structure.
- cupsmodule.c: Implement it.
- cupsmodule.c, cupsconnection.c: Use thread-local storage for CUPS password
callback (bug #662805).
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 2 | ||||
-rw-r--r-- | print/py-cups/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 991d0e1ee8b8..c00326226ed9 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/print/py-cups/Makefile,v 1.3 2009/12/29 16:01:46 ahze Exp $ PORTNAME= cups -PORTVERSION= 1.9.52 +PORTVERSION= 1.9.53 CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ \ LOCAL/sunpoet diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo index 2ff830a3cabe..91725a044f1b 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.52.tar.bz2) = ba62c546d2d2a7d26ef3532b8250536a28244630539725fab7ff4a116917336a -SIZE (pycups-1.9.52.tar.bz2) = 46934 +SHA256 (pycups-1.9.53.tar.bz2) = 6fa0aacfdc5216b64be37d47dae7dfef0cd9de3d56064d11d00ad97f0d503b75 +SIZE (pycups-1.9.53.tar.bz2) = 47178 |