ports/167833: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Leo Vandewoestijne
leo at unicycle.net
Sun May 13 14:50:06 UTC 2012
The following reply was made to PR ports/167833; it has been noted by GNATS.
From: Leo Vandewoestijne <leo at unicycle.net>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:
Subject: Re: ports/167833: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Date: Sun, 13 May 2012 14:21:16 +0000
--1yeeQ81UyVL57Vl7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Ai, forgot some things portlint just told me.
The attached patch
- adds github as master site
- adjusts the comment
- deletes blank lines
Leo.
--1yeeQ81UyVL57Vl7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dnscrypt-proxy.diff.txt"
--- /root/dnscrypt-proxy/Makefile 2012-05-13 12:53:26.000000000 +0000
+++ Makefile 2012-05-13 14:10:21.000000000 +0000
@@ -8,10 +8,11 @@
PORTNAME= dnscrypt-proxy
PORTVERSION= 0.9.3
CATEGORIES= dns
-MASTER_SITES= http://www.dns-lab.com/downloads/dnscrypt-proxy/
+MASTER_SITES= http://cloud.github.com/downloads/opendns/dnscrypt-proxy/ \
+ http://www.dns-lab.com/downloads/dnscrypt-proxy/
MAINTAINER= freebsd at dns-lab.com
-COMMENT= DNSCrypt is a piece of lightweight software to boost online privacy and security.
+COMMENT= Boost privacy and security of DNS
GNU_CONFIGURE= yes
@@ -24,7 +25,6 @@
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS \
README README.markdown TECHNOTES THANKS
-
pre-install:
@${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/
@${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8.markdown ${MAN8PREFIX}/man/man8/
@@ -37,5 +37,3 @@
@${CAT} ${WRKDIR}/pkg-message
.include <bsd.port.mk>
-
-
--1yeeQ81UyVL57Vl7--
More information about the freebsd-ports-bugs
mailing list