Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2023 19:45:30 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: 854492245677 - main - www/kiwix-tools: Update version 3.1.2=>3.5.0
Message-ID:  <202306121945.35CJjUvA074124@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=854492245677f4565be1fdd9c9cb37011f10bf56

commit 854492245677f4565be1fdd9c9cb37011f10bf56
Author:     Olivier Certner <olce.freebsd@certner.fr>
AuthorDate: 2023-06-12 15:36:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-12 19:45:15 +0000

    www/kiwix-tools: Update version 3.1.2=>3.5.0
    
    - Dependent LIBRARY has been renamed so committing without MAINTAINER
      approval and this also fixes build on 14 with newer libkiwix library
    
    Changelog: https://github.com/kiwix/kiwix-tools/releases/tag/3.5.0
    
    PR:             271650
    Approved by:    portmgr (blanket)
---
 www/kiwix-tools/Makefile  | 7 ++-----
 www/kiwix-tools/distinfo  | 6 +++---
 www/kiwix-tools/pkg-plist | 2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/www/kiwix-tools/Makefile b/www/kiwix-tools/Makefile
index c502c684896f..2f93395b4ebf 100644
--- a/www/kiwix-tools/Makefile
+++ b/www/kiwix-tools/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	kiwix-tools
-DISTVERSION=	3.1.2
-PORTREVISION=	3
+DISTVERSION=	3.5.0
 CATEGORIES=	www
 
 MAINTAINER=	me@int19h.org
@@ -10,9 +9,7 @@ WWW=		https://www.kiwix.org/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libkiwix.so:devel/kiwix-lib \
-		libmicrohttpd.so:www/libmicrohttpd \
-		libctpp2.so:textproc/ctpp2 \
+LIB_DEPENDS=	libkiwix.so:devel/libkiwix \
 		libzim.so:devel/libzim
 
 USES=		compiler:c++11-lang meson pkgconfig
diff --git a/www/kiwix-tools/distinfo b/www/kiwix-tools/distinfo
index e507d38adeec..46157bfd787f 100644
--- a/www/kiwix-tools/distinfo
+++ b/www/kiwix-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595031660
-SHA256 (kiwix-kiwix-tools-3.1.2_GH0.tar.gz) = 86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364
-SIZE (kiwix-kiwix-tools-3.1.2_GH0.tar.gz) = 524375
+TIMESTAMP = 1686583949
+SHA256 (kiwix-kiwix-tools-3.5.0_GH0.tar.gz) = b15e69dd0ae690cb7a000ad815e5037db5276d92310e0b44832b960a51bfaeac
+SIZE (kiwix-kiwix-tools-3.5.0_GH0.tar.gz) = 538400
diff --git a/www/kiwix-tools/pkg-plist b/www/kiwix-tools/pkg-plist
index 49524ffcf4e6..f3197bf37c67 100644
--- a/www/kiwix-tools/pkg-plist
+++ b/www/kiwix-tools/pkg-plist
@@ -1,9 +1,9 @@
 bin/kiwix-manage
-bin/kiwix-read
 bin/kiwix-search
 bin/kiwix-serve
 man/fr/man1/kiwix-manage.1.gz
 man/fr/man1/kiwix-serve.1.gz
 man/man1/kiwix-manage.1.gz
+man/man1/kiwix-search.1.gz
 man/man1/kiwix-serve.1.gz
 share/kiwix/library.xml



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