mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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.
This commit is contained in:
parent
aadb18327d
commit
c7e328bb68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400369
@ -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 MANPAGES
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user