Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 623A47A272 for ; Mon, 1 May 2017 08:43:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 07E0A84DE5; Mon, 1 May 2017 08:43:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B85E84DC7 for ; Mon, 1 May 2017 08:43:42 +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 dbSIHbTlZosn for ; Mon, 1 May 2017 08:43:42 +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 EABCA84CDD for ; Mon, 1 May 2017 08:43:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E60A8FBE4; Mon, 1 May 2017 08:43:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493628221220950" MIME-Version: 1.0 Date: Mon, 1 May 2017 08:43:41 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q1] pkgsrc/graphics/py-cairocffi To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170501084341.E60A8FBE4@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. --_----------=_1493628221220950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon May 1 08:43:41 UTC 2017 Modified Files: pkgsrc/graphics/py-cairocffi [pkgsrc-2017Q1]: Makefile Log Message: Pullup ticket #5339 - requested by sevan graphics/py-cairocffi: build fix Revisions pulled up: - graphics/py-cairocffi/Makefile 1.9 --- Module Name: pkgsrc Committed By: joerg Date: Thu Apr 20 18:07:35 UTC 2017 Modified Files: pkgsrc/graphics/py-cairocffi: Makefile Log Message: Drop unnecessary GTK dependency. Bump revision. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.2.1 pkgsrc/graphics/py-cairocffi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493628221220950 Content-Disposition: inline Content-Length: 885 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-cairocffi/Makefile diff -u pkgsrc/graphics/py-cairocffi/Makefile:1.8 pkgsrc/graphics/py-cairocffi/Makefile:1.8.2.1 --- pkgsrc/graphics/py-cairocffi/Makefile:1.8 Sun Feb 12 06:25:30 2017 +++ pkgsrc/graphics/py-cairocffi/Makefile Mon May 1 08:43:41 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2017/02/12 06:25:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.8.2.1 2017/05/01 08:43:41 bsiegert Exp $ DISTNAME= cairocffi-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cairocffi/} @@ -16,7 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*: USE_LANGUAGES= # none -.include "../../x11/gtk2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" --_----------=_1493628221220950--