Date: Fri, 23 Nov 2018 21:11:54 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485707 - in head/devel/nlohmann-json: . files Message-ID: <201811232111.wANLBsRs074654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Nov 23 21:11:53 2018 New Revision: 485707 URL: https://svnweb.freebsd.org/changeset/ports/485707 Log: devel/nlohmann-json: Update 3.1.2 -> 3.3.0 PR: 232755 Approved by: SlavaMikerov@gmail.com (maintainer's timeout; 27 days) Deleted: head/devel/nlohmann-json/files/ Modified: head/devel/nlohmann-json/Makefile head/devel/nlohmann-json/distinfo Modified: head/devel/nlohmann-json/Makefile ============================================================================== --- head/devel/nlohmann-json/Makefile Fri Nov 23 20:46:27 2018 (r485706) +++ head/devel/nlohmann-json/Makefile Fri Nov 23 21:11:53 2018 (r485707) @@ -3,8 +3,7 @@ PORTNAME= json DISTVERSIONPREFIX= v -DISTVERSION= 3.1.2 -PORTREVISION= 1 +DISTVERSION= 3.3.0 CATEGORIES= devel PKGNAMEPREFIX= nlohmann- @@ -17,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.MIT USES= cmake:outsource compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= nlohmann + NO_BUILD= yes NO_ARCH= yes Modified: head/devel/nlohmann-json/distinfo ============================================================================== --- head/devel/nlohmann-json/distinfo Fri Nov 23 20:46:27 2018 (r485706) +++ head/devel/nlohmann-json/distinfo Fri Nov 23 21:11:53 2018 (r485707) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522527522 -SHA256 (nlohmann-json-v3.1.2_GH0.tar.gz) = e8fffa6cbdb3c15ecdff32eebf958b6c686bc188da8ad5c6489462d16f83ae54 -SIZE (nlohmann-json-v3.1.2_GH0.tar.gz) = 114293094 +TIMESTAMP = 1540694993 +SHA256 (nlohmann-json-v3.3.0_GH0.tar.gz) = 2fd1d207b4669a7843296c41d3b6ac5b23d00dec48dba507ba051d14564aa801 +SIZE (nlohmann-json-v3.3.0_GH0.tar.gz) = 114604713
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811232111.wANLBsRs074654>