Date: Wed, 25 Nov 2015 18:55:38 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402406 - in head: databases/cego devel/lfcbase devel/lfcxml Message-ID: <201511251855.tAPItcvZ088674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Nov 25 18:55:37 2015 New Revision: 402406 URL: https://svnweb.freebsd.org/changeset/ports/402406 Log: 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> Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/devel/lfcbase/Makefile head/devel/lfcbase/distinfo head/devel/lfcxml/Makefile head/devel/lfcxml/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Wed Nov 25 17:37:37 2015 (r402405) +++ head/databases/cego/Makefile Wed Nov 25 18:55:37 2015 (r402406) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.26.13 +PORTVERSION= 2.26.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Wed Nov 25 17:37:37 2015 (r402405) +++ head/databases/cego/distinfo Wed Nov 25 18:55:37 2015 (r402406) @@ -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 Modified: head/devel/lfcbase/Makefile ============================================================================== --- head/devel/lfcbase/Makefile Wed Nov 25 17:37:37 2015 (r402405) +++ head/devel/lfcbase/Makefile Wed Nov 25 18:55:37 2015 (r402406) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.5 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ Modified: head/devel/lfcbase/distinfo ============================================================================== --- head/devel/lfcbase/distinfo Wed Nov 25 17:37:37 2015 (r402405) +++ head/devel/lfcbase/distinfo Wed Nov 25 18:55:37 2015 (r402406) @@ -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 Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Wed Nov 25 17:37:37 2015 (r402405) +++ head/devel/lfcxml/Makefile Wed Nov 25 18:55:37 2015 (r402406) @@ -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/ Modified: head/devel/lfcxml/distinfo ============================================================================== --- head/devel/lfcxml/distinfo Wed Nov 25 17:37:37 2015 (r402405) +++ head/devel/lfcxml/distinfo Wed Nov 25 18:55:37 2015 (r402406) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511251855.tAPItcvZ088674>