From owner-dev-commits-ports-all@freebsd.org Tue Apr 6 07:47:46 2021 Return-Path: Delivered-To: dev-commits-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 0DDBC5D793F; Tue, 6 Apr 2021 07:47:46 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FF04K6sp9z3H66; Tue, 6 Apr 2021 07:47:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD57127E95; Tue, 6 Apr 2021 07:47:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1367lj9E049102; Tue, 6 Apr 2021 07:47:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1367ljjr049101; Tue, 6 Apr 2021 07:47:45 GMT (envelope-from git) Date: Tue, 6 Apr 2021 07:47:45 GMT Message-Id: <202104060747.1367ljjr049101@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: =?utf-8?B?U3RlZmFuIEXDn2Vy?= Subject: git: 634a88402a52 - main - Update to Version 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: se X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 634a88402a520bafea8c7a84ac1ec9fd73bd4505 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2021 07:47:46 -0000 The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=634a88402a520bafea8c7a84ac1ec9fd73bd4505 commit 634a88402a520bafea8c7a84ac1ec9fd73bd4505 Author: Stefan Eßer AuthorDate: 2021-04-05 19:40:18 +0000 Commit: Stefan Eßer CommitDate: 2021-04-06 07:47:29 +0000 Update to Version 4.0.0 This version fixes an issue in dc: the P command did not pop the value being printed from the stack. The major version bump is due to the addition of Windows compatibility and does not correspond to a change of functionality on POSIX systems. --- math/gh-bc/Makefile | 2 +- math/gh-bc/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 5ee7f9e2cebc..c634b7810897 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 3.3.4 +PORTVERSION= 4.0.0 CATEGORIES= math lang PKGNAMEPREFIX= gh- diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index cabb0c42e387..39e009cac9c5 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616142170 -SHA256 (gavinhoward-bc-3.3.4_GH0.tar.gz) = e9e08ec6b09d82333d1e0ad49bb0e65ef5a3b8d7d70f474032a7a1b316c8f6dc -SIZE (gavinhoward-bc-3.3.4_GH0.tar.gz) = 1123348 +TIMESTAMP = 1617650449 +SHA256 (gavinhoward-bc-4.0.0_GH0.tar.gz) = 5a76f2ea32f4ac35b2341858897a3d3fa45cd9fc5afbffad314c309a2a84603d +SIZE (gavinhoward-bc-4.0.0_GH0.tar.gz) = 1139392