Date: Fri, 28 Sep 2018 18:18:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480873 - in head/net/nuster: . files Message-ID: <201809281818.w8SIIvWk004595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Sep 28 18:18:57 2018 New Revision: 480873 URL: https://svnweb.freebsd.org/changeset/ports/480873 Log: - Update to 2.0.2.18 PR: 230684 Sponsored by: iXsystems Inc. Added: head/net/nuster/files/patch-include_nuster_http.h (contents, props changed) Modified: head/net/nuster/Makefile head/net/nuster/distinfo head/net/nuster/files/patch-include-common-hathreads.h Modified: head/net/nuster/Makefile ============================================================================== --- head/net/nuster/Makefile Fri Sep 28 18:17:49 2018 (r480872) +++ head/net/nuster/Makefile Fri Sep 28 18:18:57 2018 (r480873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nuster -PORTVERSION= 1.8.8.3 +PORTVERSION= 2.0.2.18 DISTVERSIONPREFIX= v CATEGORIES= net www Modified: head/net/nuster/distinfo ============================================================================== --- head/net/nuster/distinfo Fri Sep 28 18:17:49 2018 (r480872) +++ head/net/nuster/distinfo Fri Sep 28 18:18:57 2018 (r480873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529019057 -SHA256 (jiangwenyuan-nuster-v1.8.8.3_GH0.tar.gz) = d2fea00cb7668a704aefc506dce88885577c1bb81e002f9db624447643cf39c5 -SIZE (jiangwenyuan-nuster-v1.8.8.3_GH0.tar.gz) = 2101562 +TIMESTAMP = 1534485691 +SHA256 (jiangwenyuan-nuster-v2.0.2.18_GH0.tar.gz) = 1ccc5ebf9fda06d5aaf1c10dd62f24fb6b96f3b31f6eb99ad0a2a25b03e83ce3 +SIZE (jiangwenyuan-nuster-v2.0.2.18_GH0.tar.gz) = 2129545 Modified: head/net/nuster/files/patch-include-common-hathreads.h ============================================================================== --- head/net/nuster/files/patch-include-common-hathreads.h Fri Sep 28 18:17:49 2018 (r480872) +++ head/net/nuster/files/patch-include-common-hathreads.h Fri Sep 28 18:18:57 2018 (r480873) @@ -1,6 +1,6 @@ ---- include/common/hathreads.h.orig 2018-02-17 18:17:22.219400000 +0000 -+++ include/common/hathreads.h 2018-02-17 18:18:44.598422000 +0000 -@@ -104,7 +104,7 @@ extern THREAD_LOCAL unsigned long tid_bit; /* The bit +--- include/common/hathreads.h.orig 2018-08-15 11:14:35 UTC ++++ include/common/hathreads.h +@@ -113,7 +113,7 @@ extern THREAD_LOCAL unsigned long tid_bi /* TODO: thread: For now, we rely on GCC builtins but it could be a good idea to * have a header file regrouping all functions dealing with threads. */ Added: head/net/nuster/files/patch-include_nuster_http.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/nuster/files/patch-include_nuster_http.h Fri Sep 28 18:18:57 2018 (r480873) @@ -0,0 +1,10 @@ +--- include/nuster/http.h.orig 2018-08-17 06:04:08 UTC ++++ include/nuster/http.h +@@ -14,6 +14,7 @@ + #define _NUSTER_HTTP_H + + #include <types/global.h> ++#include <inttypes.h> + + #include <proto/stream_interface.h> + #include <proto/proto_http.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809281818.w8SIIvWk004595>