From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 13 14:40:28 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF5261065676; Sun, 13 May 2012 14:40:28 +0000 (UTC) (envelope-from leo@xs.unicycle.net) Received: from xs.unicycle.net (xs.unicycle.net [195.66.135.15]) by mx1.freebsd.org (Postfix) with ESMTP id 482F88FC12; Sun, 13 May 2012 14:40:27 +0000 (UTC) Received: from xs.unicycle.net (xs.unicycle.net [195.66.135.15]) by xs.unicycle.net (8.14.3/8.14.3) with ESMTP id q4DELLve091587; Sun, 13 May 2012 14:21:21 GMT (envelope-from leo@xs.unicycle.net) Received: (from leo@localhost) by xs.unicycle.net (8.14.3/8.14.3/Submit) id q4DELGaj091281; Sun, 13 May 2012 14:21:16 GMT (envelope-from leo) Date: Sun, 13 May 2012 14:21:16 +0000 From: Leo Vandewoestijne To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20120513142116.GA35483@relay7.ucia.gov> References: <201205130525.q4D5PXLd064995@red.freebsd.org> <201205130530.q4D5UECq048010@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <201205130530.q4D5UECq048010@freefall.freebsd.org> User-Agent: LookOut 4.0 Microsoft 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 14:40:28 -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--