svn commit: r325123 - head/dns/dnscrypt-proxy
William Grzybowski
wg at FreeBSD.org
Wed Aug 21 12:57:51 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list