Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 20:48:59 +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: r386483 - head/databases/cego
Message-ID:  <201505152048.t4FKmxDp073271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri May 15 20:48:59 2015
New Revision: 386483
URL: https://svnweb.freebsd.org/changeset/ports/386483

Log:
  databases/cego: 2.23.0 -> 2.23.1
  
  Added some missing include files to be installed
  
  Submitted by:	Björn 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 May 15 20:29:20 2015	(r386482)
+++ head/databases/cego/Makefile	Fri May 15 20:48:59 2015	(r386483)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.23.0
+PORTVERSION=	2.23.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Fri May 15 20:29:20 2015	(r386482)
+++ head/databases/cego/distinfo	Fri May 15 20:48:59 2015	(r386483)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.23.0.tar.gz) = 02303f229da3f13d989522c67008446dd1d95c056a1c432e562f8d3da85cbe24
-SIZE (cego-2.23.0.tar.gz) = 964238
+SHA256 (cego-2.23.1.tar.gz) = 049c86c09756510fc49a025150a1ccb876b934822f1436f9134770e495062b20
+SIZE (cego-2.23.1.tar.gz) = 964297

Modified: head/databases/cego/pkg-plist
==============================================================================
--- head/databases/cego/pkg-plist	Fri May 15 20:29:20 2015	(r386482)
+++ head/databases/cego/pkg-plist	Fri May 15 20:48:59 2015	(r386483)
@@ -34,18 +34,22 @@ include/cego/CegoBufferPoolEntry.h
 include/cego/CegoCaseCond.h
 include/cego/CegoCheckObject.h
 include/cego/CegoCheckpoint.h
+include/cego/CegoComparison.h
 include/cego/CegoCondDesc.h
 include/cego/CegoContentObject.h
 include/cego/CegoDataPointer.h
+include/cego/CegoDataType.h
 include/cego/CegoDatabaseFormater.h
 include/cego/CegoDatabaseManager.h
 include/cego/CegoDbHandler.h
 include/cego/CegoDbThread.h
 include/cego/CegoDbThreadPool.h
 include/cego/CegoDecodableObject.h
+include/cego/CegoDefs.h
 include/cego/CegoDistCursor.h
 include/cego/CegoDistDbHandler.h
 include/cego/CegoDistManager.h
+include/cego/CegoException.h
 include/cego/CegoExpOutStream.h
 include/cego/CegoExpr.h
 include/cego/CegoFactor.h
@@ -111,11 +115,13 @@ include/cego/CegoTableManager.h
 include/cego/CegoTableObject.h
 include/cego/CegoTerm.h
 include/cego/CegoTransactionManager.h
+include/cego/CegoTupleState.h
 include/cego/CegoTypeConverter.h
 include/cego/CegoView.h
 include/cego/CegoViewObject.h
 include/cego/CegoXMLHelper.h
 include/cego/CegoXMLSpace.h
+include/cego/CegoXMLdef.h
 include/cego/CegoXPorter.h
 include/cego/cgwrap.h
 lib/libcego.a



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