svn commit: r427137 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Sat Nov 26 10:24:07 UTC 2016


Author: pi
Date: Sat Nov 26 10:24:06 2016
New Revision: 427137
URL: https://svnweb.freebsd.org/changeset/ports/427137

Log:
  databases/cego: 2.31.5 -> 2.31.6
  
  - Fix in CegoSelect::getQueyId added, for the ordering clause asc
    and desc ordering attributes were missing. This might lead to wrong
    ordering results if query caching is used
  
  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	Sat Nov 26 10:09:54 2016	(r427136)
+++ head/databases/cego/Makefile	Sat Nov 26 10:24:06 2016	(r427137)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.31.5
+PORTVERSION=	2.31.6
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Sat Nov 26 10:09:54 2016	(r427136)
+++ head/databases/cego/distinfo	Sat Nov 26 10:24:06 2016	(r427137)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479709700
-SHA256 (cego-2.31.5.tar.gz) = d6399e35c1f86425f0fa7a3c117f6f4794b2e116dc08f1aed133d414113fbd08
-SIZE (cego-2.31.5.tar.gz) = 1436840
+TIMESTAMP = 1480151089
+SHA256 (cego-2.31.6.tar.gz) = f92c65848b8410e43a62d256640103860db3690c42393c6c4dcbd73549cce1a5
+SIZE (cego-2.31.6.tar.gz) = 1437016


More information about the svn-ports-all mailing list