From owner-svn-ports-all@freebsd.org Thu Dec 17 13:32:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 008344B7CB8; Thu, 17 Dec 2020 13:32:29 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxXwr6ZCwz3Qvx; Thu, 17 Dec 2020 13:32:28 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C778619436; Thu, 17 Dec 2020 13:32:28 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHDWStY039767; Thu, 17 Dec 2020 13:32:28 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHDWRDG039763; Thu, 17 Dec 2020 13:32:27 GMT (envelope-from ale@FreeBSD.org) Message-Id: <202012171332.0BHDWRDG039763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 17 Dec 2020 13:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558291 - in head/lang/solidity: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/lang/solidity: . files X-SVN-Commit-Revision: 558291 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 13:32:29 -0000 Author: ale Date: Thu Dec 17 13:32:27 2020 New Revision: 558291 URL: https://svnweb.freebsd.org/changeset/ports/558291 Log: Update to 0.8.0 release. Added: head/lang/solidity/files/patch-cmake_EthCompilerSettings.cmake (contents, props changed) Modified: head/lang/solidity/Makefile head/lang/solidity/distinfo head/lang/solidity/files/patch-libevmasm_Instruction.h head/lang/solidity/files/patch-libsolutil_JSON.cpp Modified: head/lang/solidity/Makefile ============================================================================== --- head/lang/solidity/Makefile Thu Dec 17 13:20:53 2020 (r558290) +++ head/lang/solidity/Makefile Thu Dec 17 13:32:27 2020 (r558291) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= solidity -PORTVERSION= 0.7.4 +PORTVERSION= 0.8.0 CATEGORIES= lang MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -41,6 +41,5 @@ PLIST_FILES= bin/solc \ pre-patch: @${CP} ${FILESDIR}/jsoncpp.cmake ${WRKSRC}/cmake/ @${REINPLACE_CMD} '/EthCcache/d' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} '/-Werror/d' ${WRKSRC}/cmake/EthCompilerSettings.cmake .include Modified: head/lang/solidity/distinfo ============================================================================== --- head/lang/solidity/distinfo Thu Dec 17 13:20:53 2020 (r558290) +++ head/lang/solidity/distinfo Thu Dec 17 13:32:27 2020 (r558291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603118563 -SHA256 (solidity_0.7.4.tar.gz) = 3994482ed1104f55cbd7614649c2129adaf3fc9a782d910e688d0010abeb7a9c -SIZE (solidity_0.7.4.tar.gz) = 2425924 +TIMESTAMP = 1608206279 +SHA256 (solidity_0.8.0.tar.gz) = 5a8f9f421dcf65d552b2e6fea4929aef68706a8db8b2e626e7a81e4e5ee11549 +SIZE (solidity_0.8.0.tar.gz) = 2538492 Added: head/lang/solidity/files/patch-cmake_EthCompilerSettings.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/solidity/files/patch-cmake_EthCompilerSettings.cmake Thu Dec 17 13:32:27 2020 (r558291) @@ -0,0 +1,14 @@ +--- cmake/EthCompilerSettings.cmake.orig 2020-12-16 17:41:40 UTC ++++ cmake/EthCompilerSettings.cmake +@@ -53,9 +53,10 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${ + add_compile_options(-Wimplicit-fallthrough) + add_compile_options(-Wsign-conversion) + add_compile_options(-Wconversion) ++ add_compile_options(-Qunused-arguments) + + eth_add_cxx_compiler_flag_if_supported( +- $<$:-Wextra-semi> ++ -Wextra-semi + ) + eth_add_cxx_compiler_flag_if_supported(-Wfinal-dtor-non-final-class) + eth_add_cxx_compiler_flag_if_supported(-Wnewline-eof) Modified: head/lang/solidity/files/patch-libevmasm_Instruction.h ============================================================================== --- head/lang/solidity/files/patch-libevmasm_Instruction.h Thu Dec 17 13:20:53 2020 (r558290) +++ head/lang/solidity/files/patch-libevmasm_Instruction.h Thu Dec 17 13:32:27 2020 (r558291) @@ -1,6 +1,6 @@ ---- libevmasm/Instruction.h.orig 2020-01-28 10:08:51 UTC +--- libevmasm/Instruction.h.orig 2020-12-16 17:41:40 UTC +++ libevmasm/Instruction.h -@@ -26,6 +26,8 @@ +@@ -27,6 +27,8 @@ #include #include Modified: head/lang/solidity/files/patch-libsolutil_JSON.cpp ============================================================================== --- head/lang/solidity/files/patch-libsolutil_JSON.cpp Thu Dec 17 13:20:53 2020 (r558290) +++ head/lang/solidity/files/patch-libsolutil_JSON.cpp Thu Dec 17 13:32:27 2020 (r558291) @@ -1,6 +1,6 @@ ---- libsolutil/JSON.cpp.orig 2020-01-27 15:36:51 UTC +--- libsolutil/JSON.cpp.orig 2020-12-16 17:41:40 UTC +++ libsolutil/JSON.cpp -@@ -31,10 +31,12 @@ +@@ -32,10 +32,12 @@ using namespace std;