From owner-svn-ports-head@freebsd.org Wed Jul 20 07:30:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39F46B9C668; Wed, 20 Jul 2016 07:30:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0EAB4132F; Wed, 20 Jul 2016 07:30:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6K7UAHi095675; Wed, 20 Jul 2016 07:30:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6K7U9LO095671; Wed, 20 Jul 2016 07:30:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607200730.u6K7U9LO095671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 20 Jul 2016 07:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418822 - in head: databases/cego devel/lfcbase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 07:30:11 -0000 Author: pi Date: Wed Jul 20 07:30:09 2016 New Revision: 418822 URL: https://svnweb.freebsd.org/changeset/ports/418822 Log: devel/lfcbase: 1.8.7 -> 1.8.9 databases/cego: 2.30.17 -> 2.30.19 lfcbase: - Added File::rename method to be able to move files via file class - Patch file File class, operator= and operator+= did not close the file descriptor after copying / appending. This may cause a problem for subsequent method calls on the instance. ( e.g. renaming or removing ) This effect actually has just been observed for MinGW64 compiles cego: - Catched server termination in CegoTableManager::writeCheckpoint. If log files could not be archived, the method does not recognized server termination ( runstate = OFFLINE ) - Improvement added for log file shipping in CegoLogThreadPool::copyLog. The archive log file is first written to a temporary file and if finished, is moved than to its original file name. For the tape management, this is an indication, that the file is completely written and is ready for further processing - The previous patch in lfcbase required a patch for CegoLogThreadPool::copyLog. Since the archfile file was not closed after trunc, the rename operation failed now. close method call was added Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Wed Jul 20 06:08:09 2016 (r418821) +++ head/databases/cego/Makefile Wed Jul 20 07:30:09 2016 (r418822) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.17 +PORTVERSION= 2.30.19 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Wed Jul 20 06:08:09 2016 (r418821) +++ head/databases/cego/distinfo Wed Jul 20 07:30:09 2016 (r418822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468559487 -SHA256 (cego-2.30.17.tar.gz) = 6d398d23238b4e12f803afea594d21d94bc6a92a4957d8410598d2f389806c3d -SIZE (cego-2.30.17.tar.gz) = 1402038 +TIMESTAMP = 1468866550 +SHA256 (cego-2.30.19.tar.gz) = 333ec8fd54293dbb6b56488ad8bb7152f547713bf231a5bd5a4056a8bb02ce29 +SIZE (cego-2.30.19.tar.gz) = 1402590 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Wed Jul 20 06:08:09 2016 (r418821) +++ head/devel/lfcbase/Makefile Wed Jul 20 07:30:09 2016 (r418822) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.9 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Wed Jul 20 06:08:09 2016 (r418821) +++ head/devel/lfcbase/distinfo Wed Jul 20 07:30:09 2016 (r418822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468602398 -SHA256 (lfcbase-1.8.7.tar.gz) = 62d41e1add4bc7af1fc31393335dc14d15a760f850a3cbef3ce4a668a57a1f21 -SIZE (lfcbase-1.8.7.tar.gz) = 607400 +TIMESTAMP = 1468866517 +SHA256 (lfcbase-1.8.9.tar.gz) = 2db4de32467ae960b2ec35e276c9ff3ac9d43acb6ada0dcac378f52bf9513acd +SIZE (lfcbase-1.8.9.tar.gz) = 607466