Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2012 14:21:16 +0000
From:      Leo Vandewoestijne <leo@unicycle.net>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167833: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Message-ID:  <20120513142116.GA35483@relay7.ucia.gov>
In-Reply-To: <201205130530.q4D5UECq048010@freefall.freebsd.org>
References:  <201205130525.q4D5PXLd064995@red.freebsd.org> <201205130530.q4D5UECq048010@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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@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--



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