svn commit: r367847 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Wed Sep 10 14:07:12 UTC 2014


Author: pi
Date: Wed Sep 10 14:07:11 2014
New Revision: 367847
URL: http://svnweb.freebsd.org/changeset/ports/367847
QAT: https://qat.redports.org/buildarchive/r367847/

Log:
  databases/cego: 2.20.12 -> 2.20.13
  
  - Fix in CegoQueryHelper::evalAttrCond. In some table ordering cases,
    the attributes had been switched and the evaluation was wrong
    ( LESS_THAN, MORE_THAN, LESS_EQUAL_THAN, MORE_EQUAL_THAN ).
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Wed Sep 10 14:03:52 2014	(r367846)
+++ head/databases/cego/Makefile	Wed Sep 10 14:07:11 2014	(r367847)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.12
+PORTVERSION=	2.20.13
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Wed Sep 10 14:03:52 2014	(r367846)
+++ head/databases/cego/distinfo	Wed Sep 10 14:07:11 2014	(r367847)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.12.tar.gz) = 7284c857cd70b48b314e74fd43ed57040b0506b8b0ee2aa466e99c4608c145ce
-SIZE (cego-2.20.12.tar.gz) = 921901
+SHA256 (cego-2.20.13.tar.gz) = 3234983949f741e2761cf607aa890b95517b53ded3f870ee5510ac5f621a17c8
+SIZE (cego-2.20.13.tar.gz) = 921945


More information about the svn-ports-head mailing list