Skip to content

Commit

Permalink
net/nmsg: Upgrade to 1.1.2
Browse files Browse the repository at this point in the history
1.1.2:
 * Now allow nmsgtool --setgroup, --setoperator, and --setsource
   to work with --writepres and --writejson outputs.

 * Permit nmsgtool --setgroup and --setoperator to use a numerical
  value.

 * Unmatched group and operator aliases in presentation format now
   display as the numerical values instead of (null).

 * Ensure mis-running nmsgtool results in failure exit code.

 * Fix output buffering for JSON outputs.

 * Fix magic length calculation in nmsg_json.

 * Terminate strbuf data at initialization.

Disabling the JSON_C option no longer breaks the build.

The DOXYGEN build requiers perl.

MFH:		2023Q4
Sponsored by:	DomainTools LLC
  • Loading branch information
DonLewisFreeBSD committed Oct 16, 2023
1 parent ab26f2b commit 1833268
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions net/nmsg/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nmsg
PORTVERSION= 1.1.1
PORTVERSION= 1.1.2
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
Expand All @@ -17,6 +17,7 @@ LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_PERL5= build
CONFIGURE_ARGS= --with-pkgconfigdir='$${exec_prefix}/libdata/pkgconfig'
INSTALL_TARGET= install-strip

Expand All @@ -31,14 +32,14 @@ OPTIONS_SUB= yes
JSON_C_DESC= JSON support via libjson-c
JSON_C_CONFIGURE_WITH= json-c
JSON_C_LIB_DEPENDS= libjson-c.so:devel/json-c
JSON_C_BROKEN_OFF= Does not build without json-c
ZEROMQ_DESC= ZeroMQ support
ZEROMQ_CONFIGURE_WITH= libzmq
ZEROMQ_LIB_DEPENDS= libzmq.so:net/libzmq4

ALL_TARGET= all
DOXYGEN_IMPLIES= DOCS
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_USES= perl5
DOXYGEN_ALL_TARGET= html-local
DOCBOOK_XML= ${LOCALBASE}/share/xml/docbook/4.2
MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \
Expand Down
6 changes: 3 additions & 3 deletions net/nmsg/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1694577738
SHA256 (nmsg-1.1.1.tar.gz) = dcc17af28cc40b0f4742626b86fa9126f80fcb3a296cf4c2acc6daf31ff1afbb
SIZE (nmsg-1.1.1.tar.gz) = 721568
TIMESTAMP = 1697442893
SHA256 (nmsg-1.1.2.tar.gz) = 0727bf083fc01f9944ba40bae2936b4f09b9e284f839ba735514ee1cd1a0e3d5
SIZE (nmsg-1.1.2.tar.gz) = 727298
2 changes: 1 addition & 1 deletion net/nmsg/pkg-plist
Expand Up @@ -46,7 +46,7 @@ include/nmsg/zbuf.h
lib/libnmsg.a
lib/libnmsg.so
lib/libnmsg.so.8
lib/libnmsg.so.8.1.0
lib/libnmsg.so.8.1.1
lib/nmsg/nmsg_flt1_sample.so
lib/nmsg/nmsg_msg9_base.so
libdata/pkgconfig/libnmsg.pc
Expand Down

0 comments on commit 1833268

Please sign in to comment.