Index: head/net/zerotier/Makefile =================================================================== --- head/net/zerotier/Makefile (revision 509900) +++ head/net/zerotier/Makefile (revision 509901) @@ -1,57 +1,54 @@ # Created by: Corey Smith # $FreeBSD$ PORTNAME= zerotier -DISTVERSION= 1.2.12-310 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -g8a0b75c +DISTVERSION= 1.4.2 CATEGORIES= net MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere LICENSE= GPLv3+ MIT PD LICENSE_COMB= multi LICENSE_FILE_GPLv3+ =${WRKSRC}/LICENSE.GPL-3 LICENSE_FILE_MIT=${WRKSRC}/ext/json/LICENSE.MIT USES= gmake compiler:c++14-lang USE_RC_SUBR= zerotier USE_GITHUB= yes GH_PROJECT= ZeroTierOne -GH_TAGNAME= 8a0b75c 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 when daemon(8) supports it .if ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200015) SUB_LIST+= ZEROTIER_SYSLOG="-s debug -T zerotier" .else SUB_LIST+= ZEROTIER_SYSLOG="" .endif # 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 .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 Index: head/net/zerotier/distinfo =================================================================== --- head/net/zerotier/distinfo (revision 509900) +++ head/net/zerotier/distinfo (revision 509901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563871634 -SHA256 (zerotier-ZeroTierOne-1.2.12-310-g8a0b75c-8a0b75c_GH0.tar.gz) = 2e545c37a54277ac4e754f893d904bf39d15557abce8360d807595a5670dfa67 -SIZE (zerotier-ZeroTierOne-1.2.12-310-g8a0b75c-8a0b75c_GH0.tar.gz) = 13054805 +TIMESTAMP = 1566803606 +SHA256 (zerotier-ZeroTierOne-1.4.2-8a0b75c_GH0.tar.gz) = 2e545c37a54277ac4e754f893d904bf39d15557abce8360d807595a5670dfa67 +SIZE (zerotier-ZeroTierOne-1.4.2-8a0b75c_GH0.tar.gz) = 13054805