svn commit: r429143 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Thu Dec 22 06:24:49 UTC 2016


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 at 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


More information about the svn-ports-head mailing list