svn commit: r454483 - head/databases/cego
Kurt Jaeger
pi at FreeBSD.org
Sun Nov 19 09:33:12 UTC 2017
Author: pi
Date: Sun Nov 19 09:33:10 2017
New Revision: 454483
URL: https://svnweb.freebsd.org/changeset/ports/454483
Log:
databases/cego: update 2.38.0 -> 2.38.1
- Fix in CegoPredDesc::decode, loop variable i for IN/NOTIN case
was not initialized
- Fix in CegoAction::execCheckCreate, check contraints are checked
for contained subselects. subselects are ( still ) not supported
since the CegoCheckOject::decode method can not provide a valid
tablemanager instance ( it is called from CegoObjectManager )
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 Nov 19 09:13:43 2017 (r454482)
+++ head/databases/cego/Makefile Sun Nov 19 09:33:10 2017 (r454483)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.38.0
+PORTVERSION= 2.38.1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo Sun Nov 19 09:13:43 2017 (r454482)
+++ head/databases/cego/distinfo Sun Nov 19 09:33:10 2017 (r454483)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510990859
-SHA256 (cego-2.38.0.tar.gz) = 97619a70c2f503c599169a7743042df94ad68199e926dd0a1a630970a4e1398e
-SIZE (cego-2.38.0.tar.gz) = 1442562
+TIMESTAMP = 1511082932
+SHA256 (cego-2.38.1.tar.gz) = bf51f1ec465a962e8b4ff5c09c46b32924e93c8641bb1cc15b51574aa49ad18c
+SIZE (cego-2.38.1.tar.gz) = 1442622
More information about the svn-ports-all
mailing list