pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cppzmq: updated to 4.7.1



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu Mar 18 22:23:55 2021 +0100
Changeset:	366ddf428521be1cf6b21ce346d6d523b12ab46f

Modified Files:
	cppzmq/Makefile
	cppzmq/distinfo

Log Message:
cppzmq: updated to 4.7.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=366ddf428521be1cf6b21ce346d6d523b12ab46f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cppzmq/Makefile | 6 ++++--
 cppzmq/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/cppzmq/Makefile b/cppzmq/Makefile
index dddeb4f9fd..7e45fe3bdd 100644
--- a/cppzmq/Makefile
+++ b/cppzmq/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	cppzmq-4.6.0
+DISTNAME=	cppzmq-4.7.1
 CATEGORIES=	net devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=zeromq/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -10,9 +10,11 @@ HOMEPAGE=	https://www.zeromq.org/
 COMMENT=	C++ binding for libzmq
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/cppzmq-4.6.0
+WRKSRC=		${WRKDIR}/cppzmq-${PKGVERSION}
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+CMAKE_ARGS+=	-DCPPZMQ_BUILD_TESTS=OFF
+
 .include "../../net/zeromq/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cppzmq/distinfo b/cppzmq/distinfo
index 571b44c5cf..8d863b9fcb 100644
--- a/cppzmq/distinfo
+++ b/cppzmq/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (cppzmq-4.6.0.tar.gz) = 4acd8eb109c1a0a0f7cea3aa34c3585e555ca929
-RMD160 (cppzmq-4.6.0.tar.gz) = 7bc3a08a64956b1d4c25868945a88c21aa6cd02a
-SHA512 (cppzmq-4.6.0.tar.gz) = f30b37c970790de2684086638084e65310396072c1c1d00415c9a36b7ef6d79fe500ce174fddab699a602a80341e2fb7f309dec2eb96252531b5ca5cf7ac5027
-Size (cppzmq-4.6.0.tar.gz) = 35078 bytes
+SHA1 (cppzmq-4.7.1.tar.gz) = e0058a5061cf85f5beb51e7b722ddb3877aef3fb
+RMD160 (cppzmq-4.7.1.tar.gz) = ff810bfadfe8533a3171d3ba4d0b327f63245aa2
+SHA512 (cppzmq-4.7.1.tar.gz) = b919db5d82997f718b6e2921f0bf3eb2a5dde227a9510aca3dc4f95479c6b5564f535c31b5ec441b7ee9f441bcbd6043f00f6f4a5ac3ff08e770853f41c217f9
+Size (cppzmq-4.7.1.tar.gz) = 46075 bytes


Home | Main Index | Thread Index | Old Index