Date: Wed, 28 Oct 2015 02:36:18 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400369 - head/net/nmsg Message-ID: <201510280236.t9S2aITM061746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Wed Oct 28 02:36:18 2015 New Revision: 400369 URL: https://svnweb.freebsd.org/changeset/ports/400369 Log: Upgrade to nmsg revision 0.10.0. nmsg (0.10.0) [ Henry Stern ] * Add JSON input and output support, including new libnmsg functions nmsg_input_open_json(), nmsg_output_open_json(), nmsg_message_from_json(), and nmsg_message_to_json(); new -j and -J command line options for nmsgtool; and new per-field 'format' and 'parse' methods in the msgmod plugin API. [ Chris Mikkelson ] * nmsg_chalias_free(): Check for null aliases list. Sponsored by: Farsight Security, Inc. Modified: head/net/nmsg/Makefile head/net/nmsg/distinfo Modified: head/net/nmsg/Makefile ============================================================================== --- head/net/nmsg/Makefile Wed Oct 28 02:34:45 2015 (r400368) +++ head/net/nmsg/Makefile Wed Oct 28 02:36:18 2015 (r400369) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nmsg -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.10.0 CATEGORIES= net MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -14,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ libxs.so:${PORTSDIR}/devel/libxs \ - libwdns.so:${PORTSDIR}/dns/wdns + libwdns.so:${PORTSDIR}/dns/wdns \ + libyajl.so:${PORTSDIR}/devel/yajl GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -30,6 +30,8 @@ OPTIONS_DEFINE= DOXYGEN EXAMPLES MANPAG OPTIONS_DEFAULT= DOXYGEN MANPAGES OPTIONS_SUB= yes +CPPFLAGS+= -I${LOCALBASE}/include/yajl + ALL_TARGET= all DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_ALL_TARGET= html-local Modified: head/net/nmsg/distinfo ============================================================================== --- head/net/nmsg/distinfo Wed Oct 28 02:34:45 2015 (r400368) +++ head/net/nmsg/distinfo Wed Oct 28 02:36:18 2015 (r400369) @@ -1,2 +1,2 @@ -SHA256 (nmsg-0.9.1.tar.gz) = b214e2354f35356dbd9f448277d8fc638495349f8b9560d3f3391415c46a06cc -SIZE (nmsg-0.9.1.tar.gz) = 566849 +SHA256 (nmsg-0.10.0.tar.gz) = efa676074ce428c482edd4890dfb3a7a7a376ce48c5ce4842f832b1841a56653 +SIZE (nmsg-0.10.0.tar.gz) = 583484
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510280236.t9S2aITM061746>