diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index de7ab97a648a..982366a1c4d9 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,59 +1,57 @@ # Created by: Corey Smith PORTNAME= zerotier -DISTVERSION= 1.8.3 +DISTVERSION= 1.8.5 CATEGORIES= net -PATCH_SITES= https://github.com/zerotier/zerotierone/pull/ - MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere # No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt LICENSE= BUSINESS MIT PD LICENSE_COMB= multi LICENSE_NAME_BUSINESS= Business Source License LICENSE_FILE_BUSINESS= ${WRKSRC}/LICENSE.txt LICENSE_FILE_MIT= ${WRKSRC}/ext/json/LICENSE.MIT LICENSE_PERMS_BUSINESS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= as:devel/binutils USES= gmake compiler:c++14-lang USE_RC_SUBR= zerotier USE_GITHUB= yes GH_PROJECT= ZeroTierOne CFLAGS+= -flax-vector-conversions OPTIONS_DEFINE= DBG DBG_DESC= Enable foreground debugging for zerotier-one daemon DBG_ALL_TARGET= debug PLIST_FILES= bin/zerotier-cli bin/zerotier-idtool sbin/zerotier-one .include .if ${OPSYS} == "FreeBSD" # log output via syslog SUB_LIST+= ZEROTIER_SYSLOG="-s debug -T zerotier" # after r347241 tun(4) and tap(4) have been merged to tuntap(4) .if (${OSVERSION} >= 1300028) SUB_LIST+= ZEROTIER_IF_TAP="if_tuntap" .else SUB_LIST+= ZEROTIER_IF_TAP="if_tap" .endif .else # we are not on FreeBSD SUB_LIST+= ZEROTIER_IF_TAP="if_tap" \ ZEROTIER_SYSLOG="" .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/zerotier-one ${STAGEDIR}${PREFIX}/sbin/ .for l in zerotier-cli zerotier-idtool ${RLN} ${STAGEDIR}${PREFIX}/sbin/zerotier-one ${STAGEDIR}${PREFIX}/bin/${l} .endfor .include diff --git a/net/zerotier/distinfo b/net/zerotier/distinfo index 699986e0ec7c..efa0eeb7faf3 100644 --- a/net/zerotier/distinfo +++ b/net/zerotier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637140130 -SHA256 (zerotier-ZeroTierOne-1.8.3_GH0.tar.gz) = f0813900c812910db2751bfb43d22a06f11dbcfbe4515e6b24fcad90ca46f665 -SIZE (zerotier-ZeroTierOne-1.8.3_GH0.tar.gz) = 19853123 +TIMESTAMP = 1646752656 +SHA256 (zerotier-ZeroTierOne-1.8.5_GH0.tar.gz) = 2866a4ef9193cca0a9f0fe528a0dea00c13cb0fd714bf388a0300cb6f3639b3b +SIZE (zerotier-ZeroTierOne-1.8.5_GH0.tar.gz) = 12767243