Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2024 18:55:41 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20297c5be01d - main - net/nmsg: Upgrade to 1.3.1
Message-ID:  <202411071855.4A7Itfp2032688@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20297c5be01dae063ba81fbccbe984245bb5098f

commit 20297c5be01dae063ba81fbccbe984245bb5098f
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2024-11-07 06:51:34 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2024-11-07 18:55:22 +0000

    net/nmsg: Upgrade to 1.3.1
    
    nmsg 1.3.1:
    
      * Rely on built-in librdkafka error handling.
    
    We no longer need to use autoreconf.
    
    Sponsored by:   DomainTools LLC
---
 net/nmsg/Makefile | 4 ++--
 net/nmsg/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile
index d37fbac6bfb6..4461dd28a27f 100644
--- a/net/nmsg/Makefile
+++ b/net/nmsg/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nmsg
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	FARSIGHT LOCAL/truckman/farsight
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c \
 
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
-USES=		autoreconf gmake libtool pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 CONFIGURE_ARGS=	--with-pkgconfigdir='$${exec_prefix}/libdata/pkgconfig'
diff --git a/net/nmsg/distinfo b/net/nmsg/distinfo
index 7e5a77649228..ca18bd5a213d 100644
--- a/net/nmsg/distinfo
+++ b/net/nmsg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728705873
-SHA256 (nmsg-1.3.0.tar.gz) = b3bf2e4e8c2182b98461b177e137f53546d4b936767d2e301d2892b5ac5b4930
-SIZE (nmsg-1.3.0.tar.gz) = 435772
+TIMESTAMP = 1730959852
+SHA256 (nmsg-1.3.1.tar.gz) = 563aff4c3d0a79823cf96371143eb0c9fa81cfc039b6f8ad23a48317707fbfda
+SIZE (nmsg-1.3.1.tar.gz) = 758245



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