From owner-svn-ports-all@FreeBSD.ORG Fri May 15 20:49:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A9A6371; Fri, 15 May 2015 20:49:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7049F118D; Fri, 15 May 2015 20:49:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FKn0Of073281; Fri, 15 May 2015 20:49:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FKmxDp073271; Fri, 15 May 2015 20:48:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505152048.t4FKmxDp073271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 15 May 2015 20:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386483 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 20:49:00 -0000 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 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