diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-25 18:55:37 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-25 18:55:37 +0000 |
commit | a8efa74689ed2ed679f93872ac4debe3d3664783 (patch) | |
tree | e45c9def8a9be28722e10dac4930cfab6226692f | |
parent | 3caf0ad9bbcb5c8d21021467ed1671fb36b6d22e (diff) | |
download | freebsd-ports-a8efa74689ed2ed679f93872ac4debe3d3664783.zip |
devel/lfcbase: 1.6.3 -> 1.6.5
devel/lfcxml: 1.1.7 -> 1.1.8
databases/cego: 2.26.13 -> 2.26.14
lfcbase:
- Added kill method to class Process, added SigTest check program to
basecheck suite
- Fix in BigDecimal::operator < and > .. comparison was not done correctly.
- Added automake check suite in baseecheck directory ( derived from samples )
lfcxml:
- Added automake check suite to package
- Small fix for XMLSuite constructor for pInStream initialization
cego:
- Added encoding implementation for CegoCaseCond to allow case
conditions also for update operations like
update erp_disk
set location = case when substr(wwn,20,1) = '1' then 'MD' else 'GV' end;
- Cosmetic changes in CegoDefs, increased FILEMNG_MAXDATAFILE to 5000
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcbase/Makefile | 2 | ||||
-rw-r--r-- | devel/lfcbase/distinfo | 4 | ||||
-rw-r--r-- | devel/lfcxml/Makefile | 3 | ||||
-rw-r--r-- | devel/lfcxml/distinfo | 4 |
6 files changed, 9 insertions, 10 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 5cc46a333f9b..19123b48362c 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.26.13 +PORTVERSION= 2.26.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index a5cf4f2142e4..e5f89101f0ac 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (cego-2.26.13.tar.gz) = e5e1bc11952776c8527bbaeca79106225a4306cf619b97795cd18c1d99b6b984 -SIZE (cego-2.26.13.tar.gz) = 1242026 +SHA256 (cego-2.26.14.tar.gz) = 86ebe6818b1392cf0f8e2e84eff927a96e2335eaf1ecaa2ff972b38b28826514 +SIZE (cego-2.26.14.tar.gz) = 1365895 diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index e14e9be68a59..41797ad284a0 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 0bb09651a4a1..a39d653b613c 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (lfcbase-1.6.3.tar.gz) = f8edfc5433dc1a93a7b292ad21e000c570658d22a005360db22ce5eeeb5eaf94 -SIZE (lfcbase-1.6.3.tar.gz) = 473615 +SHA256 (lfcbase-1.6.5.tar.gz) = a3f97597211f77fbe6215cee0b06ec832a7a2e2e061ecc6070db55f5888c1b79 +SIZE (lfcbase-1.6.5.tar.gz) = 599820 diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile index e133b8d775ae..018acfc9cbbe 100644 --- a/devel/lfcxml/Makefile +++ b/devel/lfcxml/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= lfcxml -PORTVERSION= 1.1.7 -PORTREVISION= 1 +PORTVERSION= 1.1.8 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo index 21072702effb..00734da41447 100644 --- a/devel/lfcxml/distinfo +++ b/devel/lfcxml/distinfo @@ -1,2 +1,2 @@ -SHA256 (lfcxml-1.1.7.tar.gz) = 1a925214a2d0629880327ca0da4ce711f69e682b7ec6c7b15ad283b38b6de196 -SIZE (lfcxml-1.1.7.tar.gz) = 367748 +SHA256 (lfcxml-1.1.8.tar.gz) = b23b1d154aa279b9dda43078499ffee8301eb19c47602a7b924b5b98f9504247 +SIZE (lfcxml-1.1.8.tar.gz) = 492831 |