svn commit: r455343 - in head: databases/cego devel/lfcbase

Kurt Jaeger pi at FreeBSD.org
Sat Dec 2 10:43:33 UTC 2017


Author: pi
Date: Sat Dec  2 10:43:31 2017
New Revision: 455343
URL: https://svnweb.freebsd.org/changeset/ports/455343

Log:
  devel/lfcbase: update 1.11.2 -> 1.11.3
  databases/cego: update 2.38.6 -> 2.38.7
  
  lfcbase:
  - Improvements made for dedicated strptime implementation. The
    function did not return null in case of unparsable date values.
    This code is just used for MinGW compiles since there is no
    implementation in the Standard C library available.
  
  cego:
  - Fix in CegoXPorter::readTableObject, the defintion for MAXROW BUF
    still was defined locally and rowLen was noch checked.
  - Optimization in CegoFieldValue::decode, memory was allocated via
    malloc, rather _staticBuf should be used for performance reasons.
    _isLocalCopy was not set to true
  
  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 Dec  2 10:39:04 2017	(r455342)
+++ head/databases/cego/Makefile	Sat Dec  2 10:43:31 2017	(r455343)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.38.6
+PORTVERSION=	2.38.7
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Dec  2 10:39:04 2017	(r455342)
+++ head/databases/cego/distinfo	Sat Dec  2 10:43:31 2017	(r455343)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511983134
-SHA256 (cego-2.38.6.tar.gz) = f073969909bd40eb89ea6666eb63cfc1225fdf037194419ccf0484842b3b6492
-SIZE (cego-2.38.6.tar.gz) = 1443465
+TIMESTAMP = 1512210652
+SHA256 (cego-2.38.7.tar.gz) = 9c096e002dafc582c6c0356f942a77eceb88a76b7a39f699e758a15e8c9da5e7
+SIZE (cego-2.38.7.tar.gz) = 1443534

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Sat Dec  2 10:39:04 2017	(r455342)
+++ head/devel/lfcbase/Makefile	Sat Dec  2 10:43:31 2017	(r455343)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.11.2
+PORTVERSION=	1.11.3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Sat Dec  2 10:39:04 2017	(r455342)
+++ head/devel/lfcbase/distinfo	Sat Dec  2 10:43:31 2017	(r455343)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511983117
-SHA256 (lfcbase-1.11.2.tar.gz) = 0376ee27c714abaeb2ef01573b90b7c3a2a35f43009a6cecffb257b94f6918ea
-SIZE (lfcbase-1.11.2.tar.gz) = 639052
+TIMESTAMP = 1512210612
+SHA256 (lfcbase-1.11.3.tar.gz) = 1586ee2abd4c98c33a30ae82445d13764e26c4b6b823906e757226dcd9183704
+SIZE (lfcbase-1.11.3.tar.gz) = 639426


More information about the svn-ports-head mailing list