- Update to 0.1.1
This commit is contained in:
parent
bfcb03b085
commit
49fcf8e09a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349136
3 changed files with 9 additions and 11 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
***
|
||||
|
|
Loading…
Reference in a new issue