From owner-svn-ports-all@freebsd.org Thu Dec 22 06:24:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89195C8CD39; Thu, 22 Dec 2016 06:24:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58C46661; Thu, 22 Dec 2016 06:24:49 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBM6Om10083029; Thu, 22 Dec 2016 06:24:48 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBM6Omj8083027; Thu, 22 Dec 2016 06:24:48 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201612220624.uBM6Omj8083027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 22 Dec 2016 06:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429143 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2016 06:24:49 -0000 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 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