Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2016 19:03:45 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420577 - head/databases/cego
Message-ID:  <201608211903.u7LJ3jK1031835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Aug 21 19:03:45 2016
New Revision: 420577
URL: https://svnweb.freebsd.org/changeset/ports/420577

Log:
  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>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Sun Aug 21 18:36:49 2016	(r420576)
+++ head/databases/cego/Makefile	Sun Aug 21 19:03:45 2016	(r420577)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.30.24
+PORTVERSION=	2.30.26
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Aug 21 18:36:49 2016	(r420576)
+++ head/databases/cego/distinfo	Sun Aug 21 19:03:45 2016	(r420577)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608211903.u7LJ3jK1031835>