Index: head/net/nmsg/Makefile =================================================================== --- head/net/nmsg/Makefile (revision 516860) +++ head/net/nmsg/Makefile (revision 516861) @@ -1,59 +1,59 @@ # $FreeBSD$ PORTNAME= nmsg -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 CATEGORIES= net MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= Network message encapsulation system LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ libxs.so:devel/libxs \ libwdns.so:dns/wdns \ libyajl.so:devel/yajl GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pkgconfigdir='$${exec_prefix}/libdata/pkgconfig' INSTALL_TARGET= install-strip PORTDOCS= * # The DOXYGEN option is best effort. # If doxygen is installed, it will get used if the option is set to NO. OPTIONS_DEFINE= DOXYGEN EXAMPLES MANPAGES DOCS OPTIONS_DEFAULT= DOXYGEN MANPAGES OPTIONS_SUB= yes CPPFLAGS+= -I${LOCALBASE}/include/yajl ALL_TARGET= all DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_ALL_TARGET= html-local DOCBOOK_XML= ${LOCALBASE}/share/xml/docbook/4.2 MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \ docbook-xml>0:textproc/docbook-xml \ docbook-xsl-ns>0:textproc/docbook-xsl-ns MANPAGES_CONFIGURE_WITH= xsltproc post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README.md README.FILTERS.md \ ${STAGEDIR}${DOCSDIR} post-install-DOXYGEN-on: (cd ${WRKSRC}/doc/doxygen && \ ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && \ ${INSTALL_DATA} *.c *.py ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/net/nmsg/distinfo =================================================================== --- head/net/nmsg/distinfo (revision 516860) +++ head/net/nmsg/distinfo (revision 516861) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571089597 -SHA256 (nmsg-0.14.0.tar.gz) = 3e29f631322ce1d667b9bf300847f25a0b5dc57029fe98368e624f6462bc71ce -SIZE (nmsg-0.14.0.tar.gz) = 629549 +TIMESTAMP = 1573000406 +SHA256 (nmsg-0.15.0.tar.gz) = 44ad5203b4f71969255c6871d079ef6c6955aa7b26b9705e831f54554aa82ff1 +SIZE (nmsg-0.15.0.tar.gz) = 662692 Index: head/net/nmsg/pkg-plist =================================================================== --- head/net/nmsg/pkg-plist (revision 516860) +++ head/net/nmsg/pkg-plist (revision 516861) @@ -1,72 +1,74 @@ bin/nmsgtool include/nmsg.h include/nmsg/alias.h include/nmsg/asprintf.h include/nmsg/base/defs.h include/nmsg/base/dns.pb-c.h include/nmsg/base/dnsqr.pb-c.h include/nmsg/base/dnstap.pb-c.h include/nmsg/base/email.pb-c.h include/nmsg/base/encode.pb-c.h include/nmsg/base/http.pb-c.h include/nmsg/base/ipconn.pb-c.h include/nmsg/base/linkpair.pb-c.h include/nmsg/base/logline.pb-c.h include/nmsg/base/ncap.pb-c.h include/nmsg/base/packet.pb-c.h include/nmsg/base/pkt.pb-c.h include/nmsg/base/xml.pb-c.h include/nmsg/chalias.h include/nmsg/compat.h include/nmsg/constants.h include/nmsg/container.h include/nmsg/filter.h include/nmsg/fltmod.h include/nmsg/fltmod_plugin.h include/nmsg/input.h include/nmsg/io.h include/nmsg/ipdg.h include/nmsg/isc include/nmsg/message.h include/nmsg/msgmod.h include/nmsg/msgmod_plugin.h include/nmsg/nmsg.pb-c.h include/nmsg/output.h include/nmsg/pcap_input.h include/nmsg/random.h include/nmsg/rate.h include/nmsg/res.h include/nmsg/sock.h include/nmsg/strbuf.h include/nmsg/timespec.h include/nmsg/vendors.h +include/nmsg/version.h include/nmsg/zbuf.h lib/libnmsg.a lib/libnmsg.so lib/libnmsg.so.6 -lib/libnmsg.so.6.0.0 +lib/libnmsg.so.6.1.0 lib/nmsg/nmsg_flt1_sample.so lib/nmsg/nmsg_msg9_base.so libdata/pkgconfig/libnmsg.pc %%MANPAGES%%man/man1/nmsgtool.1.gz %%DATADIR%%/base/dns.proto %%DATADIR%%/base/dnsqr.proto %%DATADIR%%/base/dnstap.proto %%DATADIR%%/base/email.proto %%DATADIR%%/base/encode.proto %%DATADIR%%/base/http.proto %%DATADIR%%/base/ipconn.proto %%DATADIR%%/base/linkpair.proto %%DATADIR%%/base/logline.proto %%DATADIR%%/base/ncap.proto %%DATADIR%%/base/packet.proto %%DATADIR%%/base/pkt.proto %%DATADIR%%/base/xml.proto %%EXAMPLES%%%%EXAMPLESDIR%%/email_client.c %%EXAMPLES%%%%EXAMPLESDIR%%/email_client_postfix.py %%EXAMPLES%%%%EXAMPLESDIR%%/http_client.c %%EXAMPLES%%%%EXAMPLESDIR%%/ipconn_client.c %%EXAMPLES%%%%EXAMPLESDIR%%/nmsg-dnsqr2pcap.c %%EXAMPLES%%%%EXAMPLESDIR%%/nmsg-packet2pcap.c %%EXAMPLES%%%%EXAMPLESDIR%%/nmsg_callback.c %%EXAMPLES%%%%EXAMPLESDIR%%/print_srcip.c +%%EXAMPLES%%%%EXAMPLESDIR%%/print_version.c