Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2012 14:50:05 GMT
From:      Leo Vandewoestijne <leo@unicycle.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167833: New port: dns/dnscrypt-proxy - preventing spying, spoofing, man-in-the-middle
Message-ID:  <201205131450.q4DEo5VJ085864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167833; it has been noted by GNATS.

From: Leo Vandewoestijne <leo@unicycle.net>
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 <bsd.port.mk>
 -
 -
 
 --1yeeQ81UyVL57Vl7--



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