svn commit: r417633 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Mon Jun 27 05:36:46 UTC 2016


Author: pi
Date: Mon Jun 27 05:36:44 2016
New Revision: 417633
URL: https://svnweb.freebsd.org/changeset/ports/417633

Log:
  databases/cego: 2.30.11 -> 2.30.12
  
  - Added cast improvements to CegoFieldValue::castTo method, which are
    also checked now with check050
  - Evaluation of locale to find out decimal point character. E.g.
    for english locales this is ., for german this is ,. The character
    is used for float value handling in CegoFieldValue methods.
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Mon Jun 27 05:34:53 2016	(r417632)
+++ head/databases/cego/Makefile	Mon Jun 27 05:36:44 2016	(r417633)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.30.11
+PORTVERSION=	2.30.12
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Mon Jun 27 05:34:53 2016	(r417632)
+++ head/databases/cego/distinfo	Mon Jun 27 05:36:44 2016	(r417633)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466621042
-SHA256 (cego-2.30.11.tar.gz) = 4cf0c1d7e7d65d1ef33f01b7ccd4df80bee78006699b38cf66a2d409dab071fe
-SIZE (cego-2.30.11.tar.gz) = 1399013
+TIMESTAMP = 1467005489
+SHA256 (cego-2.30.12.tar.gz) = 73bdceea9e7cd40032b64c99cf4795f400b8518634ed7a4cfd548e380f7aa6b8
+SIZE (cego-2.30.12.tar.gz) = 1399988


More information about the svn-ports-head mailing list