pkgsrc-WIP-changes archive

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

nlohmann-json: updated to 3.7.0



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Sep 18 13:02:26 2019 +0200
Changeset:	ea1696cf650ef9e4ad58a9762f420d89d9e32d14

Modified Files:
	nlohmann-json/Makefile
	nlohmann-json/distinfo

Log Message:
nlohmann-json: updated to 3.7.0

3.7.0:
This release introduces a few convenience functions and performs a lot of house keeping (bug fixes and small improvements). All changes are backward-compatible.

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

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

diffstat:
 nlohmann-json/Makefile | 14 +++++---------
 nlohmann-json/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 13 deletions(-)

diffs:
diff --git a/nlohmann-json/Makefile b/nlohmann-json/Makefile
index ba88277361..98d5a954fd 100644
--- a/nlohmann-json/Makefile
+++ b/nlohmann-json/Makefile
@@ -1,23 +1,19 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	json
-DISTNAME=	v3.6.1
-PKGNAME=	nlohmann-${GITHUB_PROJECT}-${DISTNAME:S/v//}
+DISTNAME=	nlohmann-json-3.7.0
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nlohmann/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_PROJECT=	json
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://nlohmann.github.io/json/
 COMMENT=	JSON library for Modern C++
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/json-3.6.1
-
 USE_CMAKE=	yes
+USE_LANGUAGES=	c c++11
 USE_TOOLS+=	pkg-config
-USE_LANGUAGES=	c c++
-
-PKGCONFIG_OVERRIDE+=	benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in
+TEST_TARGET=	test
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/nlohmann-json/distinfo b/nlohmann-json/distinfo
index c78dec95fb..7232becb3e 100644
--- a/nlohmann-json/distinfo
+++ b/nlohmann-json/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (json/v3.6.1.tar.gz) = 581e1d1c89c65670fb5212d74493a4545d9ab91c
-RMD160 (json/v3.6.1.tar.gz) = 52f0911cff6134aa0b1f6a32efc05728bd67b2d8
-SHA512 (json/v3.6.1.tar.gz) = e0565ccdee34e89a6836a97f039c04a0bac445b44f6f323918ea424b34e4577688a4f4f72d5ef1ec0b53d159bfe87e8e9c97b70ef98231ea463f59f05e16eb2a
-Size (json/v3.6.1.tar.gz) = 118862808 bytes
+SHA1 (nlohmann-json-3.7.0.tar.gz) = d40e66b98392d0cfbd348de029b7822ab5b74e25
+RMD160 (nlohmann-json-3.7.0.tar.gz) = f2c8699d955994a5c2e685c8f665cd0890f1ffc5
+SHA512 (nlohmann-json-3.7.0.tar.gz) = 35510a0ee59d847ff9fcd4f4026ef936abb89675884fdd2db808f8349a55073206f764cd4f797deb1b6493ea0e04889505f49483e5b88798011dd5db87e7c87d
+Size (nlohmann-json-3.7.0.tar.gz) = 118868542 bytes


Home | Main Index | Thread Index | Old Index