- Update to 0.1.7
This commit is contained in:
parent
1970ee35e2
commit
c6066d34df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383639
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= getdns
|
||||
PORTVERSION= 0.1.6
|
||||
PORTVERSION= 0.1.7
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://getdnsapi.net/dist/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
@ -56,6 +56,6 @@ post-install:
|
|||
(cd ${WRKDIR}/examples && ${TAR} --strip-components=1 -xf ${PORTNAME}.tgz)
|
||||
(cd ${WRKDIR}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)
|
||||
.endif
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns.so.1.0.1
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns.so.*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (getdns-0.1.6.tar.gz) = 2024d1a2e68f752b5b197adf6fbd537fc1484d6def33c6122921e3838008a038
|
||||
SIZE (getdns-0.1.6.tar.gz) = 613437
|
||||
SHA256 (getdns-0.1.7.tar.gz) = 72f03bf5d0892b7b0c3093df5c30e694ad21202ea36e122efda9ec56b424b37b
|
||||
SIZE (getdns-0.1.7.tar.gz) = 724982
|
||||
|
|
|
@ -4,8 +4,8 @@ include/getdns/getdns_extra.h
|
|||
%%LIBEVENT%%include/getdns/getdns_ext_libevent.h
|
||||
%%LIBUV%%include/getdns/getdns_ext_libuv.h
|
||||
lib/libgetdns.so
|
||||
lib/libgetdns.so.1
|
||||
lib/libgetdns.so.1.0.1
|
||||
lib/libgetdns.so.0
|
||||
lib/libgetdns.so.0.1.2
|
||||
lib/libgetdns.a
|
||||
%%LIBEV%%lib/libgetdns_ext_ev-%%PORTVERSION%%.so
|
||||
%%LIBEV%%lib/libgetdns_ext_ev-%%PORTVERSION%%.so.0
|
||||
|
|
Loading…
Reference in a new issue