git: fb02c58c06b1 - main - net/libmaxminddb: Update to 1.7.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Mar 2023 19:25:01 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb02c58c06b1917978d142b584e1f21ef8259e50

commit fb02c58c06b1917978d142b584e1f21ef8259e50
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-03-21 18:40:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-03-21 19:20:07 +0000

    net/libmaxminddb: Update to 1.7.1
    
    Changes:        https://github.com/maxmind/libmaxminddb/releases
---
 net/libmaxminddb/Makefile              |  2 +-
 net/libmaxminddb/distinfo              |  6 +++---
 net/libmaxminddb/files/patch-configure | 23 -----------------------
 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
-