From c5b9a1857d857ce1494add85d27ffba47ccac55b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 12 May 2021 05:14:44 +0800 Subject: [PATCH] net/libmaxminddb: Update to 1.6.0 Changes: https://github.com/maxmind/libmaxminddb/releases --- net/libmaxminddb/Makefile | 2 +- net/libmaxminddb/distinfo | 6 +++--- net/libmaxminddb/files/patch-configure | 15 ++++++--------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/net/libmaxminddb/Makefile b/net/libmaxminddb/Makefile index 6cb7ab1d6b12..4a1acb9cd083 100644 --- a/net/libmaxminddb/Makefile +++ b/net/libmaxminddb/Makefile @@ -1,5 +1,5 @@ PORTNAME= libmaxminddb -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= net MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/ diff --git a/net/libmaxminddb/distinfo b/net/libmaxminddb/distinfo index 303514665b9d..a5ae00de405b 100644 --- a/net/libmaxminddb/distinfo +++ b/net/libmaxminddb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618319968 -SHA256 (libmaxminddb-1.5.2.tar.gz) = 5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2 -SIZE (libmaxminddb-1.5.2.tar.gz) = 604683 +TIMESTAMP = 1620405351 +SHA256 (libmaxminddb-1.6.0.tar.gz) = 7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267 +SIZE (libmaxminddb-1.6.0.tar.gz) = 605099 diff --git a/net/libmaxminddb/files/patch-configure b/net/libmaxminddb/files/patch-configure index 72e1b88ce862..bef60535a6e1 100644 --- a/net/libmaxminddb/files/patch-configure +++ b/net/libmaxminddb/files/patch-configure @@ -1,26 +1,23 @@ ---- configure.orig 2018-01-17 21:36:20 UTC +--- configure.orig 2021-04-29 17:10:40 UTC +++ configure -@@ -12615,23 +12615,11 @@ if test "x$ac_cv_type_unsigned___int128" +@@ -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 --fi -- - - ac_fn_c_check_type "$LINENO" "boolean" "ac_cv_type_boolean" "$ac_includes_default" - if test "x$ac_cv_type_boolean" = xyes; then :