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:   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.

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}



Home | Main Index | Thread Index | Old Index