Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2025 09:30:54 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef64b9703c33 - main - net-p2p/pulsar-client-cpp: update 3.6.0 =?utf-8?Q?=E2=86=92?= 3.7.0
Message-ID:  <202501110930.50B9UsQC026706@gitrepo.freebsd.org>

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

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

commit ef64b9703c33f1eeca972d6fa6f8ecafba6e4562
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-11 06:34:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-11 09:30:42 +0000

    net-p2p/pulsar-client-cpp: update 3.6.0 → 3.7.0
    
    Reported by:    portscout
---
 net-p2p/pulsar-client-cpp/Makefile | 7 ++++---
 net-p2p/pulsar-client-cpp/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-p2p/pulsar-client-cpp/Makefile b/net-p2p/pulsar-client-cpp/Makefile
index 4ec2acb0e76d..a71c4af2e805 100644
--- a/net-p2p/pulsar-client-cpp/Makefile
+++ b/net-p2p/pulsar-client-cpp/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	pulsar-client-cpp # this port requres instruction sets crc32, pclmul above the default sse2
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.6.0
-PORTREVISION=	1
+DISTVERSION=	3.7.0
 CATEGORIES=	net-p2p
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Apache Pulsar C++ client library
-WWW=		https://pulsar.apache.org/
+WWW=		https://pulsar.apache.org/ \
+		https://github.com/apache/pulsar-client-cpp
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -28,6 +28,7 @@ GH_ACCOUNT=	apache
 CMAKE_OFF=	BUILD_TESTS
 CMAKE_ARGS=	-DCMAKE_CXX_STANDARD=17 \
 		-DOPENSSL_ROOT_DIR=/usr
+CMAKE_TESTING_ON=	BUILD_TESTS # tests fail to compile, see https://github.com/apache/pulsar-client-cpp/issues/472
 
 CXXFLAGS+=	-mcrc32 -mpclmul
 
diff --git a/net-p2p/pulsar-client-cpp/distinfo b/net-p2p/pulsar-client-cpp/distinfo
index 31c67f8dfbc5..3a3e4dec1501 100644
--- a/net-p2p/pulsar-client-cpp/distinfo
+++ b/net-p2p/pulsar-client-cpp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728006942
-SHA256 (apache-pulsar-client-cpp-v3.6.0_GH0.tar.gz) = 321e288e60b340155d9a9ad8eb823738047f5055a71a8a345c93ddbe3d023741
-SIZE (apache-pulsar-client-cpp-v3.6.0_GH0.tar.gz) = 1599305
+TIMESTAMP = 1736572558
+SHA256 (apache-pulsar-client-cpp-v3.7.0_GH0.tar.gz) = 33d6ea82e1f03a2e77f85d3b6ee8e3ac37bfd760ea450537ec2e59ef122c4671
+SIZE (apache-pulsar-client-cpp-v3.7.0_GH0.tar.gz) = 1604627



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