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 647DF7A265 for ; Thu, 22 Sep 2016 06:44:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CB03B85F02; Thu, 22 Sep 2016 06:44:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AC2385EF6 for ; Thu, 22 Sep 2016 06:44:10 +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 6vlo9NZFrHUz for ; Thu, 22 Sep 2016 06:44:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B78E884C6C for ; Thu, 22 Sep 2016 06:44:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2140FBD1; Thu, 22 Sep 2016 06:44:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474526649100930" MIME-Version: 1.0 Date: Thu, 22 Sep 2016 06:44:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-cffi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160922064409.B2140FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474526649100930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 22 06:44:09 UTC 2016 Modified Files: pkgsrc/devel/py-cffi: Makefile distinfo Log Message: Add patch to distinfo and bump PKGREVISION for it. ('make test' still fails with mprotect enabled.) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-cffi/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-cffi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474526649100930 Content-Disposition: inline Content-Length: 1316 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cffi/Makefile diff -u pkgsrc/devel/py-cffi/Makefile:1.21 pkgsrc/devel/py-cffi/Makefile:1.22 --- pkgsrc/devel/py-cffi/Makefile:1.21 Sun Sep 18 22:05:57 2016 +++ pkgsrc/devel/py-cffi/Makefile Thu Sep 22 06:44:09 2016 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2016/09/18 22:05:57 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/09/22 06:44:09 wiz Exp $ DISTNAME= cffi-1.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PYPI:=c/cffi/} Index: pkgsrc/devel/py-cffi/distinfo diff -u pkgsrc/devel/py-cffi/distinfo:1.20 pkgsrc/devel/py-cffi/distinfo:1.21 --- pkgsrc/devel/py-cffi/distinfo:1.20 Sun Sep 18 22:05:57 2016 +++ pkgsrc/devel/py-cffi/distinfo Thu Sep 22 06:44:09 2016 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.20 2016/09/18 22:05:57 wiz Exp $ +$NetBSD: distinfo,v 1.21 2016/09/22 06:44:09 wiz Exp $ SHA1 (cffi-1.8.3.tar.gz) = 2a5be10205bf3f6b21070a71ee2546d838868172 RMD160 (cffi-1.8.3.tar.gz) = e13f80925e01699719788a82f8926069084a1d2f SHA512 (cffi-1.8.3.tar.gz) = a5a5f62c9d8607a8477abc2c2c53dcbe2aa4cf964b0592d4db349cd35a199e69a84d6cf160973fb5ee736607fa6a41314e8ff0d84bef2ffe16c08f6071c15222 Size (cffi-1.8.3.tar.gz) = 403766 bytes +SHA1 (patch-c_malloc__closure.h) = 491dea2d7e118705cb6ee6b6329fd72180d6f48b --_----------=_1474526649100930--