Bug 180898 - update dns/dnscrypt-proxy to 1.3.2
Summary: update dns/dnscrypt-proxy to 1.3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-28 02:40 UTC by csosstudy
Modified: 2013-08-21 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (998 bytes, patch)
2013-07-28 02:40 UTC, csosstudy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description csosstudy 2013-07-28 02:40:00 UTC
update dns/dnscrypt-proxy to 1.3.2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-28 02:40:12 UTC
Maintainer of dns/dnscrypt-proxy,

Please note that PR ports/180898 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180898

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-28 02:40:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-08-21 13:18:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-08-21 13:57:58 UTC
Author: wg
Date: Wed Aug 21 12:57:50 2013
New Revision: 325123
URL: http://svnweb.freebsd.org/changeset/ports/325123

Log:
  dns/dnscrypt-proxy: update to 1.3.2
  
  - Update to 1.3.2 [1]
  - USES gmake
  - Unmute install commands
  - Add DOCS to options
  - Convert to new LIB_DEPENDS format
  
  PR:		ports/180898 [1]
  Submitted by:	csosstudy <csosstudy gmail.com>
  Approved by:	maintainer (timeout)

Modified:
  head/dns/dnscrypt-proxy/Makefile
  head/dns/dnscrypt-proxy/distinfo

Modified: head/dns/dnscrypt-proxy/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy/Makefile	Wed Aug 21 12:55:12 2013	(r325122)
+++ head/dns/dnscrypt-proxy/Makefile	Wed Aug 21 12:57:50 2013	(r325123)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnscrypt-proxy
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	dns
 MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/ \
 		http://www.dns-lab.com/downloads/dnscrypt-proxy/
@@ -10,11 +10,11 @@ MASTER_SITES=	http://download.dnscrypt.o
 MAINTAINER=	freebsd@dns-lab.com
 COMMENT=	Boost privacy and security of DNS
 
-LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
-		sodium:${PORTSDIR}/security/libsodium
+LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+		libsodium.so:${PORTSDIR}/security/libsodium
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 SUB_FILES=	pkg-message
 
@@ -26,16 +26,18 @@ PORTDOCS=	AUTHORS COPYING ChangeLog INST
 		README-PLUGINS.markdown README-WINDOWS.markdown \
 		README.markdown TECHNOTES THANKS
 
+OPTIONS_DEFINE=	DOCS
+
 .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/
+	${INSTALL_MAN} ${WRKSRC}/man/dnscrypt-proxy.8 ${MAN8PREFIX}/man/man8/
+	${INSTALL_MAN} ${WRKSRC}/man/hostip.8 ${MAN8PREFIX}/man/man8/
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 	@${CAT} ${WRKDIR}/pkg-message
 

Modified: head/dns/dnscrypt-proxy/distinfo
==============================================================================
--- head/dns/dnscrypt-proxy/distinfo	Wed Aug 21 12:55:12 2013	(r325122)
+++ head/dns/dnscrypt-proxy/distinfo	Wed Aug 21 12:57:50 2013	(r325123)
@@ -1,2 +1,2 @@
-SHA256 (dnscrypt-proxy-1.3.1.tar.gz) = 9b590fd8963f401b38c1fdc1157327f8f6d31c4fe2036c433d7088e7788b6592
-SIZE (dnscrypt-proxy-1.3.1.tar.gz) = 1567229
+SHA256 (dnscrypt-proxy-1.3.2.tar.gz) = 27050015b9910b5a9b0249dc8fc2c5257b7cedb78c1da172d5f004d308445f7b
+SIZE (dnscrypt-proxy-1.3.2.tar.gz) = 1573287
_______________________________________________
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"
Comment 5 William Grzybowski freebsd_committer freebsd_triage 2013-08-21 13:58:03 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!