pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/php-geoip net/php-geoip: dose not support PHP 8 an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30c55b117bb8
branches:  trunk
changeset: 379722:30c55b117bb8
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 22 14:11:05 2022 +0000

description:
net/php-geoip: dose not support PHP 8 and later

This package dose not support php80 and php81.

diffstat:

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

diffs (18 lines):

diff -r 9956a1f7a665 -r 30c55b117bb8 net/php-geoip/Makefile
--- a/net/php-geoip/Makefile    Sun May 22 13:40:42 2022 +0000
+++ b/net/php-geoip/Makefile    Sun May 22 14:11:05 2022 +0000
@@ -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 @@
 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