mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.4.0
This commit is contained in:
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
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= getdns
|
PORTNAME= getdns
|
||||||
PORTVERSION= 1.3.0
|
PORTVERSION= 1.4.0
|
||||||
CATEGORIES= dns ipv6
|
CATEGORIES= dns ipv6
|
||||||
MASTER_SITES= https://getdnsapi.net/dist/ \
|
MASTER_SITES= https://getdnsapi.net/dist/ \
|
||||||
ZI \
|
ZI \
|
||||||
|
@ -24,8 +24,9 @@ USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \
|
CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \
|
||||||
--with-trust-anchor=${LOCALBASE}/etc/unbound/root.key
|
--with-trust-anchor=${LOCALBASE}/etc/unbound/root.key
|
||||||
SOMAJVER= 6
|
SOMAJVER= 10
|
||||||
SOVERSION= ${SOMAJVER}.${PORTVERSION:C/[0-9].([0-9].[0-9])/\1/1}
|
SOVERSION= ${SOMAJVER}.0.0
|
||||||
|
#SOVERSION= ${SOMAJVER}.${PORTVERSION:C/[0-9].([0-9].[0-9])/\1/1}
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
PLIST_SUB+= SOVERSION="${SOVERSION}" SOMAJVER="${SOMAJVER}"
|
PLIST_SUB+= SOVERSION="${SOVERSION}" SOMAJVER="${SOMAJVER}"
|
||||||
|
@ -54,7 +55,7 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns*.so.*
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns*.so.*
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_query
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_*
|
||||||
|
|
||||||
post-stage-STUBBY-on:
|
post-stage-STUBBY-on:
|
||||||
${MV} ${STAGEDIR}${PREFIX}/etc/stubby/stubby.yml \
|
${MV} ${STAGEDIR}${PREFIX}/etc/stubby/stubby.yml \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1514519134
|
TIMESTAMP = 1519485259
|
||||||
SHA256 (getdns-1.3.0.tar.gz) = 920fa2e07c72fd0e5854db1820fa777108009fc5cb702f9aa5155ef58b12adb1
|
SHA256 (getdns-1.4.0.tar.gz) = de360cd554fdec4bae3f5afbb36145872b8ff7306ded5deb0905442c4909f7b3
|
||||||
SIZE (getdns-1.3.0.tar.gz) = 1020338
|
SIZE (getdns-1.4.0.tar.gz) = 1055059
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/getdns_query
|
bin/getdns_query
|
||||||
|
bin/getdns_server_mon
|
||||||
%%STUBBY%%bin/stubby
|
%%STUBBY%%bin/stubby
|
||||||
%%STUBBY%%@sample etc/stubby/stubby.yml.sample
|
%%STUBBY%%@sample etc/stubby/stubby.yml.sample
|
||||||
include/getdns/getdns.h
|
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.so.%%SOVERSION%%
|
||||||
%%LIBUV%%lib/libgetdns_ext_uv.a
|
%%LIBUV%%lib/libgetdns_ext_uv.a
|
||||||
%%LIBUV%%lib/libgetdns_ext_uv.so
|
%%LIBUV%%lib/libgetdns_ext_uv.so
|
||||||
|
%%STUBBY%%man/man1/stubby.1.gz
|
||||||
man/man3/getdns_address.3.gz
|
man/man3/getdns_address.3.gz
|
||||||
man/man3/getdns_address_sync.3.gz
|
man/man3/getdns_address_sync.3.gz
|
||||||
man/man3/getdns_cancel_callback.3.gz
|
man/man3/getdns_cancel_callback.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue