Date: Sun, 5 Apr 2020 05:46:01 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530746 - head/net/nuster Message-ID: <202004050546.0355k1s5084860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <felix@userspace.com.au> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004050546.0355k1s5084860>