Received: by mail.netbsd.org (Postfix, from userid 605) id 4DD2A84D6F; Sun, 22 May 2022 14:10:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 84CD784D67 for ; Sun, 22 May 2022 14:10:21 +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 kGdulkeITcsi for ; Sun, 22 May 2022 14:10:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA9F984CBC for ; Sun, 22 May 2022 14:10:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42700FAEB; Sun, 22 May 2022 14:11:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1653228665108610" MIME-Version: 1.0 Date: Sun, 22 May 2022 14:11:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/php-geoip To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220522141105.42700FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1653228665108610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 22 14:11:05 UTC 2022 Modified Files: pkgsrc/net/php-geoip: Makefile Log Message: net/php-geoip: dose not support PHP 8 and later This package dose not support php80 and php81. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/php-geoip/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1653228665108610 Content-Disposition: inline Content-Length: 641 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/php-geoip/Makefile diff -u pkgsrc/net/php-geoip/Makefile:1.6 pkgsrc/net/php-geoip/Makefile:1.7 --- pkgsrc/net/php-geoip/Makefile:1.6 Tue Feb 7 10:36:59 2017 +++ pkgsrc/net/php-geoip/Makefile Sun May 22 14:11:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2017/02/07 10:36:59 jdolecek Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/22 14:11:05 taca Exp $ # MODNAME= geoip @@ -10,6 +10,8 @@ HOMEPAGE= http://pecl.php.net/package/g COMMENT= PHP module to map IP address to geographic places LICENSE= php +PHP_VERSIONS_ACCEPTED= 56 74 + USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-${MODNAME} --_----------=_1653228665108610--