diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-18 17:22:44 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-18 17:22:44 +0000 |
commit | 3419f9eb050fbcaf97a1439e57b92622492c56ac (patch) | |
tree | 6878b041166eb604f1775b5af152551fabce59a9 | |
parent | 50eca2502c546b2c84eead5c94d913794bbd7ca6 (diff) | |
download | freebsd-ports-3419f9eb050fbcaf97a1439e57b92622492c56ac.zip |
devel/lfcbase: upgrade 1.14.0 -> 1.14.2
databases/cego: upgrade 2.45.5 -> 2.45.6
lfcbase:
- In configure.ac added check for darwin. This is required, since
for File::flush implemention, darwin rather requires a fcntl call
with option F_FULLFSYNC instead of fsync ( see OSX man page for
fsync )
cego:
- Added command line option --fsync to enable physical disk synchronisation
for logging and checkpointing. This options slows down database
significantly but ensures consistent data in case of an operating
system crash
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 f957b541d2e5..4bbcb3c29b4e 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.45.5 +PORTVERSION= 2.45.6 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 439aaedf3908..b62af7f54f12 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563089294 -SHA256 (cego-2.45.5.tar.gz) = b540477dece3a63c5e7e73926c4499e4bd999d0eb9a05a115261bd9fe5d004ec -SIZE (cego-2.45.5.tar.gz) = 3151076 +TIMESTAMP = 1566148224 +SHA256 (cego-2.45.6.tar.gz) = 26f8dd30125b2c6b6ef6ee1de6caedad70c3cc6fd39e863bd33507cf68e8e510 +SIZE (cego-2.45.6.tar.gz) = 3151320 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 9f69c4920617..a58b0188379a 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.14.0 +PORTVERSION= 1.14.2 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 7ceb7fdda9f2..c4e4f35c8ae1 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563089433 -SHA256 (lfcbase-1.14.0.tar.gz) = 9667cb01ea39038faa429e4acffb27ba6aea6ce4dc4c3932b8125b9710d1e698 -SIZE (lfcbase-1.14.0.tar.gz) = 645082 +TIMESTAMP = 1566148236 +SHA256 (lfcbase-1.14.2.tar.gz) = 679b6303caa8581b3e2b363cf64d901d2e28aa64e23f70f39b16a5c5d85e6091 +SIZE (lfcbase-1.14.2.tar.gz) = 645430 |