Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 10:42:23 +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: r453106 - head/databases/cego
Message-ID:  <201710291042.v9TAgNJB007207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct 29 10:42:23 2017
New Revision: 453106
URL: https://svnweb.freebsd.org/changeset/ports/453106

Log:
  databases/cego: update 2.36.0 -> 2.36.1
  
  - Added signal handler to CegoAdmAction. Now, ( long ) running
    tableset export and import requests can be aborted in a controlled
    way via Ctrl-C command.
  - Fix in CegoXPorter, export file will be removed, if any exception
    occurs. So it is ensured, that the written export file is consistent
    and complete
  - fixes in CegoXPorter for CLOB handling ( was not checked for plain exports )
  
  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 Oct 29 09:55:27 2017	(r453105)
+++ head/databases/cego/Makefile	Sun Oct 29 10:42:23 2017	(r453106)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.36.0
+PORTVERSION=	2.36.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sun Oct 29 09:55:27 2017	(r453105)
+++ head/databases/cego/distinfo	Sun Oct 29 10:42:23 2017	(r453106)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506706948
-SHA256 (cego-2.36.0.tar.gz) = 5a3f22a50e083a3342e97ac150a47968dd48526bf59c06fbbc35779957a0f8ec
-SIZE (cego-2.36.0.tar.gz) = 1416056
+TIMESTAMP = 1507113224
+SHA256 (cego-2.36.1.tar.gz) = 7cd2dff6d4a00312ad201cb94904396c5ac6ff112a78df35e675bddf4ae09b5d
+SIZE (cego-2.36.1.tar.gz) = 1416502



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