Date: Wed, 18 Dec 2019 10:02:23 +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: r520378 - in head/lang/solidity: . files Message-ID: <201912181002.xBIA2NwS090790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Wed Dec 18 10:02:23 2019 New Revision: 520378 URL: https://svnweb.freebsd.org/changeset/ports/520378 Log: Update to 0.6.0 release. Modified: head/lang/solidity/Makefile head/lang/solidity/distinfo head/lang/solidity/files/patch-libdevcore_JSON.cpp Modified: head/lang/solidity/Makefile ============================================================================== --- head/lang/solidity/Makefile Wed Dec 18 10:02:10 2019 (r520377) +++ head/lang/solidity/Makefile Wed Dec 18 10:02:23 2019 (r520378) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= solidity -PORTVERSION= 0.5.13 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= lang MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,11 +12,11 @@ COMMENT= Solidity Contract-Oriented Programming Langua LICENSE= GPLv3 -BUILD_DEPENDS= boost-libs>=0:devel/boost-libs -LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp - NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64 NOT_FOR_ARCHS_REASON= solidity currently does not support big endian systems + +BUILD_DEPENDS= boost-libs>=0:devel/boost-libs +LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp USES= cmake compiler:c++14-lang Modified: head/lang/solidity/distinfo ============================================================================== --- head/lang/solidity/distinfo Wed Dec 18 10:02:10 2019 (r520377) +++ head/lang/solidity/distinfo Wed Dec 18 10:02:23 2019 (r520378) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574356486 -SHA256 (solidity_0.5.13.tar.gz) = 8d4b094b2144052c6aa275d9bf1bfea40b548a8f1925bb3690c4474dba73f544 -SIZE (solidity_0.5.13.tar.gz) = 1814444 +TIMESTAMP = 1576660212 +SHA256 (solidity_0.6.0.tar.gz) = 5f9e874199f6dd2d7dd6fa97232993cd762543a7bf6e3bf36a95d63cd0edbcdb +SIZE (solidity_0.6.0.tar.gz) = 1934622 Modified: head/lang/solidity/files/patch-libdevcore_JSON.cpp ============================================================================== --- head/lang/solidity/files/patch-libdevcore_JSON.cpp Wed Dec 18 10:02:10 2019 (r520377) +++ head/lang/solidity/files/patch-libdevcore_JSON.cpp Wed Dec 18 10:02:23 2019 (r520378) @@ -6,8 +6,8 @@ +/* static_assert( - (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 8) && (JSONCPP_VERSION_PATCH == 4), - "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.8.4." + (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 2), + "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.2." ); +*/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912181002.xBIA2NwS090790>