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@lemke-it.com>
This commit is contained in:
Kurt Jaeger 2017-08-12 12:21:23 +00:00
parent e870f71c6c
commit ae07e8c34e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447824
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.33.22
PORTVERSION= 2.34.0
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View file

@ -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

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lfcbase
PORTVERSION= 1.9.7
PORTVERSION= 1.10.0
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/

View file

@ -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