git: 0d799d051f12 - main - net/libmaxminddb: Update to 1.8.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 14 Nov 2023 17:18:03 UTC
The branch main has been updated by sunpoet:

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

commit 0d799d051f12d52c1834a33bab7d8f8b982105f8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:38:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:15:33 +0000

    net/libmaxminddb: Update to 1.8.0
    
    Changes:        https://github.com/maxmind/libmaxminddb/releases
---
 net/libmaxminddb/Makefile                        |  3 +--
 net/libmaxminddb/distinfo                        |  6 +++---
 net/libmaxminddb/files/patch-include_maxminddb.h | 21 ---------------------
 3 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/net/libmaxminddb/Makefile b/net/libmaxminddb/Makefile
index a14debe94ab4..5deb156adbf6 100644
--- a/net/libmaxminddb/Makefile
+++ b/net/libmaxminddb/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libmaxminddb
-PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTVERSION=	1.8.0
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
 
diff --git a/net/libmaxminddb/distinfo b/net/libmaxminddb/distinfo
index 1dc29da18bbe..c11aae4b68db 100644
--- a/net/libmaxminddb/distinfo
+++ b/net/libmaxminddb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677771033
-SHA256 (libmaxminddb-1.7.1.tar.gz) = e8414f0dedcecbc1f6c31cb65cd81650952ab0677a4d8c49cab603b3b8fb083e
-SIZE (libmaxminddb-1.7.1.tar.gz) = 609542
+TIMESTAMP = 1699774470
+SHA256 (libmaxminddb-1.8.0.tar.gz) = 1107799f77be6aa3b9796ad0eed8ffcc334bf45f8bd18e6a984d8adf3e719c6d
+SIZE (libmaxminddb-1.8.0.tar.gz) = 612176
diff --git a/net/libmaxminddb/files/patch-include_maxminddb.h b/net/libmaxminddb/files/patch-include_maxminddb.h
deleted file mode 100644
index ebe8e17d8ae9..000000000000
--- a/net/libmaxminddb/files/patch-include_maxminddb.h
+++ /dev/null
@@ -1,21 +0,0 @@
---- include/maxminddb.h.orig	2022-09-30 21:50:22 UTC
-+++ include/maxminddb.h
-@@ -5,18 +5,6 @@ extern "C" {
- #ifndef MAXMINDDB_H
- #define MAXMINDDB_H
- 
--/* Request POSIX.1-2008. However, we want to remain compatible with
-- * POSIX.1-2001 (since we have been historically and see no reason to drop
-- * compatibility). By requesting POSIX.1-2008, we can conditionally use
-- * features provided by that standard if the implementation provides it. We can
-- * check for what the implementation provides by checking the _POSIX_VERSION
-- * macro after including unistd.h. If a feature is in POSIX.1-2008 but not
-- * POSIX.1-2001, check that macro before using the feature (or check for the
-- * feature directly if possible). */
--#ifndef _POSIX_C_SOURCE
--#define _POSIX_C_SOURCE 200809L
--#endif
--
- #include "maxminddb_config.h"
- #include <stdarg.h>
- #include <stdbool.h>