svn commit: r400369 - head/net/nmsg

Don Lewis truckman at FreeBSD.org
Wed Oct 28 02:36:19 UTC 2015


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


More information about the svn-ports-all mailing list