Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2020 04:52:58 +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: r524626 - head/net/nmsg
Message-ID:  <202001300452.00U4qw8R066618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Thu Jan 30 04:52:58 2020
New Revision: 524626
URL: https://svnweb.freebsd.org/changeset/ports/524626

Log:
  Upgrade net/nmsg to version 0.15.1:
  
    * Fix output stats collection.
  
    * Plugins now found by default at $libdir/nmsg instead of lib/nmsg.
      This fixes problem where plugins were not found with recent Debian
      packages built with --libdir configure option (used to install
      libraries in architecture specific directory). And
      ./configure --with-plugindir renamed to --with-pluginsdir.
  
    * pkgconfig also depend on libprotobuf-c headers (for third-party
      uses of libnmsg with pkgconfig).
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/net/nmsg/Makefile
  head/net/nmsg/distinfo

Modified: head/net/nmsg/Makefile
==============================================================================
--- head/net/nmsg/Makefile	Thu Jan 30 04:07:45 2020	(r524625)
+++ head/net/nmsg/Makefile	Thu Jan 30 04:52:58 2020	(r524626)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nmsg
-PORTVERSION=	0.15.0
+PORTVERSION=	0.15.1
 CATEGORIES=	net
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
 

Modified: head/net/nmsg/distinfo
==============================================================================
--- head/net/nmsg/distinfo	Thu Jan 30 04:07:45 2020	(r524625)
+++ head/net/nmsg/distinfo	Thu Jan 30 04:52:58 2020	(r524626)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573000406
-SHA256 (nmsg-0.15.0.tar.gz) = 44ad5203b4f71969255c6871d079ef6c6955aa7b26b9705e831f54554aa82ff1
-SIZE (nmsg-0.15.0.tar.gz) = 662692
+TIMESTAMP = 1580336193
+SHA256 (nmsg-0.15.1.tar.gz) = 073f3eefb3b53a9f0bf0f6b4dfe42ca179591bd6bbdbc154d927e52d9fd3b350
+SIZE (nmsg-0.15.1.tar.gz) = 662964



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001300452.00U4qw8R066618>