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@lemke-it.com>
This commit is contained in:
Kurt Jaeger 2016-06-27 05:36:44 +00:00
parent 9be0b6dd2a
commit 71a9be4c7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417633
2 changed files with 4 additions and 4 deletions

View File

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

View File

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