Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 06:19:44 +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: r396648 - head/databases/cego
Message-ID:  <201509110619.t8B6Ji9M049231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Sep 11 06:19:43 2015
New Revision: 396648
URL: https://svnweb.freebsd.org/changeset/ports/396648

Log:
  databases/cego: 2.24.4 -> 2.25.0
  
  - Added throw statement for stored procedures. This allows to throw
    exceptions on application level
  
  Submitted by:	Bjoern Lemke <lemke@lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/databases/cego/pkg-plist

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Fri Sep 11 04:59:14 2015	(r396647)
+++ head/databases/cego/Makefile	Fri Sep 11 06:19:43 2015	(r396648)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.24.4
+PORTVERSION=	2.25.0
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri Sep 11 04:59:14 2015	(r396647)
+++ head/databases/cego/distinfo	Fri Sep 11 06:19:43 2015	(r396648)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.24.4.tar.gz) = 307b0452bcd8157814f040140c2d7191b4d402df5e7997e99392adfa9bf56ad8
-SIZE (cego-2.24.4.tar.gz) = 1103992
+SHA256 (cego-2.25.0.tar.gz) = e2dedf621417596fd8b638af5cb7b03da9e15ee9d51aa486caca4353faacb1e0
+SIZE (cego-2.25.0.tar.gz) = 1105014

Modified: head/databases/cego/pkg-plist
==============================================================================
--- head/databases/cego/pkg-plist	Fri Sep 11 04:59:14 2015	(r396647)
+++ head/databases/cego/pkg-plist	Fri Sep 11 06:19:43 2015	(r396648)
@@ -98,6 +98,7 @@ include/cego/CegoProcPred.h
 include/cego/CegoProcQueryStmt.h
 include/cego/CegoProcReturnStmt.h
 include/cego/CegoProcStmt.h
+include/cego/CegoProcThrowStmt.h
 include/cego/CegoProcVar.h
 include/cego/CegoProcWhileStmt.h
 include/cego/CegoProcedure.h



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