aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-03-25 12:53:35 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-03-25 12:53:35 +0000
commit49fcf8e09a6a6f00bcb552bcc7ca369aa0e30f6c (patch)
treead527ba5bbf964c2c7b22e800c38b0e9c8cccdde /dns
parentbfcb03b085ca62d1db8220e899ada40b5b35b913 (diff)
downloadports-49fcf8e09a6a6f00bcb552bcc7ca369aa0e30f6c.tar.gz
ports-49fcf8e09a6a6f00bcb552bcc7ca369aa0e30f6c.zip
- Update to 0.1.1
Notes
Notes: svn path=/head/; revision=349136
Diffstat (limited to 'dns')
-rw-r--r--dns/getdns/Makefile12
-rw-r--r--dns/getdns/distinfo4
-rw-r--r--dns/getdns/files/pkg-message.in4
3 files changed, 9 insertions, 11 deletions
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile
index f5b3867d1346..b161990d3ef6 100644
--- a/dns/getdns/Makefile
+++ b/dns/getdns/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= getdns
-PORTVERSION= 0.1.0
+PORTVERSION= 0.1.1
CATEGORIES= dns ipv6
MASTER_SITES= http://getdnsapi.net/dist/ \
http://mirrors.rit.edu/zi/
@@ -33,8 +33,11 @@ LIBUV_DESC= Build with libuv extension
LIBEVENT_DESC= Build with libevent extension
LIBEV_LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
+LIBEV_CONFIGURE_WITH= libev
LIBUV_LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv
+LIBUV_CONFIGURE_WITH= libuv
LIBEVENT_LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent
+LIBEVENT_CONFIGURE_WITH=libevent
.include <bsd.port.options.mk>
@@ -45,12 +48,7 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${WRKDIR}/examples
- @${MV} ${WRKDIR}/doc/spec/${PORTNAME}*gz ${WRKDIR}/examples/${PORTNAME}.tgz
- @${RM} -fr ${WRKDIR}/doc/spec
-.endif
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/)
+ @${MV} ${WRKSRC}/spec/${PORTNAME}*gz ${WRKDIR}/examples/${PORTNAME}.tgz
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@(cd ${WRKDIR}/examples && ${TAR} --strip-components=1 -xf ${PORTNAME}.tgz)
diff --git a/dns/getdns/distinfo b/dns/getdns/distinfo
index 61d292d49a17..2105103a4c3b 100644
--- a/dns/getdns/distinfo
+++ b/dns/getdns/distinfo
@@ -1,2 +1,2 @@
-SHA256 (getdns-0.1.0.tar.gz) = 23ddcdaa3e48ef794bf8695bbb6d51b30cdabc2915e5c448757d4e6baa32bfe8
-SIZE (getdns-0.1.0.tar.gz) = 501192
+SHA256 (getdns-0.1.1.tar.gz) = abb46178de79600c826a438db7e31b2741f7bc9b0bad3707e4323e92a5f37022
+SIZE (getdns-0.1.1.tar.gz) = 507047
diff --git a/dns/getdns/files/pkg-message.in b/dns/getdns/files/pkg-message.in
index 32881281f5d9..f1ee9be4ba6a 100644
--- a/dns/getdns/files/pkg-message.in
+++ b/dns/getdns/files/pkg-message.in
@@ -4,9 +4,9 @@
*** For the library to be able to perform DNSSEC, the root
*** trust anchor needs to be present in presentation format
*** in the file:
-*** %%LOCALBASE%%/etc/unbound/root.key
+*** %%LOCALBASE%%/etc/unbound/root.key
***
*** We recomend using unbound-anchor to retrieve and install
*** the root trust anchor like this:
-*** unbound-anchor -a "%%LOCALBASE%%/etc/unbound/root.key"
+*** su -m unbound -c /usr/local/sbin/unbound-anchor
***