Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 20:18:29 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 386e791e43df - main - devel/libzim: Update version 6.3.2=>8.2.0
Message-ID:  <202306032018.353KITVp035250@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 386e791e43df09c402f2868e5b62a5b7c0a0c02c
Author:     Olivier Certner <olce.freebsd@certner.fr>
AuthorDate: 2023-06-03 20:16:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-03 20:18:13 +0000

    devel/libzim: Update version 6.3.2=>8.2.0
    
    Changelog: https://github.com/openzim/libzim/releases/tag/8.2.0
    
    PR:             271647
---
 devel/libzim/Makefile  |  9 +++++----
 devel/libzim/distinfo  |  6 +++---
 devel/libzim/pkg-plist | 16 ++++++++++------
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/devel/libzim/Makefile b/devel/libzim/Makefile
index 4472afc6aeb1..33566ceab49f 100644
--- a/devel/libzim/Makefile
+++ b/devel/libzim/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libzim
-DISTVERSION=	6.3.2
-PORTREVISION=	4
+DISTVERSION=	8.2.0
 CATEGORIES=	devel
 MASTER_SITES=	https://download.openzim.org/release/libzim/
 
@@ -12,15 +11,17 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	googletest>0:devel/googletest
-
 LIB_DEPENDS=	libicui18n.so:devel/icu \
 		libxapian.so:databases/xapian-core \
 		libzstd.so:archivers/zstd
 
-USES=		compiler:c++11-lang meson pkgconfig python:3.6+ tar:xz
+USES=		compiler:c++14-lang meson pkgconfig python:3.6+ tar:xz
 USE_LDCONFIG=	yes
 
+MESON_ARGS=	-Dcpp_std=c++14
+
 BINARY_ALIAS=	python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config
+
 PLIST_SUB=	DISTVERSION=${DISTVERSION} DISTMAJ=${DISTVERSION:C/\..*//}
 
 .include <bsd.port.mk>
diff --git a/devel/libzim/distinfo b/devel/libzim/distinfo
index 1cfa0eb53c48..502706815d67 100644
--- a/devel/libzim/distinfo
+++ b/devel/libzim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623283070
-SHA256 (libzim-6.3.2.tar.xz) = a7c8670068c3c5882bfe0429ecd21479d83e3e08eb6a7d72b7f187a6f53d553a
-SIZE (libzim-6.3.2.tar.xz) = 27636304
+TIMESTAMP = 1685728337
+SHA256 (libzim-8.2.0.tar.xz) = 611f816a5f3cc725210f0b4d9676c203394b92a00d1a9f2b3934897cc364fd59
+SIZE (libzim-8.2.0.tar.xz) = 193720
diff --git a/devel/libzim/pkg-plist b/devel/libzim/pkg-plist
index 5a87560026ff..e1935d22820b 100644
--- a/devel/libzim/pkg-plist
+++ b/devel/libzim/pkg-plist
@@ -1,16 +1,20 @@
-include/zim/article.h
+include/zim/archive.h
 include/zim/blob.h
+include/zim/entry.h
 include/zim/error.h
-include/zim/file.h
-include/zim/fileheader.h
-include/zim/fileiterator.h
+include/zim/item.h
 include/zim/search.h
 include/zim/search_iterator.h
+include/zim/suggestion.h
+include/zim/suggestion_iterator.h
+include/zim/tools.h
 include/zim/uuid.h
-include/zim/writer/article.h
+include/zim/version.h
+include/zim/writer/contentProvider.h
 include/zim/writer/creator.h
-include/zim/writer/url.h
+include/zim/writer/item.h
 include/zim/zim.h
+include/zim/zim_config.h
 lib/libzim.so
 lib/libzim.so.%%DISTMAJ%%
 lib/libzim.so.%%DISTVERSION%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306032018.353KITVp035250>