Received: by mail.netbsd.org (Postfix, from userid 605) id 1723284E02; Wed, 28 Feb 2018 16:00:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F0DB84E00 for ; Wed, 28 Feb 2018 16:00:50 +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 SVlXaKQYZqk9 for ; Wed, 28 Feb 2018 16:00:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA4A884DED for ; Wed, 28 Feb 2018 16:00:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C62E5FB40; Wed, 28 Feb 2018 16:00:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519833649140910" MIME-Version: 1.0 Date: Wed, 28 Feb 2018 16:00:49 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/php-http3 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180228160049.C62E5FB40@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. --_----------=_1519833649140910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 28 16:00:49 UTC 2018 Modified Files: pkgsrc/www/php-http3: Makefile Log Message: www/php-http3: allow build with PHP 7.1 and 7.2 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/php-http3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519833649140910 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/php-http3/Makefile diff -u pkgsrc/www/php-http3/Makefile:1.6 pkgsrc/www/php-http3/Makefile:1.7 --- pkgsrc/www/php-http3/Makefile:1.6 Mon Jan 1 21:18:56 2018 +++ pkgsrc/www/php-http3/Makefile Wed Feb 28 16:00:49 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/01/01 21:18:56 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/02/28 16:00:49 taca Exp $ MODNAME= http PECL_VERSION= 3.0.1 @@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd AND isc CONFLICTS= php-http-[0-9]* -PHP_VERSIONS_ACCEPTED= 70 +PHP_VERSIONS_ACCEPTED= 70 71 72 USE_LANGUAGES= c c++ USE_LIBTOOL= yes --_----------=_1519833649140910--