diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-07 03:32:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-07 03:32:59 +0800 |
commit | 9a8707088eb8cbbcd467fa901eb889ebab45aa83 (patch) | |
tree | 5299606b5f21dd8f4a1cab9e6d2ff0bafb0469d4 /print | |
parent | 835c115d8c8b53070130cc68ebd3a3533504eee1 (diff) | |
download | freebsd-ports-gnome-9a8707088eb8cbbcd467fa901eb889ebab45aa83.tar.gz freebsd-ports-gnome-9a8707088eb8cbbcd467fa901eb889ebab45aa83.tar.zst freebsd-ports-gnome-9a8707088eb8cbbcd467fa901eb889ebab45aa83.zip |
- Update to 1.9.56
Changes:
- cupsconnection.c (Connection_getPPD3): Only provide this binding for
CUPS >= 1.4.
- cupsmodule.c (cups_setPasswordCB): Fixed build against CUPS < 1.4.
- cupsmodule.c (do_password_callback): Fixed typo preventing build against
CUPS < 1.4.
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 0e14f8cf55ac..b5bee4e30e9d 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cups -PORTVERSION= 1.9.55 +PORTVERSION= 1.9.56 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 6595d1fa6ae4..6a2f3300ca5e 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.55.tar.bz2) = a7da34fe278b51d913610db2f877a88cd47b26e1e64472caa213df8c0d4e69ea -SIZE (pycups-1.9.55.tar.bz2) = 49899 +SHA256 (pycups-1.9.56.tar.bz2) = 47038d3ec3db91faaf0b1768c39646751df27beaa90305ec002d5b22ec4bb354 +SIZE (pycups-1.9.56.tar.bz2) = 49872 |