View | Details | Raw Unified | Return to bug 179545
Collapse All | Expand All

(-)dnscrypt-proxy/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: dns/dnscrypt-proxy/Makefile 314126 2013-03-14 01:50:38Z beech $
2
# $FreeBSD: dns/dnscrypt-proxy/Makefile 314126 2013-03-14 01:50:38Z beech $
3
3
4
PORTNAME=	dnscrypt-proxy
4
PORTNAME=	dnscrypt-proxy
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.3.1
6
CATEGORIES=	dns
6
CATEGORIES=	dns
7
MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/
7
MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/
8
8
Lines 10-15 Link Here
10
COMMENT=	Boost privacy and security of DNS
10
COMMENT=	Boost privacy and security of DNS
11
11
12
LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
12
LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
13
LIB_DEPENDS+=	sodium:${PORTSDIR}/security/libsodium
13
14
14
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
15
USE_GMAKE=	yes
16
USE_GMAKE=	yes
(-)dnscrypt-proxy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dnscrypt-proxy-1.2.1.tar.gz) = 41ae6a57dd4b84b877f7736ded992e064f8f32b1446c6a3dacaeaaa6f800eca3
1
SHA256 (dnscrypt-proxy-1.3.1.tar.gz) = 9b590fd8963f401b38c1fdc1157327f8f6d31c4fe2036c433d7088e7788b6592
2
SIZE (dnscrypt-proxy-1.2.1.tar.gz) = 1672937
2
SIZE (dnscrypt-proxy-1.3.1.tar.gz) = 1567229

Return to bug 179545