svn commit: r383452 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Mon Apr 6 17:29:42 UTC 2015


Author: pi
Date: Mon Apr  6 17:29:41 2015
New Revision: 383452
URL: https://svnweb.freebsd.org/changeset/ports/383452

Log:
  databases/cego: 2.20.24 -> 2.21.0
  
  - Urgent fix in CegoFieldValue::comp method.
    New introduced null value comparison might result in a dump.
    Since, the new btree null value extension breaks specification
    to version 2.20, update to version 2.21 was required.
  
  Submitted by:	lemke at lemke-it.com

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Mon Apr  6 17:20:58 2015	(r383451)
+++ head/databases/cego/Makefile	Mon Apr  6 17:29:41 2015	(r383452)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.25
+PORTVERSION=	2.21.0
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -10,7 +10,6 @@ COMMENT=	Relational and transactional da
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	liblfcbase.so>=1.5.11:${PORTSDIR}/devel/lfcbase
 LIB_DEPENDS=	liblfcbase.so:${PORTSDIR}/devel/lfcbase \
 		liblfcxml.so:${PORTSDIR}/devel/lfcxml
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Mon Apr  6 17:20:58 2015	(r383451)
+++ head/databases/cego/distinfo	Mon Apr  6 17:29:41 2015	(r383452)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.25.tar.gz) = d89d8963641911c4788a1181e7a87ed8a90d3f5872f30a6beb14468756f12e22
-SIZE (cego-2.20.25.tar.gz) = 924935
+SHA256 (cego-2.21.0.tar.gz) = c1ee5c44abb0367058188deedb7afe934a9597f34cf50cbb2fa7ac45889b19dc
+SIZE (cego-2.21.0.tar.gz) = 924891


More information about the svn-ports-all mailing list