aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:40:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:07 +0000
commitfb02c58c06b1917978d142b584e1f21ef8259e50 (patch)
tree4797d03273f228e3d5717acde349f44396d06266
parent4315f6076ae5a36dd44cf1eb3dd398bcd1c4c932 (diff)
downloadports-fb02c58c06b1917978d142b584e1f21ef8259e50.tar.gz
ports-fb02c58c06b1917978d142b584e1f21ef8259e50.zip
net/libmaxminddb: Update to 1.7.1
-rw-r--r--net/libmaxminddb/Makefile2
-rw-r--r--net/libmaxminddb/distinfo6
-rw-r--r--net/libmaxminddb/files/patch-configure23
3 files changed, 4 insertions, 27 deletions
diff --git a/net/libmaxminddb/Makefile b/net/libmaxminddb/Makefile
index 36134468cc99..453959944c15 100644
--- a/net/libmaxminddb/Makefile
+++ b/net/libmaxminddb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libmaxminddb
-PORTVERSION= 1.6.0
+PORTVERSION= 1.7.1
CATEGORIES= net
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
diff --git a/net/libmaxminddb/distinfo b/net/libmaxminddb/distinfo
index a5ae00de405b..1dc29da18bbe 100644
--- a/net/libmaxminddb/distinfo
+++ b/net/libmaxminddb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620405351
-SHA256 (libmaxminddb-1.6.0.tar.gz) = 7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267
-SIZE (libmaxminddb-1.6.0.tar.gz) = 605099
+TIMESTAMP = 1677771033
+SHA256 (libmaxminddb-1.7.1.tar.gz) = e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e
+SIZE (libmaxminddb-1.7.1.tar.gz) = 609542
diff --git a/net/libmaxminddb/files/patch-configure b/net/libmaxminddb/files/patch-configure
deleted file mode 100644
index bef60535a6e1..000000000000
--- a/net/libmaxminddb/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig 2021-04-29 17:10:40 UTC
-+++ configure
-@@ -12617,20 +12617,8 @@ if test "x$ac_cv_type_unsigned___int128" = xyes; then
- $as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
-
- else
-- as_ac_Type=`$as_echo "ac_cv_type_unsigned int __attribute__((mode(TI)))" | $as_tr_sh`
--ac_fn_c_check_type "$LINENO" "unsigned int __attribute__((mode(TI)))" "$as_ac_Type" "$ac_includes_default"
--if eval test \"x\$"$as_ac_Type"\" = x"yes"; then :
-
--$as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 0" >>confdefs.h
--
--
--$as_echo "#define MMDB_UINT128_USING_MODE 1" >>confdefs.h
--
--else
--
- $as_echo "#define MMDB_UINT128_IS_BYTE_ARRAY 1" >>confdefs.h
--
--fi
-
- fi
-