diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-24 13:39:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-24 13:39:34 +0000 |
commit | f088eb3b249573a68ffed411730a2cffa9c11a65 (patch) | |
tree | fe01cc08fa20fb3323d3c383be1b404f651898f3 /print | |
parent | - Update to 20110322 (diff) |
- Update to 1.9.55
- Limit USE_PYTHON to Python 2.x
Changes:
- cupsmodule.c (initcups): IPP orientation and quality constants.
- cupsconnection.c (PyObject_from_attr_value): Support for IPP_TAG_RESOLUTION.
Notes
Notes:
svn path=/head/; revision=271603
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 4 | ||||
-rw-r--r-- | print/py-cups/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index c7b7196f584e..0e14f8cf55ac 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cups -PORTVERSION= 1.9.54 +PORTVERSION= 1.9.55 CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ \ LOCAL/sunpoet @@ -25,7 +25,7 @@ MAKE_ENV= LDFLAGS="${LDFLAGS}" USE_BZIP2= yes USE_ICONV= yes USE_PYDISTUTILS= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so PYDISTUTILS_EGGINFO=py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo index 7105aa5ee059..6595d1fa6ae4 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.54.tar.bz2) = 4d10c412bea42226ad1245d4e43f03af8f9c10f0ee3090e8df7a9ecced9c8c39 -SIZE (pycups-1.9.54.tar.bz2) = 49547 +SHA256 (pycups-1.9.55.tar.bz2) = a7da34fe278b51d913610db2f877a88cd47b26e1e64472caa213df8c0d4e69ea +SIZE (pycups-1.9.55.tar.bz2) = 49899 |