From owner-svn-ports-all@freebsd.org Sat Jun 20 10:13:32 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 59B4534D584; Sat, 20 Jun 2020 10:13:32 +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 49ps2N1fN9z3Vsx; Sat, 20 Jun 2020 10:13:32 +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 33ED7AB3E; Sat, 20 Jun 2020 10:13:32 +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 05KADWY2053703; Sat, 20 Jun 2020 10:13:32 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05KADVAl053701; Sat, 20 Jun 2020 10:13:31 GMT (envelope-from se@FreeBSD.org) Message-Id: <202006201013.05KADVAl053701@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: Sat, 20 Jun 2020 10:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539727 - 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: 539727 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.33 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: Sat, 20 Jun 2020 10:13:32 -0000 Author: se Date: Sat Jun 20 10:13:31 2020 New Revision: 539727 URL: https://svnweb.freebsd.org/changeset/ports/539727 Log: Upgrade to version 3.0.1 This version fixes a warning when building with a strict warnings level and significantly speeds up ceil() library function. Approved by: antoine (implicit) Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Sat Jun 20 10:10:29 2020 (r539726) +++ head/math/gh-bc/Makefile Sat Jun 20 10:13:31 2020 (r539727) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= math PKGNAMEPREFIX= gh- Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Sat Jun 20 10:10:29 2020 (r539726) +++ head/math/gh-bc/distinfo Sat Jun 20 10:13:31 2020 (r539727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592545186 -SHA256 (gavinhoward-bc-3.0.0_GH0.tar.gz) = e2d66994312b4d6dd8896ad929e8ba2923ed9da846032bffe6ea2979e813f692 -SIZE (gavinhoward-bc-3.0.0_GH0.tar.gz) = 304415 +TIMESTAMP = 1592647905 +SHA256 (gavinhoward-bc-3.0.1_GH0.tar.gz) = fa84d5bd78e9f7b15381d6654349074c337dda64a6a942ffd6489d49bacca0e0 +SIZE (gavinhoward-bc-3.0.1_GH0.tar.gz) = 304456