pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/php-geoip



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.

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}



Home | Main Index | Thread Index | Old Index