From owner-svn-ports-head@freebsd.org Fri Dec 11 19:25:47 2020 Return-Path: Delivered-To: svn-ports-head@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 BF6874B84BC; Fri, 11 Dec 2020 19:25:47 +0000 (UTC) (envelope-from se@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 4Ct13H55bSz4n5b; Fri, 11 Dec 2020 19:25:47 +0000 (UTC) (envelope-from se@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 A202610714; Fri, 11 Dec 2020 19:25:47 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BBJPl15000278; Fri, 11 Dec 2020 19:25:47 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BBJPlIC000276; Fri, 11 Dec 2020 19:25:47 GMT (envelope-from se@FreeBSD.org) Message-Id: <202012111925.0BBJPlIC000276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Fri, 11 Dec 2020 19:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557758 - head/math/gh-bc X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/math/gh-bc X-SVN-Commit-Revision: 557758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 19:25:47 -0000 Author: se Date: Fri Dec 11 19:25:46 2020 New Revision: 557758 URL: https://svnweb.freebsd.org/changeset/ports/557758 Log: Upgrade to version 3.2.4 Test for support of __has_attribute(fallthrough) to allow compilation with gcc-6 and lower. No functional change. Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Fri Dec 11 19:18:03 2020 (r557757) +++ head/math/gh-bc/Makefile Fri Dec 11 19:25:46 2020 (r557758) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= math lang PKGNAMEPREFIX= gh- Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Fri Dec 11 19:18:03 2020 (r557757) +++ head/math/gh-bc/distinfo Fri Dec 11 19:25:46 2020 (r557758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606750654 -SHA256 (gavinhoward-bc-3.2.3_GH0.tar.gz) = 3f50668a459e35018328d4b0133b5065e15a1fb0dbe772590aa58fee4347783c -SIZE (gavinhoward-bc-3.2.3_GH0.tar.gz) = 1081575 +TIMESTAMP = 1607714404 +SHA256 (gavinhoward-bc-3.2.4_GH0.tar.gz) = a8397ab33dfa78d9529622ce2f90a7860cd6483a572edd9d4752072f9debd0c1 +SIZE (gavinhoward-bc-3.2.4_GH0.tar.gz) = 1080856