Date: Thu, 22 Dec 2016 06:24:48 +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: r429143 - head/databases/cego Message-ID: <201612220624.uBM6Omj8083027@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Dec 22 06:24:48 2016 New Revision: 429143 URL: https://svnweb.freebsd.org/changeset/ports/429143 Log: databases/cego: update 2.32.1 -> 2.32.2 - Fix in CegoTranactionManager, replaced LONG_TYPE with PAGEID_TYPE, since this is the correct type for page entries. This was detected on MinGW64 compiles (seg fault occured), since the type size differs on this platform. Submitted by: Bjoern Lemke <lemke@lemke-it.com> Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Dec 22 05:31:22 2016 (r429142) +++ head/databases/cego/Makefile Thu Dec 22 06:24:48 2016 (r429143) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.32.1 +PORTVERSION= 2.32.2 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Dec 22 05:31:22 2016 (r429142) +++ head/databases/cego/distinfo Thu Dec 22 06:24:48 2016 (r429143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482079236 -SHA256 (cego-2.32.1.tar.gz) = efe4de38058acbb3797ef31adc765b6ea349c90bcc72037d80c86bfc5f1b096f -SIZE (cego-2.32.1.tar.gz) = 1436279 +TIMESTAMP = 1482357931 +SHA256 (cego-2.32.2.tar.gz) = 919eb774c5fd53a5d24985605432cb28f5479afb571ffe589234163af64836f4 +SIZE (cego-2.32.2.tar.gz) = 1398456
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612220624.uBM6Omj8083027>