diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 0dc50b6ad8b0..6ea1abb67845 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,63 +1,62 @@ # Created by: Corey Smith PORTNAME= zerotier -DISTVERSION= 1.6.4 -PORTREVISION= 1 +DISTVERSION= 1.6.5 CATEGORIES= net PATCH_SITES= https://github.com/zerotier/zerotierone/pull/ # PATCHFILES= 1043.patch:-p1 PATCHFILES= 1304.patch:-p1 MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere 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 LEGAL_TEXT= No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt .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 050c86a752a9..1b237cd0699e 100644 --- a/net/zerotier/distinfo +++ b/net/zerotier/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1618468737 -SHA256 (zerotier-ZeroTierOne-1.6.4_GH0.tar.gz) = 0f45a4050cdfea1018634c88b6c302cbbfcc3f7f93cb94bed840a15e3ffa55ba -SIZE (zerotier-ZeroTierOne-1.6.4_GH0.tar.gz) = 16021448 +TIMESTAMP = 1619099817 +SHA256 (zerotier-ZeroTierOne-1.6.5_GH0.tar.gz) = a437ec9e8a4987ed48c0e5af3895a057dcc0307ab38af90dd7729a131097f222 +SIZE (zerotier-ZeroTierOne-1.6.5_GH0.tar.gz) = 16021963 SHA256 (1304.patch) = a62abaa6fe388dd4286ce5c349d3ac3d42c92330ef504eaac76e85b3327de0a3 SIZE (1304.patch) = 5537