svn commit: r453106 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sun Oct 29 10:42:24 UTC 2017


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


More information about the svn-ports-all mailing list