From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 13 14:50:06 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C93D1065670 for ; Sun, 13 May 2012 14:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 165D78FC0A for ; Sun, 13 May 2012 14:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4DEo5Kd085865 for ; Sun, 13 May 2012 14:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4DEo5VJ085864; Sun, 13 May 2012 14:50:05 GMT (envelope-from gnats) Date: Sun, 13 May 2012 14:50:05 GMT Message-Id: <201205131450.q4DEo5VJ085864@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Leo Vandewoestijne Cc: Subject: Re: ports/167833: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Leo Vandewoestijne List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 14:50:06 -0000 The following reply was made to PR ports/167833; it has been noted by GNATS. From: Leo Vandewoestijne To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@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@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 - - --1yeeQ81UyVL57Vl7--