Index: head/print/py-pycups/Makefile =================================================================== --- head/print/py-pycups/Makefile (revision 481345) +++ head/print/py-pycups/Makefile (revision 481346) @@ -1,37 +1,36 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= pycups -PORTVERSION= 1.9.73 -PORTREVISION= 1 +PORTVERSION= 1.9.74 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CUPS bindings for Python LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libcups.so:print/cups -USE_PYTHON= autoplist concurrent distutils USES= iconv localbase python tar:bzip2 +USE_PYTHON= autoplist concurrent distutils .include post-patch: @${REINPLACE_CMD} -e 's|^\(VERSION=\).*$$|\1${PORTVERSION}|' ${WRKSRC}/Makefile .if empty(ICONV_LIB) @${REINPLACE_CMD} -e 's| or sys.platform.startswith("freebsd"):|:|' ${WRKSRC}/setup.py .endif pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c @${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups.so .include Index: head/print/py-pycups/distinfo =================================================================== --- head/print/py-pycups/distinfo (revision 481345) +++ head/print/py-pycups/distinfo (revision 481346) @@ -1,2 +1,3 @@ -SHA256 (pycups-1.9.73.tar.bz2) = c381be011889ca6f728598578c89c8ac9f7ab1e95b614474df9f2fa831ae5335 -SIZE (pycups-1.9.73.tar.bz2) = 52732 +TIMESTAMP = 1538663166 +SHA256 (pycups-1.9.74.tar.bz2) = 86090f259a7c5d0d5caa3407a0e57c9e134027620cbc8f90bf4e37c8b53ed7b9 +SIZE (pycups-1.9.74.tar.bz2) = 52831 Index: head/print/py-pycups/pkg-descr =================================================================== --- head/print/py-pycups/pkg-descr (revision 481345) +++ head/print/py-pycups/pkg-descr (revision 481346) @@ -1,4 +1,4 @@ CUPS bindings for Python WWW: https://pypi.org/project/pycups/ -WWW: http://cyberelk.net/tim/software/pycups/ +WWW: https://github.com/zdohnal/pycups