svn commit: r524626 - head/net/nmsg

Don Lewis truckman at FreeBSD.org
Thu Jan 30 04:52:59 UTC 2020


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


More information about the svn-ports-all mailing list