1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- 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.
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-03-24 13:39:34 +00:00
parent eb9c17b2cc
commit f088eb3b24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271603
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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