svn commit: r553387 - head/devel/lfcbase

Kurt Jaeger pi at FreeBSD.org
Mon Oct 26 21:30:36 UTC 2020


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 <lemke at lemke-it.com>

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


More information about the svn-ports-all mailing list