Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2018 08:58:30 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482140 - head/dns/dnscrypt-proxy2
Message-ID:  <201810150858.w9F8wUq0021521@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810150858.w9F8wUq0021521>