aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscrypt-proxy2
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-07-11 11:45:20 +0000
committerSteve Wills <swills@FreeBSD.org>2018-07-11 11:45:20 +0000
commit832adfec9a9369582a6fac561ffe59b5bd0a5577 (patch)
tree85ba447d5df244de87080a8e1a0d9c958b145b5d /dns/dnscrypt-proxy2
parent09caedb32a3839d50644e3b5fe89ecf11a18bbd0 (diff)
downloadports-832adfec9a9369582a6fac561ffe59b5bd0a5577.tar.gz
ports-832adfec9a9369582a6fac561ffe59b5bd0a5577.zip
dns/dnscrypt-proxy2: update to 2.0.16
PR: 229679 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=474438
Diffstat (limited to 'dns/dnscrypt-proxy2')
-rw-r--r--dns/dnscrypt-proxy2/Makefile8
-rw-r--r--dns/dnscrypt-proxy2/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile
index 7f26252f31e3..31bcf6fd2505 100644
--- a/dns/dnscrypt-proxy2/Makefile
+++ b/dns/dnscrypt-proxy2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= dnscrypt-proxy
-PORTVERSION= 2.0.15
+PORTVERSION= 2.0.16
CATEGORIES= dns security ipv6
PKGNAMESUFFIX= 2
@@ -11,11 +11,11 @@ COMMENT= Flexible DNS proxy with support for encrypted protocols
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= go:lang/go
RUN_DEPENDS= ca_root_nss>=3.35:security/ca_root_nss
USE_RC_SUBR= ${PORTNAME}
+USES= go
USE_GITHUB= yes
GH_ACCOUNT= jedisct1
@@ -36,8 +36,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
do-build:
${RLN} ${WRKSRC}/vendor ${WRKSRC}/src
cd ${WRKSRC}/${PORTNAME} && \
- ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} \
- go build -ldflags "-s -w" -o ${WRKDIR}/sbin/${PORTNAME}
+ ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPATH=${WRKSRC} \
+ ${GO_CMD} build -ldflags "-s -w" -o ${WRKDIR}/sbin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/sbin/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
diff --git a/dns/dnscrypt-proxy2/distinfo b/dns/dnscrypt-proxy2/distinfo
index e984a7684e14..de30d203a39a 100644
--- a/dns/dnscrypt-proxy2/distinfo
+++ b/dns/dnscrypt-proxy2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528396026
-SHA256 (jedisct1-dnscrypt-proxy-2.0.15_GH0.tar.gz) = 84c9d94776422b539a2473e586e0cd4d3c65b059a1ec0531e916ebb1d44cce60
-SIZE (jedisct1-dnscrypt-proxy-2.0.15_GH0.tar.gz) = 2887764
+TIMESTAMP = 1531247818
+SHA256 (jedisct1-dnscrypt-proxy-2.0.16_GH0.tar.gz) = 7ff4cb7890fdf6b1b54ec4a9ef9f8ba5e71bcaff8522f324ef6ecc739ce95e5e
+SIZE (jedisct1-dnscrypt-proxy-2.0.16_GH0.tar.gz) = 3770249