From owner-svn-ports-all@freebsd.org Mon Aug 10 18:12:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1647F3AB376; Mon, 10 Aug 2020 18:12:53 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQPFw6TQPz4dW8; Mon, 10 Aug 2020 18:12:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C28A3E058; Mon, 10 Aug 2020 18:12:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07AICqc2082004; Mon, 10 Aug 2020 18:12:52 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07AICqHA082001; Mon, 10 Aug 2020 18:12:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202008101812.07AICqHA082001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 10 Aug 2020 18:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544639 - in head/devel/kiwix-lib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/kiwix-lib: . files X-SVN-Commit-Revision: 544639 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 18:12:53 -0000 Author: swills Date: Mon Aug 10 18:12:51 2020 New Revision: 544639 URL: https://svnweb.freebsd.org/changeset/ports/544639 Log: devel/kiwix-lib: update to 9.3.1 PR: 248056 Approved by: maintainer timeout (me@int19h.org, >3 weeks) Added: head/devel/kiwix-lib/files/ head/devel/kiwix-lib/files/patch-src_server.cpp (contents, props changed) Modified: head/devel/kiwix-lib/Makefile (contents, props changed) head/devel/kiwix-lib/distinfo (contents, props changed) head/devel/kiwix-lib/pkg-plist (contents, props changed) Modified: head/devel/kiwix-lib/Makefile ============================================================================== --- head/devel/kiwix-lib/Makefile Mon Aug 10 17:59:11 2020 (r544638) +++ head/devel/kiwix-lib/Makefile Mon Aug 10 18:12:51 2020 (r544639) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kiwix-lib -DISTVERSION= 5.1.0 -PORTREVISION= 4 +DISTVERSION= 9.3.1 CATEGORIES= devel MAINTAINER= me@int19h.org @@ -19,7 +18,8 @@ LIB_DEPENDS= libzim.so:devel/libzim \ libicuuc.so:devel/icu \ libxapian.so:databases/xapian-core \ libctpp2.so:textproc/ctpp2 \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + libmicrohttpd.so:www/libmicrohttpd USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix USE_LDCONFIG= yes @@ -27,11 +27,13 @@ USE_GITHUB= yes GH_ACCOUNT= kiwix GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ - kainjow:Mustache:40ddfe9:mustache + kainjow:Mustache:a7eebc9:mustache MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE} CPPFLAGS+= -I${WRKSRC_mustache} CXXFLAGS+= -I${WRKSRC_mustache} SHEBANG_FILES= scripts/kiwix-compile-resources + +PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//} .include Modified: head/devel/kiwix-lib/distinfo ============================================================================== --- head/devel/kiwix-lib/distinfo Mon Aug 10 17:59:11 2020 (r544638) +++ head/devel/kiwix-lib/distinfo Mon Aug 10 18:12:51 2020 (r544639) @@ -1,5 +1,5 @@ -TIMESTAMP = 1559137520 -SHA256 (kiwix-kiwix-lib-5.1.0_GH0.tar.gz) = 573e1176e351fedc8b49c7746aef10746bf13c9f5a1df18186e0e6589215c546 -SIZE (kiwix-kiwix-lib-5.1.0_GH0.tar.gz) = 1343863 -SHA256 (kainjow-Mustache-40ddfe9_GH0.tar.gz) = d1e391999428818472835fe90644719ef9b0fdb0a14c4f293c2a20aee0918912 -SIZE (kainjow-Mustache-40ddfe9_GH0.tar.gz) = 98527 +TIMESTAMP = 1595030328 +SHA256 (kiwix-kiwix-lib-9.3.1_GH0.tar.gz) = b36500af589797e220d0a5fc551047f016c8914ac2d4b04666daef977aa0a4ce +SIZE (kiwix-kiwix-lib-9.3.1_GH0.tar.gz) = 1344101 +SHA256 (kainjow-Mustache-a7eebc9_GH0.tar.gz) = 072cac4341ad8bb7eba7cc8a4169948d30757536caf3228c5a4ff9006ba105ca +SIZE (kainjow-Mustache-a7eebc9_GH0.tar.gz) = 141903 Added: head/devel/kiwix-lib/files/patch-src_server.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/kiwix-lib/files/patch-src_server.cpp Mon Aug 10 18:12:51 2020 (r544639) @@ -0,0 +1,10 @@ +--- src/server.cpp.orig 2020-07-18 00:12:50 UTC ++++ src/server.cpp +@@ -18,6 +18,7 @@ + */ + + #include "server.h" ++#include + + #ifdef _WIN32 + # if !defined(__MINGW32__) && (_MSC_VER < 1600) Modified: head/devel/kiwix-lib/pkg-plist ============================================================================== --- head/devel/kiwix-lib/pkg-plist Mon Aug 10 17:59:11 2020 (r544638) +++ head/devel/kiwix-lib/pkg-plist Mon Aug 10 18:12:51 2020 (r544639) @@ -5,19 +5,25 @@ include/kiwix/common.h include/kiwix/downloader.h include/kiwix/entry.h include/kiwix/kiwix_config.h +include/kiwix/kiwixserve.h include/kiwix/library.h include/kiwix/libxml_dumper.h include/kiwix/manager.h +include/kiwix/name_mapper.h include/kiwix/opds_dumper.h include/kiwix/reader.h +include/kiwix/search_renderer.h include/kiwix/searcher.h +include/kiwix/server.h include/kiwix/tools/base64.h +include/kiwix/tools/lock.h include/kiwix/tools/networkTools.h include/kiwix/tools/otherTools.h include/kiwix/tools/pathTools.h include/kiwix/tools/regexTools.h include/kiwix/tools/stringTools.h lib/libkiwix.so -lib/libkiwix.so.5 -lib/libkiwix.so.5.1.0 +lib/libkiwix.so.%%PORTMAJ%% +lib/libkiwix.so.%%PORTVERSION%% libdata/pkgconfig/kiwix.pc +man/man1/kiwix-compile-resources.1.gz