Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 09:48:04 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383414 - head/databases/cego
Message-ID:  <201504060948.t369m4jj022350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Apr  6 09:48:04 2015
New Revision: 383414
URL: https://svnweb.freebsd.org/changeset/ports/383414

Log:
  databases/cego: 2.20.24 -> 2.20.25
  
  - Added multibyte character evaluation in CegoOutput to show visible
    chain length
  - added build_depends for a specific version of lfcbase
  
  Submitted by:	lemke@lemke-it.com

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Mon Apr  6 09:19:12 2015	(r383413)
+++ head/databases/cego/Makefile	Mon Apr  6 09:48:04 2015	(r383414)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.20.24
+PORTVERSION=	2.20.25
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -10,6 +10,7 @@ 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 09:19:12 2015	(r383413)
+++ head/databases/cego/distinfo	Mon Apr  6 09:48:04 2015	(r383414)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.20.24.tar.gz) = 41e82bf3d5a2807798b05ab60a4c2b4ba7ad7032ccb8d94a05259b54be3fa096
-SIZE (cego-2.20.24.tar.gz) = 924911
+SHA256 (cego-2.20.25.tar.gz) = d89d8963641911c4788a1181e7a87ed8a90d3f5872f30a6beb14468756f12e22
+SIZE (cego-2.20.25.tar.gz) = 924935



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504060948.t369m4jj022350>