svn commit: r482140 - head/dns/dnscrypt-proxy2

Vinícius Zavam egypcio at FreeBSD.org
Mon Oct 15 08:58:31 UTC 2018


Author: egypcio
Date: Mon Oct 15 08:58:30 2018
New Revision: 482140
URL: https://svnweb.freebsd.org/changeset/ports/482140

Log:
  update to version 2.0.17;
  
    changes: https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.17/ChangeLog
  
    while here, silence portlint
      move USE_* variables to a point after USES;
      extra item placed in the USES/USE_x section got a new line, for example, "GH_ACCOUNT".
  
  Approved by:	beat (mentor), rene (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17509

Modified:
  head/dns/dnscrypt-proxy2/Makefile
  head/dns/dnscrypt-proxy2/distinfo

Modified: head/dns/dnscrypt-proxy2/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy2/Makefile	Mon Oct 15 08:14:39 2018	(r482139)
+++ head/dns/dnscrypt-proxy2/Makefile	Mon Oct 15 08:58:30 2018	(r482140)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnscrypt-proxy
-PORTVERSION=	2.0.16
-PORTREVISION=	1
+PORTVERSION=	2.0.17
 CATEGORIES=	dns security ipv6
 PKGNAMESUFFIX=	2
 
@@ -14,12 +13,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ca_root_nss>=3.35:security/ca_root_nss
 
-USE_RC_SUBR=	${PORTNAME}
-
 USES=		go
+USE_RC_SUBR=	${PORTNAME}
 USE_GITHUB=	yes
+
 GH_ACCOUNT=	jedisct1
-GH_TAGNAME=	c53b28d
+
 USERS=		_dnscrypt-proxy
 GROUPS=		_dnscrypt-proxy
 

Modified: head/dns/dnscrypt-proxy2/distinfo
==============================================================================
--- head/dns/dnscrypt-proxy2/distinfo	Mon Oct 15 08:14:39 2018	(r482139)
+++ head/dns/dnscrypt-proxy2/distinfo	Mon Oct 15 08:58:30 2018	(r482140)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535743338
-SHA256 (jedisct1-dnscrypt-proxy-2.0.16-c53b28d_GH0.tar.gz) = 3bb0136615a31556fe79a1cbb6cb196865c86d2886ee167e69f59d67c5fd2859
-SIZE (jedisct1-dnscrypt-proxy-2.0.16-c53b28d_GH0.tar.gz) = 3263576
+TIMESTAMP = 1539179169
+SHA256 (jedisct1-dnscrypt-proxy-2.0.17_GH0.tar.gz) = 7c4ffcc7b8b07474622e728f1c019b79bd2d35be074cbeddcfa49cd83c7179b0
+SIZE (jedisct1-dnscrypt-proxy-2.0.17_GH0.tar.gz) = 3364933


More information about the svn-ports-all mailing list