devel/kiwix-lib: update to 9.4.1

PR:		251627
Approved by:	Pavel Minaev <me@int19h.org> (maintainer)
This commit is contained in:
Steve Wills 2020-12-14 14:52:58 +00:00
parent d627f12866
commit b02cb497c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558094
4 changed files with 14 additions and 15 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= kiwix-lib
DISTVERSION= 9.3.1
PORTREVISION= 1
DISTVERSION= 9.4.1
CATEGORIES= devel
MAINTAINER= me@int19h.org

View File

@ -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

View File

@ -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 <netinet/in.h>
#ifdef _WIN32
# if !defined(__MINGW32__) && (_MSC_VER < 1600)

View File

@ -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 <netinet/in.h>
#ifdef _WIN32
# if !defined(__MINGW32__) && (_MSC_VER < 1600)