diff options
-rw-r--r-- | dns/getdns/Makefile | 7 | ||||
-rw-r--r-- | dns/getdns/distinfo | 6 | ||||
-rw-r--r-- | dns/getdns/pkg-plist | 11 |
3 files changed, 6 insertions, 18 deletions
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 38ea3da7b241..1c1ee8875b49 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= getdns -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ https://mirrors.rit.edu/zi/ \ @@ -33,7 +33,7 @@ PLIST_SUB+= SOVERSION="${SOVERSION}" SOMAJVER="${SOMAJVER}" SUB_FILES+= pkg-message OPTIONS_SUB= yes -OPTIONS_DEFINE= DOCS EXAMPLES LIBEV LIBEVENT LIBUV +OPTIONS_DEFINE= DOCS LIBEV LIBEVENT LIBUV LIBEV_DESC= Build with libev extension LIBEVENT_DESC= Build with libevent extension @@ -55,7 +55,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_query \ ${STAGEDIR}${PREFIX}/bin/stubby -post-install-EXAMPLES-on: - (cd ${WRKSRC}/spec/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/) - .include <bsd.port.mk> diff --git a/dns/getdns/distinfo b/dns/getdns/distinfo index c5c748f69b19..af3a14ec8837 100644 --- a/dns/getdns/distinfo +++ b/dns/getdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493223825 -SHA256 (getdns-1.1.0.tar.gz) = aa47bca275b97f623dc6799cee97d3465fa46521d94bd9892e08e8d5d88f09c3 -SIZE (getdns-1.1.0.tar.gz) = 941320 +TIMESTAMP = 1498695180 +SHA256 (getdns-1.1.1.tar.gz) = fa414c30d5f2d2b2453b5cec77362b4cc0f44d440be5893233748d82bd6a1a56 +SIZE (getdns-1.1.1.tar.gz) = 947362 diff --git a/dns/getdns/pkg-plist b/dns/getdns/pkg-plist index f9a5c2dbe415..87f430b1d0cc 100644 --- a/dns/getdns/pkg-plist +++ b/dns/getdns/pkg-plist @@ -7,7 +7,7 @@ include/getdns/getdns_extra.h %%LIBUV%%include/getdns/getdns_ext_libuv.h lib/libgetdns.so lib/libgetdns.so.%%SOMAJVER%% -lib/libgetdns.so.%%SOVERSION%% +lib/libgetdns.so.%%SOMAJVER%%.0.1 lib/libgetdns.a libdata/pkgconfig/getdns.pc libdata/pkgconfig/getdns_ext_event.pc @@ -101,12 +101,3 @@ man/man3/libgetdns.3.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/spec/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-all-functions.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-reverse.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-simple-answers.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-synchronous.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-tree.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getdns_core_only.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getdns_libevent.h |