Date: Wed, 20 Jul 2016 07:30:09 +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: r418822 - in head: databases/cego devel/lfcbase Message-ID: <201607200730.u6K7U9LO095671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lemke@lemke-it.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607200730.u6K7U9LO095671>