pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/libmaxminddb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 25 10:11:22 UTC 2024

Modified Files:
        pkgsrc/geography/libmaxminddb: Makefile distinfo

Log Message:
libmaxminddb: update to 1.11.0.

## 1.11.0 - 2024-08-21

* When building with CMake, the man pages will now be generated and
  installed. Requested by Thomas Klausner. GitHub #351.
* Removed unnecessary `$<INSTALL_INTERFACE:generated>` directory from
  `target_include_directories` in the CMake build configuration. This is
  a private build directory. Pull request by Ankur Verma. GitHub #354.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/geography/libmaxminddb/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/libmaxminddb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/libmaxminddb/Makefile
diff -u pkgsrc/geography/libmaxminddb/Makefile:1.14 pkgsrc/geography/libmaxminddb/Makefile:1.15
--- pkgsrc/geography/libmaxminddb/Makefile:1.14 Sun Aug 25 06:18:47 2024
+++ pkgsrc/geography/libmaxminddb/Makefile      Sun Aug 25 10:11:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/08/25 06:18:47 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/25 10:11:22 wiz Exp $
 
-DISTNAME=      libmaxminddb-1.10.0
+DISTNAME=      libmaxminddb-1.11.0
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=maxmind/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -10,10 +10,10 @@ HOMEPAGE=   https://maxmind.github.io/libm
 COMMENT=       C library for the MaxMind DB file format
 LICENSE=       apache-2.0
 
-GNU_CONFIGURE= yes
-USE_LANGUAGES+=        c
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake
+GNU_CONFIGURE=         yes
+USE_LANGUAGES+=                c
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake
 # cmake build doesn't install man pages yet
 # https://github.com/maxmind/libmaxminddb/issues/351
 #CMAKE_CONFIGURE_ARGS+=        -DBUILD_SHARED_LIBS=ON

Index: pkgsrc/geography/libmaxminddb/distinfo
diff -u pkgsrc/geography/libmaxminddb/distinfo:1.13 pkgsrc/geography/libmaxminddb/distinfo:1.14
--- pkgsrc/geography/libmaxminddb/distinfo:1.13 Mon Jun 17 09:29:10 2024
+++ pkgsrc/geography/libmaxminddb/distinfo      Sun Aug 25 10:11:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/06/17 09:29:10 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/08/25 10:11:22 wiz Exp $
 
-BLAKE2s (libmaxminddb-1.10.0.tar.gz) = dbbfbd5b28f02fba728c1708e586c660e7a331780a1fbaf8092c3f17b56775f2
-SHA512 (libmaxminddb-1.10.0.tar.gz) = 5441310e96970a5dc7510eaf1261f890728c3f0e7435e245196bc29b2c6c511c3b2677d265825e1e011e291a94efe0fa8f7d69dbe003b3bfd032497da1fba38b
-Size (libmaxminddb-1.10.0.tar.gz) = 727713 bytes
+BLAKE2s (libmaxminddb-1.11.0.tar.gz) = 8056ae237ee10e5fb7f26574f66d210b7c6e19012a4e3a75a5d98ef0071f59fd
+SHA512 (libmaxminddb-1.11.0.tar.gz) = ecb7e1d8c89f1f0f018abcfb9ac7071f36e40ab5b12ecb1ded3b66db69dbe830792f6497aca9ca8c79ecfe47db7fa5dccf20714f06c49b93a69389b91e006b46
+Size (libmaxminddb-1.11.0.tar.gz) = 727863 bytes



Home | Main Index | Thread Index | Old Index