From owner-svn-ports-head@freebsd.org Fri Sep 28 18:18:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F366C10B65B7; Fri, 28 Sep 2018 18:18:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 994B07CD88; Fri, 28 Sep 2018 18:18:58 +0000 (UTC) (envelope-from miwi@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 9466318812; Fri, 28 Sep 2018 18:18:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8SIIwhq004599; Fri, 28 Sep 2018 18:18:58 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8SIIvWk004595; Fri, 28 Sep 2018 18:18:57 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201809281818.w8SIIvWk004595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 28 Sep 2018 18:18:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480873 - in head/net/nuster: . files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/net/nuster: . files X-SVN-Commit-Revision: 480873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2018 18:18:59 -0000 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 ++#include + + #include + #include