1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Upgrade dns/wdns to version 0.9.1:

* t/: Fix format specifiers for size_t in some tests.

  * Add README.md.

  * Don't install the compiled example programs.

Optionally install source code for example programs under ${EXAMPLESDIR}.

Define TEST_TARGET.

Sponsored by:	Farsight Security, Inc.
This commit is contained in:
Don Lewis 2017-01-04 04:43:36 +00:00
parent e1d5dc45bd
commit b0d72c9b38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430537
3 changed files with 13 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= wdns
PORTVERSION= 0.9.0
PORTVERSION= 0.9.1
CATEGORIES= dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
@ -15,5 +15,14 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= EXAMPLES
OPTIONS_DEFAULT= EXAMPLES
PORTEXAMPLES= *
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (wdns-0.9.0.tar.gz) = 081ec58967cb9807ee24df3a52173e19c0eb1b1fcac45f8c569ce12abdf9c0cc
SIZE (wdns-0.9.0.tar.gz) = 384516
TIMESTAMP = 1483493909
SHA256 (wdns-0.9.1.tar.gz) = 2b75d231c001869b4d139a8c66997a7ebc69ef1df510eeee61b3947208ae7419
SIZE (wdns-0.9.1.tar.gz) = 364921

View File

@ -1,9 +1,3 @@
bin/wdns-dump-file
bin/wdns-dump-pcap
bin/wdns-test-deserialize-rrset
bin/wdns-test-downcase-rrset
bin/wdns-test-print-message
bin/wdns-test-serialize-rrset
include/wdns.h
lib/libwdns.a
lib/libwdns.so