Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 15:56:55 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542868 - in head/lang/solidity: . files
Message-ID:  <202007221556.06MFutnF070382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Jul 22 15:56:55 2020
New Revision: 542868
URL: https://svnweb.freebsd.org/changeset/ports/542868

Log:
  Update to 0.6.12 release.

Modified:
  head/lang/solidity/Makefile
  head/lang/solidity/distinfo
  head/lang/solidity/files/patch-libsolutil_JSON.cpp

Modified: head/lang/solidity/Makefile
==============================================================================
--- head/lang/solidity/Makefile	Wed Jul 22 15:40:06 2020	(r542867)
+++ head/lang/solidity/Makefile	Wed Jul 22 15:56:55 2020	(r542868)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	solidity
-PORTVERSION=	0.6.11
+PORTVERSION=	0.6.12
 CATEGORIES=	lang
 MASTER_SITES=	https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/lang/solidity/distinfo
==============================================================================
--- head/lang/solidity/distinfo	Wed Jul 22 15:40:06 2020	(r542867)
+++ head/lang/solidity/distinfo	Wed Jul 22 15:56:55 2020	(r542868)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594285431
-SHA256 (solidity_0.6.11.tar.gz) = 82b561bd552161353ef915ec17373d28685e58ea66e16f18f63d9b3e48a217ff
-SIZE (solidity_0.6.11.tar.gz) = 2229063
+TIMESTAMP = 1595431288
+SHA256 (solidity_0.6.12.tar.gz) = 214bd37867d59c0f2f22dbaf10fd8eea2a58c9055c853c5016d26ad7091d5776
+SIZE (solidity_0.6.12.tar.gz) = 2252802

Modified: head/lang/solidity/files/patch-libsolutil_JSON.cpp
==============================================================================
--- head/lang/solidity/files/patch-libsolutil_JSON.cpp	Wed Jul 22 15:40:06 2020	(r542867)
+++ head/lang/solidity/files/patch-libsolutil_JSON.cpp	Wed Jul 22 15:56:55 2020	(r542868)
@@ -6,8 +6,8 @@
  
 +/*
  static_assert(
- 	(JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 2),
- 	"Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.2."
+ 	(JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 3),
+ 	"Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.3."
  );
 +*/
  



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