svn commit: r446869 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Jul 29 07:01:50 UTC 2017


Author: pi
Date: Sat Jul 29 07:01:49 2017
New Revision: 446869
URL: https://svnweb.freebsd.org/changeset/ports/446869

Log:
  databases/cego: update 2.33.20 -> 2.33.21
  
  - Added further constraint check in CegoTableManager::dropObjectSynced.
    Primary objects just allowed to be removed, if no foreign key
    reference exists
  - More fixes on foreign key contraint handling in
    CegoTableManager::checkKeyIntegrity and CegoTableManager::insertDataTable
    methods
  - Fix in CegoTableManager::checkKeyIntegrity. The implementation
    of the mehod has been completly reworked, since not all violation
    cases have been treated.
  
  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	Sat Jul 29 06:38:32 2017	(r446868)
+++ head/databases/cego/Makefile	Sat Jul 29 07:01:49 2017	(r446869)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.20
+PORTVERSION=	2.33.21
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Jul 29 06:38:32 2017	(r446868)
+++ head/databases/cego/distinfo	Sat Jul 29 07:01:49 2017	(r446869)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500712103
-SHA256 (cego-2.33.20.tar.gz) = f3c9115f4563a0126554ed58f760895f164f7f6e331c71bc3e59698b57783254
-SIZE (cego-2.33.20.tar.gz) = 1408619
+TIMESTAMP = 1501310762
+SHA256 (cego-2.33.21.tar.gz) = a94cf80cc7b8f03319daef81cba6495c20708c87d441f39b8cc8b20729f1fa70
+SIZE (cego-2.33.21.tar.gz) = 1410955


More information about the svn-ports-all mailing list