Received: by mail.netbsd.org (Postfix, from userid 605) id 8196E84E3B; Tue, 19 Dec 2017 08:32:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D5C184D71 for ; Tue, 19 Dec 2017 08:32:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AUiMI7dVAOgx for ; Tue, 19 Dec 2017 08:32:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 82D0A84C8D for ; Tue, 19 Dec 2017 08:32:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DE3BFB40; Tue, 19 Dec 2017 08:32:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1513672334113520" MIME-Version: 1.0 Date: Tue, 19 Dec 2017 08:32:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/print/py-cups To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171219083214.7DE3BFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1513672334113520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Dec 19 08:32:14 UTC 2017 Modified Files: pkgsrc/print/py-cups: Makefile PLIST distinfo Removed Files: pkgsrc/print/py-cups: buildlink3.mk Log Message: py-cups: updated to 1.9.73 New in 1.9.73: * Fixed build for CUPS 1.6.3 by making several constants conditional on CUPS >= 1.7. New in 1.9.72: * Removed private CANCEL_DOCUMENT, GET_DOCUMENT_ATTRIBUTES, GET_DOCUMENTS, DELETE_DOCUMENT, SET_DOCUMENT_ATTRIBUTES IPP operation constants. * Fixed build for CUPS 1.4 by making several constants conditional on CUPS >= 1.5. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/py-cups/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-cups/PLIST cvs rdiff -u -r1.17 -r0 pkgsrc/print/py-cups/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/py-cups/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1513672334113520 Content-Disposition: inline Content-Length: 2520 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-cups/Makefile diff -u pkgsrc/print/py-cups/Makefile:1.31 pkgsrc/print/py-cups/Makefile:1.32 --- pkgsrc/print/py-cups/Makefile:1.31 Thu Nov 23 17:20:10 2017 +++ pkgsrc/print/py-cups/Makefile Tue Dec 19 08:32:14 2017 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.31 2017/11/23 17:20:10 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2017/12/19 08:32:14 adam Exp $ -DISTNAME= pycups-${VERSION} -PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} -PKGREVISION= 4 -VERSION= 1.9.71 +DISTNAME= pycups-1.9.73 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ +MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pycups/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= markd@NetBSD.org @@ -13,7 +12,7 @@ HOMEPAGE= http://cyberelk.net/tim/softwa COMMENT= Python bindings for the CUPS API LICENSE= gnu-gpl-v2 -CFLAGS+= -DVERSION=\"${VERSION}\" +CFLAGS+= -DVERSION=\"${PKGVERSION_NOREV}\" SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fix cups paths. Index: pkgsrc/print/py-cups/PLIST diff -u pkgsrc/print/py-cups/PLIST:1.2 pkgsrc/print/py-cups/PLIST:1.3 --- pkgsrc/print/py-cups/PLIST:1.2 Sun Jan 19 09:33:53 2014 +++ pkgsrc/print/py-cups/PLIST Tue Dec 19 08:32:14 2017 @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2014/01/19 09:33:53 wiz Exp $ -${PYSITELIB}/cups.so +@comment $NetBSD: PLIST,v 1.3 2017/12/19 08:32:14 adam Exp $ ${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/cups.so Index: pkgsrc/print/py-cups/distinfo diff -u pkgsrc/print/py-cups/distinfo:1.7 pkgsrc/print/py-cups/distinfo:1.8 --- pkgsrc/print/py-cups/distinfo:1.7 Wed Nov 4 01:01:38 2015 +++ pkgsrc/print/py-cups/distinfo Tue Dec 19 08:32:14 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:01:38 agc Exp $ +$NetBSD: distinfo,v 1.8 2017/12/19 08:32:14 adam Exp $ -SHA1 (pycups-1.9.71.tar.bz2) = 7a37e44697cd3ba9398ddcc68556ba9bd033a1c9 -RMD160 (pycups-1.9.71.tar.bz2) = c729865ae39d69320641c3b34078415f59eaea20 -SHA512 (pycups-1.9.71.tar.bz2) = ca85b1e1042e1719a1d042a3b4d8a584f175bedf6ebf3e6a32ee25a097af454fff265706c3489823696a992a3522deabbf3c5536603a9df2eea6e4c4662a771f -Size (pycups-1.9.71.tar.bz2) = 52666 bytes +SHA1 (pycups-1.9.73.tar.bz2) = 561dc41a0025ad3467e7d151ee2ce84e5e564f9d +RMD160 (pycups-1.9.73.tar.bz2) = 80671bd72d86c57a48549ccf2be7a4ae9e5bd56d +SHA512 (pycups-1.9.73.tar.bz2) = ee893d64f1645b71805ac358c4a3cc594f6285f04272ff0558aa60cbc90fafdbac30b623ffcc3a6b739218d9fd7a6a6e1d8cb186a5582f2cc30a518ed4dde810 +Size (pycups-1.9.73.tar.bz2) = 52732 bytes --_----------=_1513672334113520--