From owner-svn-ports-head@freebsd.org Sat Apr 11 18:36:21 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 CFF492BF91D; Sat, 11 Apr 2020 18:36:21 +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) 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 4903Vs5764z3ygb; Sat, 11 Apr 2020 18:36:21 +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 A69361C701; Sat, 11 Apr 2020 18:36:21 +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 03BIaLgH073685; Sat, 11 Apr 2020 18:36:21 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03BIaL9o073684; Sat, 11 Apr 2020 18:36:21 GMT (envelope-from se@FreeBSD.org) Message-Id: <202004111836.03BIaL9o073684@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, 11 Apr 2020 18:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531452 - 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: 531452 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.29 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: Sat, 11 Apr 2020 18:36:21 -0000 Author: se Date: Sat Apr 11 18:36:20 2020 New Revision: 531452 URL: https://svnweb.freebsd.org/changeset/ports/531452 Log: Update to version 2.6.1 This version fixes a bug that only occured when building on FreeBSD without long options support. It did not affect the port or package, since it was always built with long options. 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 Apr 11 18:29:19 2020 (r531451) +++ head/math/gh-bc/Makefile Sat Apr 11 18:36:20 2020 (r531452) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= math PKGNAMEPREFIX= gh- Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Sat Apr 11 18:29:19 2020 (r531451) +++ head/math/gh-bc/distinfo Sat Apr 11 18:36:20 2020 (r531452) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583947897 -SHA256 (gavinhoward-bc-2.6.0_GH0.tar.gz) = 5a7142152c0efffa2bdb356a90a7a36ac3e57b2e6ef0b544f53b21a3af819975 -SIZE (gavinhoward-bc-2.6.0_GH0.tar.gz) = 252394 +TIMESTAMP = 1586629903 +SHA256 (gavinhoward-bc-2.6.1_GH0.tar.gz) = 0d604f2a0ea41ed949387b0d5ba27761d7d85190989f9947d740e18ab2e5bec9 +SIZE (gavinhoward-bc-2.6.1_GH0.tar.gz) = 252951