diff options
author | pi <pi@FreeBSD.org> | 2016-07-20 15:30:09 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-20 15:30:09 +0800 |
commit | d494b7e811bd07f33681c7034f5fef45a7537f53 (patch) | |
tree | dcb733217425c9a496daf5243ec62b8c70d14423 /databases/cego | |
parent | b1e048b6e718cc04e91cbbdc0d21ed065903f98e (diff) | |
download | freebsd-ports-gnome-d494b7e811bd07f33681c7034f5fef45a7537f53.tar.gz freebsd-ports-gnome-d494b7e811bd07f33681c7034f5fef45a7537f53.tar.zst freebsd-ports-gnome-d494b7e811bd07f33681c7034f5fef45a7537f53.zip |
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>
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index ae830167e8ee..6ec07ae21085 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.17 +PORTVERSION= 2.30.19 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 233c463726ac..bec9e6efa2fe 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 |