diff options
author | pi <pi@FreeBSD.org> | 2018-04-24 13:22:57 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-04-24 13:22:57 +0800 |
commit | 8e771a3376b64a692937e06aae85987c4954eeda (patch) | |
tree | 1bd122440281138e11f0393f467200ebe7385a76 | |
parent | 514bfca3cff5501bf88192888378b44fe8dee02d (diff) | |
download | freebsd-ports-gnome-8e771a3376b64a692937e06aae85987c4954eeda.tar.gz freebsd-ports-gnome-8e771a3376b64a692937e06aae85987c4954eeda.tar.zst freebsd-ports-gnome-8e771a3376b64a692937e06aae85987c4954eeda.zip |
devel/lfcbase: update 1.11.8 -> 1.11.9
databases/cego: update 2.39.15 -> 2.39.16
lfcbase:
- Introduced new method File::flush to force synchronization of data to disk
cego:
- Fix in CegoObjectManager::insertPageData, new data entry is checked
now for maximum available space in page. This is done if a new
data page has to be allocated and the data entry still fits not
into page
- Added File::flush method to CegoLogManager and CegoFileHandler
to synchronize log data and datafile data to disk
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 4f2bd8e365b8..e0a07b10bb6b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.39.15 +PORTVERSION= 2.39.16 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index aaab2e50525a..737fcb565295 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523441168 -SHA256 (cego-2.39.15.tar.gz) = 401f02d43628ff85827968daea01e77b7e0fe0406b9e0eec96847c45a97850c7 -SIZE (cego-2.39.15.tar.gz) = 1675046 +TIMESTAMP = 1524428386 +SHA256 (cego-2.39.16.tar.gz) = 3394e09ea1d35657804c4500b4c97a735ce6072cb300bafa90a4fdf6b03df35b +SIZE (cego-2.39.16.tar.gz) = 1711508 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index b2ac5113272c..55050c2dcdc1 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.11.8 +PORTVERSION= 1.11.9 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 1e623e9bf1be..c2c3d0598526 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523002621 -SHA256 (lfcbase-1.11.8.tar.gz) = 1c534c478b1b7c07bd9adf68c799e2f058f7b3bbaa65ae478243b93841394284 -SIZE (lfcbase-1.11.8.tar.gz) = 639532 +TIMESTAMP = 1524428359 +SHA256 (lfcbase-1.11.9.tar.gz) = add478fcfbafde79e8764c76425408d472ce46169403c8e6add2bb02f0be4d14 +SIZE (lfcbase-1.11.9.tar.gz) = 639566 |