Received: by mail.netbsd.org (Postfix, from userid 605) id B32FD84DA3; Tue, 25 Sep 2018 20:22:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C39D584D7D for ; Tue, 25 Sep 2018 20:22: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 qPVUpUlrWUpo for ; Tue, 25 Sep 2018 20:22:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0825D84CEA for ; Tue, 25 Sep 2018 20:22:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03037FBEE; Tue, 25 Sep 2018 20:22:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537906934123850" MIME-Version: 1.0 Date: Tue, 25 Sep 2018 20:22:14 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/py-hyperscan To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20180925202215.03037FBEE@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. --_----------=_1537906934123850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue Sep 25 20:22:14 UTC 2018 Modified Files: pkgsrc/devel/py-hyperscan: Makefile Log Message: Needs py-setuptools_scm. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hyperscan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537906934123850 Content-Disposition: inline Content-Length: 759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hyperscan/Makefile diff -u pkgsrc/devel/py-hyperscan/Makefile:1.2 pkgsrc/devel/py-hyperscan/Makefile:1.3 --- pkgsrc/devel/py-hyperscan/Makefile:1.2 Wed Jul 25 00:26:30 2018 +++ pkgsrc/devel/py-hyperscan/Makefile Tue Sep 25 20:22:14 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/07/25 00:26:30 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2018/09/25 20:22:14 joerg Exp $ DISTNAME= hyperscan-0.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,8 @@ LICENSE= mit USE_LANGUAGES= c USE_TOOLS+= pkg-config +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm + .include "../../devel/hyperscan/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1537906934123850--