View | Details | Raw Unified | Return to bug 190406 | Differences between
and this patch

Collapse All | Expand All

(-)dnscrypt-proxy/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/dns/dnscrypt-proxy/Makefile 331598 2013-10-25 15:27:28Z danilo $
2
# $FreeBSD: head/dns/dnscrypt-proxy/Makefile 331598 2013-10-25 15:27:28Z danilo $
3
3
4
PORTNAME=       dnscrypt-proxy
4
PORTNAME=       dnscrypt-proxy
5
PORTVERSION=    1.3.3
5
PORTVERSION=    1.4.0
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
                http://www.dns-lab.com/downloads/dnscrypt-proxy/
8
                http://www.dns-lab.com/downloads/dnscrypt-proxy/
(-)dnscrypt-proxy/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dnscrypt-proxy-1.3.3.tar.gz) = c36ba6c3277d3438986af1e8d12adf7d35544b56d1747fa93a50b4d72ebf3e4a
1
SHA256 (dnscrypt-proxy-1.4.0.tar.gz) = 60b57b36aa15706c4cd0c348fc59534c15913c282a2b7d4db0b3787167b33502
2
SIZE (dnscrypt-proxy-1.3.3.tar.gz) = 1576428
2
SIZE (dnscrypt-proxy-1.4.0.tar.gz) = 1579426
(-)dnscrypt-proxy/pkg-plist (+2 lines)
Lines 1-4 Link Here
1
@stopdaemon dnscrypt-proxy
1
@stopdaemon dnscrypt-proxy
2
%%DATADIR%%/dnscrypt-resolvers.csv
3
@dirrmtry %%DATADIR%%
2
man/man8/dnscrypt-proxy.8.gz
4
man/man8/dnscrypt-proxy.8.gz
3
man/man8/hostip.8.gz
5
man/man8/hostip.8.gz
4
sbin/dnscrypt-proxy
6
sbin/dnscrypt-proxy

Return to bug 190406