svn commit: r447824 - in head: databases/cego devel/lfcbase
Kurt Jaeger
pi at FreeBSD.org
Sat Aug 12 12:21:25 UTC 2017
Author: pi
Date: Sat Aug 12 12:21:23 2017
New Revision: 447824
URL: https://svnweb.freebsd.org/changeset/ports/447824
Log:
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 <lemke at lemke-it.com>
Modified:
head/databases/cego/Makefile
head/databases/cego/distinfo
head/devel/lfcbase/Makefile
head/devel/lfcbase/distinfo
Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile Sat Aug 12 11:55:12 2017 (r447823)
+++ head/databases/cego/Makefile Sat Aug 12 12:21:23 2017 (r447824)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.33.22
+PORTVERSION= 2.34.0
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Sat Aug 12 11:55:12 2017 (r447823)
+++ head/databases/cego/distinfo Sat Aug 12 12:21:23 2017 (r447824)
@@ -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
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Sat Aug 12 11:55:12 2017 (r447823)
+++ head/devel/lfcbase/Makefile Sat Aug 12 12:21:23 2017 (r447824)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
-PORTVERSION= 1.9.7
+PORTVERSION= 1.10.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo Sat Aug 12 11:55:12 2017 (r447823)
+++ head/devel/lfcbase/distinfo Sat Aug 12 12:21:23 2017 (r447824)
@@ -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
More information about the svn-ports-head
mailing list