svn commit: r420577 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Aug 21 19:03:46 UTC 2016


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


More information about the svn-ports-head mailing list