svn commit: r548819 - in head: databases/cego devel/lfcxml

Kurt Jaeger pi at FreeBSD.org
Thu Sep 17 07:25:45 UTC 2020


Author: pi
Date: Thu Sep 17 07:25:44 2020
New Revision: 548819
URL: https://svnweb.freebsd.org/changeset/ports/548819

Log:
  devel/lfcxml: update 1.2.10 -> 1.2.11
  databases/cego: update 2.45.19 -> 2.45.23
  
  lfcxml:
  - Sync patch for MinGW package build
  
  cego:
  - Fix in CegoFieldValue::castTo, case VARCHAR_TYPE to FIXED_TYPE,
    plain integers have not been accepted. check091 added for this
  - Fix in CegoTerm::evalField and CegoExpr::evalField, type and
    length calculation must correspond to cast logic in CegoFieldValue
    ( corresponding operators for mul, div, add and sub )
  - Fix in CegoProcVar::setValue, a castTo has been added to cast to
    appropriate target type
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/devel/lfcxml/Makefile
  head/devel/lfcxml/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Thu Sep 17 07:17:06 2020	(r548818)
+++ head/databases/cego/Makefile	Thu Sep 17 07:25:44 2020	(r548819)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.19
+PORTVERSION=	2.45.23
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Thu Sep 17 07:17:06 2020	(r548818)
+++ head/databases/cego/distinfo	Thu Sep 17 07:25:44 2020	(r548819)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598268804
-SHA256 (cego-2.45.19.tar.gz) = e127118a023d9bc3fd5e48ef2dc146b03600b0f94bf56aa3310c21df0c002ecf
-SIZE (cego-2.45.19.tar.gz) = 3154770
+TIMESTAMP = 1600327409
+SHA256 (cego-2.45.23.tar.gz) = 0932db50951a83674da306f3066bdf1f667de46408f7153fec7c555465e51718
+SIZE (cego-2.45.23.tar.gz) = 3156665

Modified: head/devel/lfcxml/Makefile
==============================================================================
--- head/devel/lfcxml/Makefile	Thu Sep 17 07:17:06 2020	(r548818)
+++ head/devel/lfcxml/Makefile	Thu Sep 17 07:25:44 2020	(r548819)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcxml
-PORTVERSION=	1.2.10
+PORTVERSION=	1.2.11
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcxml/distinfo
==============================================================================
--- head/devel/lfcxml/distinfo	Thu Sep 17 07:17:06 2020	(r548818)
+++ head/devel/lfcxml/distinfo	Thu Sep 17 07:25:44 2020	(r548819)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555832511
-SHA256 (lfcxml-1.2.10.tar.gz) = 11cb6e26c866ebd3d3c6527b2bba79d2e2d1f63f57ec606a0a8d503f98817aab
-SIZE (lfcxml-1.2.10.tar.gz) = 511345
+TIMESTAMP = 1600326407
+SHA256 (lfcxml-1.2.11.tar.gz) = 073f0095e1df2f74f5a986e78aa86ed754a54e695126e47fd267ed6d4913a788
+SIZE (lfcxml-1.2.11.tar.gz) = 511601


More information about the svn-ports-all mailing list