diff options
author | Björn Lemke <lemke@lemke-it.com> | 2022-08-16 14:21:14 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2022-08-16 14:23:22 +0000 |
commit | 71e17812c2baf539fb77b4eadf98a89691493ae0 (patch) | |
tree | 55d9be9f4df119889af541cccc16a1efff4bea01 | |
parent | 2c471d7b75fca4ebc48fb7bc361e2bd5417bc89b (diff) | |
download | ports-71e17812c2baf539fb77b4eadf98a89691493ae0.tar.gz ports-71e17812c2baf539fb77b4eadf98a89691493ae0.zip |
devel/lfcbase,databases/cego: update 1.16.4 -> 1.16.5, 2.47.26 -> 2.47.27
lfcbase:
- Fix in BigDecimal::operator ==, if _val, _scale and _isPositive
do not match, we still have to call further checks
cego:
- Fix in CegoProcBlock::toChain, dimension has still not been
treated for fixed procedure variables
-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 3522ee49ac00..90e7a8bf0136 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.47.26 +PORTVERSION= 2.47.27 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 448b27726388..8b045a66e65b 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657441091 -SHA256 (cego-2.47.26.tar.gz) = d714d51a10140d5a97b389cd551cc5d906295ab05169358fec33e2bbad6930b6 -SIZE (cego-2.47.26.tar.gz) = 3472623 +TIMESTAMP = 1660657582 +SHA256 (cego-2.47.27.tar.gz) = 3a1141990401a0bf5fe8c8441ef22152234bc824e899a024761f121a8a0148b9 +SIZE (cego-2.47.27.tar.gz) = 3473000 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 0c53e4bd9fbc..98ee1a6d5dfc 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.16.4 +PORTVERSION= 1.16.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 91bb48014285..4204c2448713 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657306300 -SHA256 (lfcbase-1.16.4.tar.gz) = 1d5c502c5a7c863d651cf8453a3353d1893328a0bdcbcaf0bbc3bef48d7675e5 -SIZE (lfcbase-1.16.4.tar.gz) = 649274 +TIMESTAMP = 1660657505 +SHA256 (lfcbase-1.16.5.tar.gz) = 6ff76a3322ac2c69c269fe4c6820e2f652223da0c2024016d9f306a2d3dedcc5 +SIZE (lfcbase-1.16.5.tar.gz) = 649395 |