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 | |
parent | b1e048b6e718cc04e91cbbdc0d21ed065903f98e (diff) | |
download | freebsd-ports-graphics-d494b7e811bd07f33681c7034f5fef45a7537f53.tar.gz freebsd-ports-graphics-d494b7e811bd07f33681c7034f5fef45a7537f53.tar.zst freebsd-ports-graphics-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>
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index ae830167e8e..6ec07ae2108 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 233c463726a..bec9e6efa2f 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 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index bd88f52f7e0..eaf047667fc 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.9 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index f1fc06a6ca5..3063d530420 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -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 |