From owner-svn-ports-head@freebsd.org Wed Oct 28 02:36:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96EECA1FB38; Wed, 28 Oct 2015 02:36:19 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C3E9107B; Wed, 28 Oct 2015 02:36:19 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9S2aI9j061748; Wed, 28 Oct 2015 02:36:18 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9S2aITM061746; Wed, 28 Oct 2015 02:36:18 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201510280236.t9S2aITM061746@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 28 Oct 2015 02:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400369 - head/net/nmsg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 02:36:19 -0000 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