- Update to 1.4.0

This commit is contained in:
Ryan Steinmetz 2018-02-24 15:23:09 +00:00
parent 13f24080b4
commit 6e0743f2d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462843
3 changed files with 10 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= getdns
PORTVERSION= 1.3.0
PORTVERSION= 1.4.0
CATEGORIES= dns ipv6
MASTER_SITES= https://getdnsapi.net/dist/ \
ZI \
@ -24,8 +24,9 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \
--with-trust-anchor=${LOCALBASE}/etc/unbound/root.key
SOMAJVER= 6
SOVERSION= ${SOMAJVER}.${PORTVERSION:C/[0-9].([0-9].[0-9])/\1/1}
SOMAJVER= 10
SOVERSION= ${SOMAJVER}.0.0
#SOVERSION= ${SOMAJVER}.${PORTVERSION:C/[0-9].([0-9].[0-9])/\1/1}
MAKE_JOBS_UNSAFE=yes
PLIST_SUB+= SOVERSION="${SOVERSION}" SOMAJVER="${SOMAJVER}"
@ -54,7 +55,7 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns*.so.*
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_query
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_*
post-stage-STUBBY-on:
${MV} ${STAGEDIR}${PREFIX}/etc/stubby/stubby.yml \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514519134
SHA256 (getdns-1.3.0.tar.gz) = 920fa2e07c72fd0e5854db1820fa777108009fc5cb702f9aa5155ef58b12adb1
SIZE (getdns-1.3.0.tar.gz) = 1020338
TIMESTAMP = 1519485259
SHA256 (getdns-1.4.0.tar.gz) = de360cd554fdec4bae3f5afbb36145872b8ff7306ded5deb0905442c4909f7b3
SIZE (getdns-1.4.0.tar.gz) = 1055059

View file

@ -1,4 +1,5 @@
bin/getdns_query
bin/getdns_server_mon
%%STUBBY%%bin/stubby
%%STUBBY%%@sample etc/stubby/stubby.yml.sample
include/getdns/getdns.h
@ -24,6 +25,7 @@ libdata/pkgconfig/getdns_ext_event.pc
%%LIBUV%%lib/libgetdns_ext_uv.so.%%SOVERSION%%
%%LIBUV%%lib/libgetdns_ext_uv.a
%%LIBUV%%lib/libgetdns_ext_uv.so
%%STUBBY%%man/man1/stubby.1.gz
man/man3/getdns_address.3.gz
man/man3/getdns_address_sync.3.gz
man/man3/getdns_cancel_callback.3.gz