update to pecl-geoip-1.1.1
This commit is contained in:
parent
b2298c5fdf
commit
c63cc4da40
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2016/03/19 21:18:38 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2017/05/21 21:51:27 sthen Exp $
|
||||
|
||||
COMMENT= PHP support for geocoding IPv4 addresses
|
||||
|
||||
DISTNAME= geoip-1.1.0
|
||||
REVISION= 1
|
||||
DISTNAME= geoip-1.1.1
|
||||
|
||||
# PHP
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (geoip-1.1.0.tgz) = gsbetyZNL/fE1sRafSfP96sJe+lleV4xfgSpxbe+mLk=
|
||||
SIZE (geoip-1.1.0.tgz) = 12714
|
||||
SHA256 (geoip-1.1.1.tgz) = stBcAwGdRhNcJJtaf6Db1Dyl7piuqO2Ae8eqkKyMDwY=
|
||||
SIZE (geoip-1.1.1.tgz) = 13004
|
||||
|
@ -1,51 +0,0 @@
|
||||
$OpenBSD: patch-config_m4,v 1.1 2015/10/29 21:37:48 sthen Exp $
|
||||
--- config.m4.orig Thu Oct 29 21:33:43 2015
|
||||
+++ config.m4 Thu Oct 29 21:34:21 2015
|
||||
@@ -57,6 +57,7 @@ if test "$PHP_GEOIP" != "no"; then
|
||||
AC_DEFINE(HAVE_CUSTOM_DIRECTORY,1,[ ])
|
||||
MIN_GEOIP_VERSION=1004001
|
||||
],[
|
||||
+:
|
||||
],[
|
||||
-L$GEOIP_DIR/$PHP_LIBDIR -lm
|
||||
])
|
||||
@@ -67,6 +68,7 @@ if test "$PHP_GEOIP" != "no"; then
|
||||
AC_DEFINE(HAVE_SET_CHARSET,1,[ ])
|
||||
MIN_GEOIP_VERSION=1004003
|
||||
],[
|
||||
+:
|
||||
],[
|
||||
-L$GEOIP_DIR/$PHP_LIBDIR -lm
|
||||
])
|
||||
@@ -77,6 +79,7 @@ if test "$PHP_GEOIP" != "no"; then
|
||||
AC_DEFINE(HAVE_CONTINENT_BY_ID,1,[ ])
|
||||
MIN_GEOIP_VERSION=1004005
|
||||
],[
|
||||
+:
|
||||
],[
|
||||
-L$GEOIP_DIR/$PHP_LIBDIR -lm
|
||||
])
|
||||
@@ -87,6 +90,7 @@ if test "$PHP_GEOIP" != "no"; then
|
||||
AC_DEFINE(HAVE_ADDR_TO_NUM,1,[ ])
|
||||
MIN_GEOIP_VERSION=1004007
|
||||
],[
|
||||
+:
|
||||
],[
|
||||
-L$GEOIP_DIR/$PHP_LIBDIR -lm
|
||||
])
|
||||
@@ -96,6 +100,7 @@ if test "$PHP_GEOIP" != "no"; then
|
||||
[
|
||||
MIN_GEOIP_VERSION=1004008
|
||||
],[
|
||||
+:
|
||||
],[
|
||||
#include <GeoIP.h>
|
||||
])
|
||||
@@ -105,6 +110,7 @@ if test "$PHP_GEOIP" != "no"; then
|
||||
[
|
||||
MIN_GEOIP_VERSION=1005000
|
||||
],[
|
||||
+:
|
||||
],[
|
||||
#include <GeoIP.h>
|
||||
])
|
Loading…
Reference in New Issue
Block a user