From ae07e8c34ec24e18b8930786cd3c479fecafd78f Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Sat, 12 Aug 2017 12:21:23 +0000 Subject: [PATCH] devel/lfcbase: update 1.9.7 -> 1.10.0 databases/cego: update 2.33.22 -> 2.34.0 lfcbase: - Adoptions made in CommandExecuter and Outstream for MINGW builds - Added Datetime advanced constructor for more efficient datetime construction cego: - Small fix in CegoAttrCond::operator = , compare Find result with 0 instead of false. A compile error occured for MINGW compiles - Use of new introduced lfcbase datetime constructor to create datetime values with numeric input ( year, month, day, hour, minute and second ) for more efficient value handling - Fix in CegoTypeConverter::getTypeLen for LONG_TYPE values, it should be size of(long long) instead of sizeof(long). This impacts MINGW compiles, since sizeof(long) ist just 4 bytes - Changed CegoTypeConverter methods to static - Introduced new date function newdate with optional numeric input. If used with year and month input, this can double the speed for date construction ( no string parsing required ) Submitted by: Bjoern Lemke --- databases/cego/Makefile | 2 +- databases/cego/distinfo | 6 +++--- devel/lfcbase/Makefile | 2 +- devel/lfcbase/distinfo | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 6515bb6abe8b..0015347a9a31 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.22 +PORTVERSION= 2.34.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index bec2f16638fe..b536bd6ac8fd 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501933684 -SHA256 (cego-2.33.22.tar.gz) = bbb65e7896eefe69249748fa71bb89f4c6dd4e4a71c9db13a36f9e09133aa262 -SIZE (cego-2.33.22.tar.gz) = 1410925 +TIMESTAMP = 1502539223 +SHA256 (cego-2.34.0.tar.gz) = 1df5c1b2ab154fcb34bb2b27480ba087f3c2bcbf0b3820c11015684cc3e2bd67 +SIZE (cego-2.34.0.tar.gz) = 1413328 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 6147fa656fee..61f91bedbffd 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.9.7 +PORTVERSION= 1.10.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 0227b59a6d48..b13911390148 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498713532 -SHA256 (lfcbase-1.9.7.tar.gz) = 0abd030d20f199fdd554366b55f3176bce732eba4fcf670ad58ea885eea9c64d -SIZE (lfcbase-1.9.7.tar.gz) = 615245 +TIMESTAMP = 1502538856 +SHA256 (lfcbase-1.10.0.tar.gz) = f513aed43078e542013c74009dba5316aa57bb69a46b327eaaf28256f0736ff1 +SIZE (lfcbase-1.10.0.tar.gz) = 615555