pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/php-geoip drop override for PHP_VERSIONS_ACCEPTED ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24542c008104
branches:  trunk
changeset: 358188:24542c008104
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Tue Feb 07 10:36:59 2017 +0000

description:
drop override for PHP_VERSIONS_ACCEPTED - this package compiles for both 5.x
and 7.x, so the default is fine

diffstat:

 net/php-geoip/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 6f0f3ca97049 -r 24542c008104 net/php-geoip/Makefile
--- a/net/php-geoip/Makefile    Tue Feb 07 09:51:19 2017 +0000
+++ b/net/php-geoip/Makefile    Tue Feb 07 10:36:59 2017 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index