svn commit: r447401 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Aug 5 12:12:37 UTC 2017


Author: pi
Date: Sat Aug  5 12:12:35 2017
New Revision: 447401
URL: https://svnweb.freebsd.org/changeset/ports/447401

Log:
  databases/cego: update 2.33.21 -> 2.33.22
  
  - More fixes in CegoTableManager::keyReferenceExists and
    CegoTableManager::createForeignKey, there still were missing some
    adpotions for TableCursor::setup return code and other case handling
  
  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 Aug  5 11:39:27 2017	(r447400)
+++ head/databases/cego/Makefile	Sat Aug  5 12:12:35 2017	(r447401)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.33.21
+PORTVERSION=	2.33.22
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -16,14 +16,12 @@ LIB_DEPENDS=	liblfcbase.so:devel/lfcbase \
 RUN_DEPENDS=	${LOCALBASE}/bin/sudo:security/sudo \
 		bash:shells/bash
 
-GNU_CONFIGURE=	yes
-TEST_TARGET=	check
-
-USE_LDCONFIG=	yes
-
 USES=		libtool localbase ncurses readline shebangfix
 SHEBANG_FILES=	tools/cgbackup tools/cgrecover tools/cgsimload \
 		tools/logManager tools/backupManager
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+TEST_TARGET=	check
 
 USERS=		cego
 GROUPS=		cego

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Aug  5 11:39:27 2017	(r447400)
+++ head/databases/cego/distinfo	Sat Aug  5 12:12:35 2017	(r447401)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501310762
-SHA256 (cego-2.33.21.tar.gz) = a94cf80cc7b8f03319daef81cba6495c20708c87d441f39b8cc8b20729f1fa70
-SIZE (cego-2.33.21.tar.gz) = 1410955
+TIMESTAMP = 1501933684
+SHA256 (cego-2.33.22.tar.gz) = bbb65e7896eefe69249748fa71bb89f4c6dd4e4a71c9db13a36f9e09133aa262
+SIZE (cego-2.33.22.tar.gz) = 1410925


More information about the svn-ports-all mailing list