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 C22C37A1B1 for ; Thu, 4 Aug 2016 14:01:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 74FD385EE4; Thu, 4 Aug 2016 14:01:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 068BC85E2B for ; Thu, 4 Aug 2016 14:01:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VfvMyasBMOAe for ; Thu, 4 Aug 2016 14:01:52 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9901284CE5 for ; Thu, 4 Aug 2016 14:01:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96DF7FBB5; Thu, 4 Aug 2016 14:01:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14703193121670" MIME-Version: 1.0 Date: Thu, 4 Aug 2016 14:01:52 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/databases/php-redis3 To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20160804140152.96DF7FBB5@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. --_----------=_14703193121670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Thu Aug 4 14:01:52 UTC 2016 Modified Files: pkgsrc/databases/php-redis3: Makefile Log Message: accept also php 71 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/php-redis3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14703193121670 Content-Disposition: inline Content-Length: 686 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-redis3/Makefile diff -u pkgsrc/databases/php-redis3/Makefile:1.1.1.1 pkgsrc/databases/php-redis3/Makefile:1.2 --- pkgsrc/databases/php-redis3/Makefile:1.1.1.1 Tue Jul 26 09:37:23 2016 +++ pkgsrc/databases/php-redis3/Makefile Thu Aug 4 14:01:52 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2016/07/26 09:37:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2016/08/04 14:01:52 jdolecek Exp $ # MODNAME= redis3 @@ -16,7 +16,7 @@ HOMEPAGE= https://github.com/nicolasff/p COMMENT= PHP extension for Redis LICENSE= php -PHP_VERSIONS_ACCEPTED= 70 +PHP_VERSIONS_ACCEPTED= 70 71 WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION} --_----------=_14703193121670--