summaryrefslogtreecommitdiff
path: root/devel/php-maxminddb
diff options
context:
space:
mode:
Diffstat (limited to 'devel/php-maxminddb')
-rw-r--r--devel/php-maxminddb/Makefile10
-rw-r--r--devel/php-maxminddb/distinfo6
-rw-r--r--devel/php-maxminddb/pkg-descr5
3 files changed, 10 insertions, 11 deletions
diff --git a/devel/php-maxminddb/Makefile b/devel/php-maxminddb/Makefile
index e5945f850132..c77613fc9ce3 100644
--- a/devel/php-maxminddb/Makefile
+++ b/devel/php-maxminddb/Makefile
@@ -1,11 +1,11 @@
PORTNAME= maxminddb
-PORTVERSION= 1.6.0
+PORTVERSION= 1.12.1
DISTVERSIONPREFIX= v
CATEGORIES= devel net
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MaxMind DB Reader extension for PHP
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= PHP Reader for the MaxMind DB Database Format
WWW= https://github.com/maxmind/MaxMind-DB-Reader-php
LICENSE= APACHE20
@@ -15,10 +15,10 @@ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
USES= compiler:c11 localbase:ldflags php:ext
+WRKSRC_SUBDIR= ext
+
USE_GITHUB= yes
GH_ACCOUNT= maxmind
GH_PROJECT= MaxMind-DB-Reader-php
-WRKSRC_SUBDIR= ext
-
.include <bsd.port.mk>
diff --git a/devel/php-maxminddb/distinfo b/devel/php-maxminddb/distinfo
index 69b87cfc8f29..29c748491cd7 100644
--- a/devel/php-maxminddb/distinfo
+++ b/devel/php-maxminddb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577990268
-SHA256 (maxmind-MaxMind-DB-Reader-php-v1.6.0_GH0.tar.gz) = e7735deb565845d73f68b3ae80a4ea40e7e2212b745deab9f23a3584cae6396f
-SIZE (maxmind-MaxMind-DB-Reader-php-v1.6.0_GH0.tar.gz) = 20898
+TIMESTAMP = 1747546474
+SHA256 (maxmind-MaxMind-DB-Reader-php-v1.12.1_GH0.tar.gz) = dad9532e5a09a7147badec91a6ba4a2c4057ebff12ef85afbaab5b4237e90a6b
+SIZE (maxmind-MaxMind-DB-Reader-php-v1.12.1_GH0.tar.gz) = 23469
diff --git a/devel/php-maxminddb/pkg-descr b/devel/php-maxminddb/pkg-descr
index 8454d251b20f..9d34b532fd63 100644
--- a/devel/php-maxminddb/pkg-descr
+++ b/devel/php-maxminddb/pkg-descr
@@ -1,3 +1,2 @@
-This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary
-file format that stores data indexed by IP address subnets (IPv4 or
-IPv6).
+This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file
+format that stores data indexed by IP address subnets (IPv4 or IPv6).