From owner-svn-ports-all@freebsd.org Sun Apr 5 06:05:56 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 47BD92AD61F; Sun, 5 Apr 2020 06:05:56 +0000 (UTC) (envelope-from woodsb02@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) server-signature RSA-PSS (4096 bits) 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 48w37j0L8wz4QXx; Sun, 5 Apr 2020 06:05:53 +0000 (UTC) (envelope-from woodsb02@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 4FD147044; Sun, 5 Apr 2020 05:46:02 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0355k2hY084863; Sun, 5 Apr 2020 05:46:02 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0355k1s5084860; Sun, 5 Apr 2020 05:46:01 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <202004050546.0355k1s5084860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 5 Apr 2020 05:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530746 - head/net/nuster X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/net/nuster X-SVN-Commit-Revision: 530746 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.29 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: Sun, 05 Apr 2020 06:05:57 -0000 Author: woodsb02 Date: Sun Apr 5 05:46:01 2020 New Revision: 530746 URL: https://svnweb.freebsd.org/changeset/ports/530746 Log: net/nuster: update to 3.2.3.19 This release is based on haproxy 1.9.14. Add USES=compiler:c++11-lang, as was done with net/haproxy port when it was upgraded to the 1.9.x branch. PR: 244715 Submitted by: Felix Hanley (maintainer) Modified: head/net/nuster/Makefile head/net/nuster/distinfo head/net/nuster/pkg-descr Modified: head/net/nuster/Makefile ============================================================================== --- head/net/nuster/Makefile Sun Apr 5 04:30:46 2020 (r530745) +++ head/net/nuster/Makefile Sun Apr 5 05:46:01 2020 (r530746) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nuster -PORTVERSION= 3.0.0.19 +PORTVERSION= 3.2.3.19 DISTVERSIONPREFIX= v CATEGORIES= net www @@ -12,7 +12,7 @@ COMMENT= Web caching proxy server based on haproxy LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= cpe gmake +USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= nuster USE_GITHUB= yes GH_ACCOUNT= jiangwenyuan Modified: head/net/nuster/distinfo ============================================================================== --- head/net/nuster/distinfo Sun Apr 5 04:30:46 2020 (r530745) +++ head/net/nuster/distinfo Sun Apr 5 05:46:01 2020 (r530746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564467174 -SHA256 (jiangwenyuan-nuster-v3.0.0.19_GH0.tar.gz) = 12720b702e36e2982d481e7d27f6f353ee6c4be8b1f871b07de3d9a263f3306c -SIZE (jiangwenyuan-nuster-v3.0.0.19_GH0.tar.gz) = 2465405 +TIMESTAMP = 1583839752 +SHA256 (jiangwenyuan-nuster-v3.2.3.19_GH0.tar.gz) = 72320e60a185f8e479a15d9ba5681eb8985c3d7d570d441cdcf4bee1a99b76e7 +SIZE (jiangwenyuan-nuster-v3.2.3.19_GH0.tar.gz) = 2565138 Modified: head/net/nuster/pkg-descr ============================================================================== --- head/net/nuster/pkg-descr Sun Apr 5 04:30:46 2020 (r530745) +++ head/net/nuster/pkg-descr Sun Apr 5 05:46:01 2020 (r530746) @@ -3,4 +3,4 @@ is 100% compatible with HAProxy, and takes full advant functionality of HAProxy to provide fine-grained caching policy based on the content of request, response or server status. -WWW: https://github.com/jiangwenyuan/nuster +WWW: https://github.com/jiangwenyuan/nuster