Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 21:00:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174514: commit references a PR
Message-ID:  <201301022100.r02L02In070756@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174514: commit references a PR
Date: Wed,  2 Jan 2013 20:51:53 +0000 (UTC)

 Author: rm
 Date: Wed Jan  2 20:51:44 2013
 New Revision: 309836
 URL: http://svnweb.freebsd.org/changeset/ports/309836
 
 Log:
   - update to 1.2.0 [1,2]
   - update MASTER_SITES list [1,2]
   - add hidden devel/libexecinfo dependency (reported by pawel@)
   
   while here:
   - trim Makefile header
   - convert to optionsng (PORTDOCS case)
   - tab -> space change in pkg-descr:WWW
   
   PR:		173190 [1]
   PR: 174514 [2]
   Submitted by:	csosstudy <csosstudy@gmail.com> [1], Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) [2]
 
 Modified:
   head/dns/dnscrypt-proxy/Makefile
   head/dns/dnscrypt-proxy/distinfo
   head/dns/dnscrypt-proxy/pkg-descr
 
 Modified: head/dns/dnscrypt-proxy/Makefile
 ==============================================================================
 --- head/dns/dnscrypt-proxy/Makefile	Wed Jan  2 20:24:13 2013	(r309835)
 +++ head/dns/dnscrypt-proxy/Makefile	Wed Jan  2 20:51:44 2013	(r309836)
 @@ -1,20 +1,17 @@
 -# New ports collection makefile for:	dnscrypt-proxy
 -# Date created:		15 May 2012
 -# Whom:			Leo Vandewoestijne <freebsd@dns-lab.com>
 -#
 +# Created by: Leo Vandewoestijne <freebsd@dns-lab.com>
  # $FreeBSD$
 -#
  
  PORTNAME=	dnscrypt-proxy
 -PORTVERSION=	1.0.1
 +PORTVERSION=	1.2.0
  CATEGORIES=	dns
  MASTER_SITES=	http://cloud.github.com/downloads/opendns/dnscrypt-proxy/ \
 -		http://www.Awfulhak.org/dnscrypt-proxy/ \
 -		http://people.FreeBSD.org/~brian/dnscrypt-proxy/
 +		http://www.dns-lab.com/downloads/dnscrypt-proxy/
  
  MAINTAINER=	freebsd@dns-lab.com
  COMMENT=	Boost privacy and security of DNS
  
 +LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 +
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
  
 @@ -27,12 +24,14 @@ MAN8=		dnscrypt-proxy.8 hostip.8
  PORTDOCS=	AUTHORS ChangeLog COPYING INSTALL NEWS \
  		README README.markdown TECHNOTES THANKS
  
 +.include <bsd.port.options.mk>
 +
  pre-install:
  	@${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/
  	@${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${MAN8PREFIX}/man/man8/
  
  post-install:
 -.if !defined(NOPORTDOCS)
 +.if ${PORT_OPTIONS:MDOCS}
  	@${MKDIR} ${DOCSDIR}
  	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
  .endif
 
 Modified: head/dns/dnscrypt-proxy/distinfo
 ==============================================================================
 --- head/dns/dnscrypt-proxy/distinfo	Wed Jan  2 20:24:13 2013	(r309835)
 +++ head/dns/dnscrypt-proxy/distinfo	Wed Jan  2 20:51:44 2013	(r309836)
 @@ -1,2 +1,2 @@
 -SHA256 (dnscrypt-proxy-1.0.1.tar.gz) = 9852a8dcae200c9965697b29fdaffb8ee1dc8602420afdb8763811a7996d6a7f
 -SIZE (dnscrypt-proxy-1.0.1.tar.gz) = 1359907
 +SHA256 (dnscrypt-proxy-1.2.0.tar.gz) = 02ae6360887995d73d4c02ea7fa0cc8cad4a4de61f89c2fd68674a65f427b333
 +SIZE (dnscrypt-proxy-1.2.0.tar.gz) = 1666090
 
 Modified: head/dns/dnscrypt-proxy/pkg-descr
 ==============================================================================
 --- head/dns/dnscrypt-proxy/pkg-descr	Wed Jan  2 20:24:13 2013	(r309835)
 +++ head/dns/dnscrypt-proxy/pkg-descr	Wed Jan  2 20:51:44 2013	(r309836)
 @@ -3,4 +3,4 @@ should use to boost online privacy and s
  by encrypting all DNS traffic between the user and OpenDNS,
  preventing any spying, spoofing or man-in-the-middle attacks.
  
 -WWW:	https://www.opendns.com/technology/dnscrypt/
 +WWW: https://www.opendns.com/technology/dnscrypt/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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