Index: head/devel/kiwix-lib/Makefile =================================================================== --- head/devel/kiwix-lib/Makefile (revision 558093) +++ head/devel/kiwix-lib/Makefile (revision 558094) @@ -1,41 +1,40 @@ # $FreeBSD$ PORTNAME= kiwix-lib -DISTVERSION= 9.3.1 -PORTREVISION= 1 +DISTVERSION= 9.4.1 CATEGORIES= devel MAINTAINER= me@int19h.org COMMENT= Common code base for all Kiwix ports LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libzim.so:devel/libzim \ libpugixml.so:textproc/pugixml \ libaria2.so:www/aria2 \ libicui18n.so:devel/icu \ libicuuc.so:devel/icu \ libxapian.so:databases/xapian-core \ libctpp2.so:textproc/ctpp2 \ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= kiwix GH_TUPLE= kiwix:${PORTNAME}:${PORTVERSION}:DEFAULT \ kainjow:Mustache:a7eebc9:mustache MESON_ARGS= -Dctpp2-install-prefix=${LOCALBASE} CPPFLAGS+= -I${WRKSRC_mustache} CXXFLAGS+= -I${WRKSRC_mustache} LDFLAGS+= -lz SHEBANG_FILES= scripts/kiwix-compile-resources PLIST_SUB= PORTVERSION=${PORTVERSION} PORTMAJ=${PORTVERSION:C/\..*//} .include Index: head/devel/kiwix-lib/distinfo =================================================================== --- head/devel/kiwix-lib/distinfo (revision 558093) +++ head/devel/kiwix-lib/distinfo (revision 558094) @@ -1,5 +1,5 @@ -TIMESTAMP = 1595030328 -SHA256 (kiwix-kiwix-lib-9.3.1_GH0.tar.gz) = b36500af589797e220d0a5fc551047f016c8914ac2d4b04666daef977aa0a4ce -SIZE (kiwix-kiwix-lib-9.3.1_GH0.tar.gz) = 1344101 +TIMESTAMP = 1607221685 +SHA256 (kiwix-kiwix-lib-9.4.1_GH0.tar.gz) = f76bfa90411c52d4d8c49ac5767928fc28d01ef26916d72df4856cf08b064202 +SIZE (kiwix-kiwix-lib-9.4.1_GH0.tar.gz) = 1347677 SHA256 (kainjow-Mustache-a7eebc9_GH0.tar.gz) = 072cac4341ad8bb7eba7cc8a4169948d30757536caf3228c5a4ff9006ba105ca SIZE (kainjow-Mustache-a7eebc9_GH0.tar.gz) = 141903 Index: head/devel/kiwix-lib/files/patch-src_server.cpp =================================================================== --- head/devel/kiwix-lib/files/patch-src_server.cpp (revision 558093) +++ head/devel/kiwix-lib/files/patch-src_server.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- 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) Property changes on: head/devel/kiwix-lib/files/patch-src_server.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/kiwix-lib/files/patch-src_server_internalServer.cpp =================================================================== --- head/devel/kiwix-lib/files/patch-src_server_internalServer.cpp (nonexistent) +++ head/devel/kiwix-lib/files/patch-src_server_internalServer.cpp (revision 558094) @@ -0,0 +1,10 @@ +--- src/server/internalServer.cpp.orig 2020-12-06 02:30:03 UTC ++++ src/server/internalServer.cpp +@@ -18,6 +18,7 @@ + */ + + #include "internalServer.h" ++#include + + #ifdef _WIN32 + # if !defined(__MINGW32__) && (_MSC_VER < 1600) Property changes on: head/devel/kiwix-lib/files/patch-src_server_internalServer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property