Date: Fri, 10 Jan 2025 13:48:15 GMT From: Olivier Certner <olce@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 6f8205939b47 - 2025Q1 - devel/libkiwix: Revert update to 14.0.0 (so, =?utf-8?Q?=E2=86=92?= 13.1.0) Message-ID: <202501101348.50ADmF6d007919@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by olce: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f8205939b47cb770f8c775e1afa7136bec78c09 commit 6f8205939b47cb770f8c775e1afa7136bec78c09 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-01-08 14:25:45 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-01-10 13:45:20 +0000 devel/libkiwix: Revert update to 14.0.0 (so, → 13.1.0) The latest release of www/kiwix-tools, which is still 3.7.0, does not work with libkiwix 14.0.0, so the update was premature. We will be able to update libkiwix only when the new release of www/kiwix-tools is out. (The alternative of maintaining a few libkiwix ports with different versions does not seem worth it.) This is a maintainer update (olce.freebsd.ports@certner.fr). This reverts commit dafb538b3fd6 (devel/libkiwix: Update to 14.0.0, 2024-12-26). Fixes: dafb538b3fd6 ("devel/libkiwix: Update to 14.0.0") (cherry picked from commit 6caffd033b02defbf11db7a593331c4adbffb808) --- devel/libkiwix/Makefile | 2 +- devel/libkiwix/distinfo | 6 +++--- devel/libkiwix/files/patch-src_tools_networkTools.cpp | 10 ---------- devel/libkiwix/pkg-plist | 3 +-- 4 files changed, 5 insertions(+), 16 deletions(-) diff --git a/devel/libkiwix/Makefile b/devel/libkiwix/Makefile index 035b87e69d21..a6a5e2a946ad 100644 --- a/devel/libkiwix/Makefile +++ b/devel/libkiwix/Makefile @@ -1,5 +1,5 @@ PORTNAME= libkiwix -DISTVERSION= 14.0.0 +DISTVERSION= 13.1.0 CATEGORIES= devel MAINTAINER= olce.freebsd.ports@certner.fr diff --git a/devel/libkiwix/distinfo b/devel/libkiwix/distinfo index 261e20ecaacc..7a1264477c3c 100644 --- a/devel/libkiwix/distinfo +++ b/devel/libkiwix/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1735180600 -SHA256 (kiwix-libkiwix-14.0.0_GH0.tar.gz) = dae329ebc08ff510daa50b42de71366bf063813e29bf1c09cc49335d90f32094 -SIZE (kiwix-libkiwix-14.0.0_GH0.tar.gz) = 1149884 +TIMESTAMP = 1716196790 +SHA256 (kiwix-libkiwix-13.1.0_GH0.tar.gz) = 04d93f66b939f937df2c941af517966128d4c9872b707f9ed192177fe51364d3 +SIZE (kiwix-libkiwix-13.1.0_GH0.tar.gz) = 1136812 SHA256 (kainjow-Mustache-v4.1_GH0.tar.gz) = acd66359feb4318b421f9574cfc5a511133a77d916d0b13c7caa3783c0bfe167 SIZE (kainjow-Mustache-v4.1_GH0.tar.gz) = 98905 diff --git a/devel/libkiwix/files/patch-src_tools_networkTools.cpp b/devel/libkiwix/files/patch-src_tools_networkTools.cpp deleted file mode 100644 index be13f1b07079..000000000000 --- a/devel/libkiwix/files/patch-src_tools_networkTools.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tools/networkTools.cpp.orig 2024-12-26 02:42:25 UTC -+++ src/tools/networkTools.cpp -@@ -27,6 +27,7 @@ - #include <string.h> - - #include <curl/curl.h> -+#include <netinet/in.h> - - #include <sstream> - #include <iostream> diff --git a/devel/libkiwix/pkg-plist b/devel/libkiwix/pkg-plist index 8164ce90e062..7b2d35d0d068 100644 --- a/devel/libkiwix/pkg-plist +++ b/devel/libkiwix/pkg-plist @@ -4,7 +4,6 @@ include/kiwix/book.h include/kiwix/bookmark.h include/kiwix/common.h include/kiwix/downloader.h -include/kiwix/i18n.h include/kiwix/kiwix_config.h include/kiwix/kiwixserve.h include/kiwix/library.h @@ -17,6 +16,6 @@ include/kiwix/version.h lib/libkiwix.so lib/libkiwix.so.%%PORTMAJ%% lib/libkiwix.so.%%PORTVERSION%% -libdata/pkgconfig/libkiwix.pc +libdata/pkgconfig/kiwix.pc share/man/man1/kiwix-compile-i18n.1.gz share/man/man1/kiwix-compile-resources.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501101348.50ADmF6d007919>