Index: head/net/nuster/Makefile =================================================================== --- head/net/nuster/Makefile (revision 530745) +++ head/net/nuster/Makefile (revision 530746) @@ -1,68 +1,68 @@ # Created by: Felix Hanley # $FreeBSD$ PORTNAME= nuster -PORTVERSION= 3.0.0.19 +PORTVERSION= 3.2.3.19 DISTVERSIONPREFIX= v CATEGORIES= net www MAINTAINER= felix@userspace.com.au 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 MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" PLIST_FILES= sbin/halog \ sbin/nuster \ man/man1/nuster.1.gz OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE SPCRE DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support OPTIONS_DEFAULT= SPCRE OPENSSL DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 SPCRE_LIB_DEPENDS= libpcre.so:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} PORTDOCS= * PORTEXAMPLES= * .include .if ${ARCH} == "amd64" || ${ARCH} == "i386" MAKE_ARGS+= USE_REGPARM=1 .endif post-build: cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/nuster ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/nuster.1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/net/nuster/distinfo =================================================================== --- head/net/nuster/distinfo (revision 530745) +++ head/net/nuster/distinfo (revision 530746) @@ -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 Index: head/net/nuster/pkg-descr =================================================================== --- head/net/nuster/pkg-descr (revision 530745) +++ head/net/nuster/pkg-descr (revision 530746) @@ -1,6 +1,6 @@ Nuster is a simple yet powerful web caching proxy server based on HAProxy. It is 100% compatible with HAProxy, and takes full advantage of the ACL 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