Received: by mail.netbsd.org (Postfix, from userid 605) id 0890084D5B; Sun, 15 Dec 2019 18:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 834C684C81 for ; Sun, 15 Dec 2019 18:01:06 +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 2XmPKln185H8 for ; Sun, 15 Dec 2019 18:01:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E181F84D56 for ; Sun, 15 Dec 2019 18:01:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DEEDAFA97; Sun, 15 Dec 2019 18:01:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157643286518000" MIME-Version: 1.0 Date: Sun, 15 Dec 2019 18:01:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/converters/php-recode To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191215180105.DEEDAFA97@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. --_----------=_157643286518000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 15 18:01:05 UTC 2019 Modified Files: pkgsrc/converters/php-recode: Makefile Log Message: converters/php-recode: recode is dropped from php74 Recode extension for PHP is dropped from PHP 7.4. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/php-recode/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157643286518000 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/php-recode/Makefile diff -u pkgsrc/converters/php-recode/Makefile:1.1 pkgsrc/converters/php-recode/Makefile:1.2 --- pkgsrc/converters/php-recode/Makefile:1.1 Thu Sep 3 06:48:00 2015 +++ pkgsrc/converters/php-recode/Makefile Sun Dec 15 18:01:05 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/09/03 06:48:00 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2019/12/15 18:01:05 taca Exp $ MODNAME= recode CATEGORIES= converters @@ -8,6 +8,7 @@ LICENSE= php CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.recode} +PHP_VERSIONS_ACCEPTED= 56 71 72 73 USE_PHP_EXT_PATCHES= yes .include "../../lang/php/ext.mk" --_----------=_157643286518000--