diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-02 20:51:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-02 20:51:44 +0000 |
commit | ff0bf828ace6346ccc81ee5f9687c04ff85419ef (patch) | |
tree | 5566ef98a67be424f7789a97dcc58f8e0836e29e /dns | |
parent | - update to 3.7.6 (diff) |
- update to 1.2.0 [1,2]
- update MASTER_SITES list [1,2]
- add hidden devel/libexecinfo dependency (reported by pawel@)
while here:
- trim Makefile header
- convert to optionsng (PORTDOCS case)
- tab -> space change in pkg-descr:WWW
PR: 173190 [1]
PR: 174514 [2]
Submitted by: csosstudy <csosstudy@gmail.com> [1], Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [2]
Notes
Notes:
svn path=/head/; revision=309836
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 17 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/distinfo | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-descr | 2 |
3 files changed, 11 insertions, 12 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index cac491ebabfe..83eee71c072c 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -1,20 +1,17 @@ -# New ports collection makefile for: dnscrypt-proxy -# Date created: 15 May 2012 -# Whom: Leo Vandewoestijne <freebsd@dns-lab.com> -# +# Created by: Leo Vandewoestijne <freebsd@dns-lab.com> # $FreeBSD$ -# PORTNAME= dnscrypt-proxy -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.0 CATEGORIES= dns MASTER_SITES= http://cloud.github.com/downloads/opendns/dnscrypt-proxy/ \ - http://www.Awfulhak.org/dnscrypt-proxy/ \ - http://people.FreeBSD.org/~brian/dnscrypt-proxy/ + http://www.dns-lab.com/downloads/dnscrypt-proxy/ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo + GNU_CONFIGURE= yes USE_GMAKE= yes @@ -27,12 +24,14 @@ MAN8= dnscrypt-proxy.8 hostip.8 PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS \ README README.markdown TECHNOTES THANKS +.include <bsd.port.options.mk> + pre-install: @${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/ @${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${MAN8PREFIX}/man/man8/ post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif diff --git a/dns/dnscrypt-proxy/distinfo b/dns/dnscrypt-proxy/distinfo index 959a886d6bc4..95b230ed1b6f 100644 --- a/dns/dnscrypt-proxy/distinfo +++ b/dns/dnscrypt-proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-1.0.1.tar.gz) = 9852a8dcae200c9965697b29fdaffb8ee1dc8602420afdb8763811a7996d6a7f -SIZE (dnscrypt-proxy-1.0.1.tar.gz) = 1359907 +SHA256 (dnscrypt-proxy-1.2.0.tar.gz) = 02ae6360887995d73d4c02ea7fa0cc8cad4a4de61f89c2fd68674a65f427b333 +SIZE (dnscrypt-proxy-1.2.0.tar.gz) = 1666090 diff --git a/dns/dnscrypt-proxy/pkg-descr b/dns/dnscrypt-proxy/pkg-descr index 82a17dce58d6..36d63d374d1c 100644 --- a/dns/dnscrypt-proxy/pkg-descr +++ b/dns/dnscrypt-proxy/pkg-descr @@ -3,4 +3,4 @@ should use to boost online privacy and security. It works by encrypting all DNS traffic between the user and OpenDNS, preventing any spying, spoofing or man-in-the-middle attacks. -WWW: https://www.opendns.com/technology/dnscrypt/ +WWW: https://www.opendns.com/technology/dnscrypt/ |