diff options
author | Björn Lemke <lemke@lemke-it.com> | 2023-03-07 10:58:14 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2023-03-07 10:58:14 +0000 |
commit | 9c66b76f4317f9b180626d579e7cbf6b03ab8531 (patch) | |
tree | af12dad8c62810479303d4398bc8f96805df4249 | |
parent | 86973d9d4585c3494b0f77a45fe4bdae3e37965a (diff) | |
download | ports-9c66b76f4317f9b180626d579e7cbf6b03ab8531.tar.gz ports-9c66b76f4317f9b180626d579e7cbf6b03ab8531.zip |
devel/lfcbase,databases/cego: update
lfcbase: 1.18.0 -> 1.18.3
- Opimization in Screen2 to customize screen refreshes
( introduced virtual method Panel::doRefresh )
cego: 2.48.15 -> 2.48.19
- Fix added for CegoAdmScreen, the data file root path was not added
to new datafiles in the 'tableset add datafile mask'
- Fixes added for CegoAdmScreen, to avoid too many admin requests,
backup panel and data file panel are just refreshed initially and
after add objects.
- Fix added in CegoObjectManager::alterObject, the getNewFilePage has
been changed to type CegoObject::SYSTEM. Otherwise, a page from a
tuple datafile is allocated, which results in strange effects
- Some adaptions for extended Screen2 interface with refresh customizing.
-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 1fed9ba6fd72..4045c2b533fb 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.48.15 +PORTVERSION= 2.48.19 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 249cca059d59..38be9f73cd90 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674759605 -SHA256 (cego-2.48.15.tar.gz) = 542d71fe207c70d550047a49c12a0998bb9ca0f0933f816b46fc3746ac748de2 -SIZE (cego-2.48.15.tar.gz) = 3222683 +TIMESTAMP = 1678185565 +SHA256 (cego-2.48.19.tar.gz) = 5b7b15f418a3757efe5be141cab24874db827807343ee8baa9a95ebb4313fa9d +SIZE (cego-2.48.19.tar.gz) = 3219806 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 7c934dd46b73..56fe218ce6ca 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.18.0 +PORTVERSION= 1.18.3 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index f337d97c1f74..61c203606cfd 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672737956 -SHA256 (lfcbase-1.18.0.tar.gz) = 02ec16455bff765c86f1fb4436eaa5a7512aabf753bafa9b216e7aba9c8acd44 -SIZE (lfcbase-1.18.0.tar.gz) = 665371 +TIMESTAMP = 1678185559 +SHA256 (lfcbase-1.18.3.tar.gz) = fe1faa86b4c3d7bddb0fd2baddb5c5fef9efa4dc0ead56fce8dacf1a7b3a3de2 +SIZE (lfcbase-1.18.3.tar.gz) = 686788 |