Received: by mail.netbsd.org (Postfix, from userid 605) id 9C7A684DA3; Sat, 9 Dec 2017 02:39:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 294BB84D3A for ; Sat, 9 Dec 2017 02:39:20 +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 oWLoGYWmC73F for ; Sat, 9 Dec 2017 02:39:19 +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 BBF0F84C2E for ; Sat, 9 Dec 2017 02:39:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5510FB40; Sat, 9 Dec 2017 02:39:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1512787159147940" MIME-Version: 1.0 Date: Sat, 9 Dec 2017 02:39:19 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/php-propro2 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20171209023919.B5510FB40@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. --_----------=_1512787159147940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 9 02:39:19 UTC 2017 Modified Files: pkgsrc/www/php-propro2: Makefile Log Message: www/php-propro2: allow build with php71 and php72 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/php-propro2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1512787159147940 Content-Disposition: inline Content-Length: 629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/php-propro2/Makefile diff -u pkgsrc/www/php-propro2/Makefile:1.2 pkgsrc/www/php-propro2/Makefile:1.3 --- pkgsrc/www/php-propro2/Makefile:1.2 Sat Sep 16 19:27:22 2017 +++ pkgsrc/www/php-propro2/Makefile Sat Dec 9 02:39:19 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/12/09 02:39:19 taca Exp $ MODNAME= propro PECL_VERSION= 2.0.0 @@ -11,7 +11,7 @@ LICENSE= 2-clause-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c -PHP_VERSIONS_ACCEPTED= 70 +PHP_VERSIONS_ACCEPTED= 70 71 72 USE_LANGUAGES= c c++ USE_LIBTOOL= yes --_----------=_1512787159147940--