diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-29 21:41:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-29 21:41:24 +0800 |
commit | 04ca8fcdc804e7fa59440a9924fdeea5461bcb7a (patch) | |
tree | 830bd4a0be91f4587d6cfde0806fd9bf0b129dfa /print/py-cups | |
parent | e7533864e7a7574c2d1b20a6b10f81c0561e4621 (diff) | |
download | freebsd-ports-gnome-04ca8fcdc804e7fa59440a9924fdeea5461bcb7a.tar.gz freebsd-ports-gnome-04ca8fcdc804e7fa59440a9924fdeea5461bcb7a.tar.zst freebsd-ports-gnome-04ca8fcdc804e7fa59440a9924fdeea5461bcb7a.zip |
- Update to 1.9.58
Changes:
- MANIFEST.in: New file.
- Makefile: Use sdist for creating tarballs.
- setup.py: Added more information ready for PyPI.
- cupsconnection.c: Applied patch from Gowtham Narisipalli to add
adminExportSamba method.
- setup.py: Link against libiconv on darwin (trac #15).
- cupsppd.c: Fixed feature test for getline() (trac #15).
- postscriptdriver.prov: Increase timeout for dynamic driver listing.
Diffstat (limited to 'print/py-cups')
-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 5175ef6e6cc8..335bc54ba73b 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cups -PORTVERSION= 1.9.57 +PORTVERSION= 1.9.58 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 b6acc5d4964b..a3132227eaa1 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.57.tar.bz2) = 24cc626bb48275238daeb6a12a48e7d1d5b05ea25353ac8df5e6ba6a09a4a38a -SIZE (pycups-1.9.57.tar.bz2) = 49955 +SHA256 (pycups-1.9.58.tar.bz2) = 4c22415ae365da47a09adafb6285ec1c63c0eafaf3a12cf41aa39efe2eb739f4 +SIZE (pycups-1.9.58.tar.bz2) = 51429 |