From owner-svn-ports-all@freebsd.org Wed Feb 19 09:15:45 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 23E60254065; Wed, 19 Feb 2020 09:15:45 +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) server-signature RSA-PSS (4096 bits) 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 48MsX06g8tz4b4s; Wed, 19 Feb 2020 09:15:44 +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 D91AA68F3; Wed, 19 Feb 2020 09:15:44 +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 01J9FieJ098648; Wed, 19 Feb 2020 09:15:44 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01J9FiqF098647; Wed, 19 Feb 2020 09:15:44 GMT (envelope-from ale@FreeBSD.org) Message-Id: <202002190915.01J9FiqF098647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 19 Feb 2020 09:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526495 - head/lang/solidity X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/lang/solidity X-SVN-Commit-Revision: 526495 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.29 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: Wed, 19 Feb 2020 09:15:45 -0000 Author: ale Date: Wed Feb 19 09:15:44 2020 New Revision: 526495 URL: https://svnweb.freebsd.org/changeset/ports/526495 Log: Update to 0.6.3 release. Modified: head/lang/solidity/Makefile head/lang/solidity/distinfo Modified: head/lang/solidity/Makefile ============================================================================== --- head/lang/solidity/Makefile Wed Feb 19 09:12:27 2020 (r526494) +++ head/lang/solidity/Makefile Wed Feb 19 09:15:44 2020 (r526495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= solidity -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= lang MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -33,7 +33,10 @@ CMAKE_ARGS+= -DUSE_LD_GOLD=OFF -DTESTS=OFF \ -DJSONCPP_INCLUDE_DIR:STRING="${LOCALBASE}/include/jsoncpp" \ -DJSONCPP_LIB_DIR:STRING="${LOCALBASE}/lib" -PLIST_FILES= bin/solc +PLIST_FILES= bin/solc \ + bin/solidity-upgrade \ + bin/yul-phaser + pre-patch: @${CP} ${FILESDIR}/jsoncpp.cmake ${WRKSRC}/cmake/ Modified: head/lang/solidity/distinfo ============================================================================== --- head/lang/solidity/distinfo Wed Feb 19 09:12:27 2020 (r526494) +++ head/lang/solidity/distinfo Wed Feb 19 09:15:44 2020 (r526495) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580203577 -SHA256 (solidity_0.6.2.tar.gz) = 11384d00a9d6cd384810d53979c32194f3ef7d9a587265ba98b50891c9bf1196 -SIZE (solidity_0.6.2.tar.gz) = 1932920 +TIMESTAMP = 1582101727 +SHA256 (solidity_0.6.3.tar.gz) = 96b8936d5b62660c9c7e77c894426966ed002ad01ee7d348b5e6b07b40e60b8a +SIZE (solidity_0.6.3.tar.gz) = 1994812