1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

databases/cego: 2.30.24 -> 2.30.26

- Fix in CegoFunction::evalFieldValue, for functions date2str,
  date2int, int2date, type casting to appropriate type has been added.
  Without the cast, the functions might return wrong results
- Adaptions for CegoBlowTab to use CegoNet API
- Completion for blob methods in CegoNet
- Improved flow control in CegoClient ( based on ncurses )
- Optimization in CegoClient, just high level CegoNet API methods
  are used now for client implementation. Missing methods have been
  added to CegoNet API

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
This commit is contained in:
Kurt Jaeger 2016-08-21 19:03:45 +00:00
parent f7e7f24090
commit 88a9fa936f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420577
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1470937282
SHA256 (cego-2.30.24.tar.gz) = ceff5aa7f8218e962aa1cf0716036bc10c6640888f785fe2f8f80bbce87362c7
SIZE (cego-2.30.24.tar.gz) = 1401813
TIMESTAMP = 1471802661
SHA256 (cego-2.30.26.tar.gz) = c4d95202fbd1a4657902ca56e0e91489617e9bcfcaac3bb285b2e8233283c22a
SIZE (cego-2.30.26.tar.gz) = 1402394