aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cego
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-03-26 02:06:25 +0800
committerpi <pi@FreeBSD.org>2017-03-26 02:06:25 +0800
commitce8044109de7f07b8e7ec5ab18dfe085eb095309 (patch)
tree0afa121185a99cfee9fc9e872a5521481eb663ca /databases/cego
parent76c4a9e59116e786d4ab92e385e8a586584d639d (diff)
downloadfreebsd-ports-gnome-ce8044109de7f07b8e7ec5ab18dfe085eb095309.tar.gz
freebsd-ports-gnome-ce8044109de7f07b8e7ec5ab18dfe085eb095309.tar.zst
freebsd-ports-gnome-ce8044109de7f07b8e7ec5ab18dfe085eb095309.zip
devel/lfcbase: update 1.9.1 -> 1.9.2
databases/cego: update 2.32.14 -> 2.33.0 lfcbase: - Added CommandExecuter::executeStream method to catch stdout for any forked process - Added class OutStream to catch stdout from forked programs via popen cego: - Added database verify006 to check multidimensional btrees also in combination of null value handling. - Fix in CegoObjectCursor::getNext, double method call for unlockData removed - Small grammar correction to treat distinct flag for select-star statement - Fix in CegoBTreeCursor::compValue, null values have not been handled correctly. For string values, string termination was not clean, which also might lead to wrong cursor results - Introduced archive manager, which can be triggered, to perform an online backup. For now, online backups have to be triggered externally. The achive manager should make backup / restore handling more convenient - Update to version 2.33.0 since the backup feature changes the product specification. - Integration of newly introduced lfcbase OutStream class to catch output from backup manager. This allows to indicate a more detailed output from backup manager on the admin console. Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases/cego')
-rw-r--r--databases/cego/Makefile2
-rw-r--r--databases/cego/distinfo6
-rw-r--r--databases/cego/pkg-plist2
3 files changed, 6 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index 0dca26dbaa3d..43528e9c9233 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cego
-PORTVERSION= 2.32.14
+PORTVERSION= 2.33.0
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
diff --git a/databases/cego/distinfo b/databases/cego/distinfo
index 75507678e9c6..47d656663212 100644
--- a/databases/cego/distinfo
+++ b/databases/cego/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489255793
-SHA256 (cego-2.32.14.tar.gz) = 5dae07c4a70d0b028f00148f953a59f3778545675c77a02bd414759c70fc071a
-SIZE (cego-2.32.14.tar.gz) = 1395204
+TIMESTAMP = 1490445197
+SHA256 (cego-2.33.0.tar.gz) = 488f9e40ca424e45eb46cdd7fbde291a0deaa83d4661532be2e54c66c13cbe46
+SIZE (cego-2.33.0.tar.gz) = 1398960
diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist
index 6b3e147d62c9..721f62af1d8a 100644
--- a/databases/cego/pkg-plist
+++ b/databases/cego/pkg-plist
@@ -135,9 +135,11 @@ lib/libcgwrap.a
lib/libcgwrap.so
lib/libcgwrap.so.2
lib/libcgwrap.so.2.0.0
+%%DATADIR%%/backupManager
%%DATADIR%%/cgbackup
%%DATADIR%%/cgmkdb
%%DATADIR%%/cgrecover
%%DATADIR%%/cgsimload
+%%DATADIR%%/logManager
%%DATADIR%%/startdb
%%DATADIR%%/stopdb
insertions'>+308 * - Update to 9.7.91danilo2015-03-072-3/+3 * - Add NO_ARCHamdmi32015-03-052-0/+2 * Update to r5469.mr2015-03-044-84/+190 * - Update to 9.7.90danilo2015-03-042-3/+3 * Remove Authors from pkg-descrbapt2015-03-031-1/+0 * Fix DESKTOP_ENTRIES:makc2015-02-281-1/+1 * cad/librecad:makc2015-02-274-16/+11 * - Update to 9.7.89danilo2015-02-252-3/+3 * Try to fix build on FreeBSD 8.* and 9.*mr2015-02-251-1/+2 * - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsmakc2015-02-251-2/+3 * Update Code_Aster to 11.7.0-1, with its different tools.thierry2015-02-192-2/+5 * - Fix device support. The previous version was totally broken.hrs2015-02-153-4/+14 * - Update to 9.7.88danilo2015-02-122-4/+3 * Reverse the logic of architecture support.sbruno2015-02-091-3/+2 * Remove GCC_DEFAULT.thierry2015-02-091-2/+1 * Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. seethierry2015-02-081-3/+9 * - Update to 3.8.78danilo2015-02-032-3/+3 * Add datadir to search path.mr2015-01-312-1/+14 * Upgrade to 0.54 ans respect options for docs and examples.thierry2015-01-274-47/+66 * Upgrade to 1.3.3 and define LICENSE.thierry2015-01-2611-94/+111 * Fix a typoantoine2015-01-25