From owner-svn-ports-all@freebsd.org Mon Oct 26 21:30:36 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 07DB744EEF0; Mon, 26 Oct 2020 21:30:36 +0000 (UTC) (envelope-from pi@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 4CKp0W6Pm0z3Wsp; Mon, 26 Oct 2020 21:30:35 +0000 (UTC) (envelope-from pi@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 C0B5E20D81; Mon, 26 Oct 2020 21:30:35 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09QLUZH1061679; Mon, 26 Oct 2020 21:30:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09QLUZ2g061677; Mon, 26 Oct 2020 21:30:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202010262130.09QLUZ2g061677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 26 Oct 2020 21:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553387 - head/devel/lfcbase X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/lfcbase X-SVN-Commit-Revision: 553387 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: Mon, 26 Oct 2020 21:30:36 -0000 Author: pi Date: Mon Oct 26 21:30:35 2020 New Revision: 553387 URL: https://svnweb.freebsd.org/changeset/ports/553387 Log: devel/lfcbase: update 1.14.4 -> 1.14.5 - Fix added in BigDecimal::div method. Dividend has to be checked for zero value, otherwise the method ends in an infinite loop by evaluating corScale value Submitted by: Björn Lemke Modified: head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Mon Oct 26 21:20:13 2020 (r553386) +++ head/devel/lfcbase/Makefile Mon Oct 26 21:30:35 2020 (r553387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.14.4 +PORTVERSION= 1.14.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Mon Oct 26 21:20:13 2020 (r553386) +++ head/devel/lfcbase/distinfo Mon Oct 26 21:30:35 2020 (r553387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598416246 -SHA256 (lfcbase-1.14.4.tar.gz) = d1460853696711297ae530263de33d22af310b3f6617c7a60989993f4a1a7123 -SIZE (lfcbase-1.14.4.tar.gz) = 645779 +TIMESTAMP = 1603746968 +SHA256 (lfcbase-1.14.5.tar.gz) = 5c487ea47ccab4a79f4cbfdd42b4d55abcc4d68ccdeabb11cdbf6bc2e5b14a70 +SIZE (lfcbase-1.14.5.tar.gz) = 645863