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 8A69D7A266 for ; Tue, 7 Feb 2017 10:37:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 03CBA855F8; Tue, 7 Feb 2017 10:37:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8843C855E7 for ; Tue, 7 Feb 2017 10:37:00 +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 xwpdcvwzEP6M for ; Tue, 7 Feb 2017 10:37:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E96748556C for ; Tue, 7 Feb 2017 10:36:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E519EFBE4; Tue, 7 Feb 2017 10:36:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486463819157690" MIME-Version: 1.0 Date: Tue, 7 Feb 2017 10:36:59 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/net/php-geoip To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20170207103659.E519EFBE4@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. --_----------=_1486463819157690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jdolecek Date: Tue Feb 7 10:36:59 UTC 2017 Modified Files: pkgsrc/net/php-geoip: Makefile Log Message: drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x and 7.x, so the default is fine To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/php-geoip/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486463819157690 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.5 pkgsrc/net/php-geoip/Makefile:1.6 --- pkgsrc/net/php-geoip/Makefile:1.5 Sun Sep 11 17:03:27 2016 +++ pkgsrc/net/php-geoip/Makefile Tue Feb 7 10:36:59 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/09/11 17:03:27 taca Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/07 10:36:59 jdolecek Exp $ # MODNAME= geoip @@ -10,8 +10,6 @@ HOMEPAGE= http://pecl.php.net/package/g COMMENT= PHP module to map IP address to geographic places LICENSE= php -PHP_VERSIONS_ACCEPTED= 56 70 - USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-${MODNAME} --_----------=_1486463819157690--