Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2012 21:51:14 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309269 - head/databases/cego
Message-ID:  <201212192151.qBJLpExg094152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Dec 19 21:51:14 2012
New Revision: 309269
URL: http://svnweb.freebsd.org/changeset/ports/309269

Log:
  - Update to version 2.15.1 [1]
  - Respect CXXFLAGS for entire build
  - Port links with readline
  
  PR:		ports/174536 [1]
  Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo
  head/databases/cego/pkg-descr

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Wed Dec 19 21:11:10 2012	(r309268)
+++ head/databases/cego/Makefile	Wed Dec 19 21:51:14 2012	(r309269)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.14.1
+PORTVERSION=	2.15.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -22,6 +22,7 @@ USE_AUTOTOOLS=	autoconf:env
 USE_RC_SUBR=	cego
 
 USE_NCURSES=	yes
+USE_READLINE=	yes
 
 USERS=	cego
 GROUPS=	cego
@@ -29,6 +30,9 @@ GROUPS=	cego
 PLIST_SUB+=	USER=${USERS}
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,-O3,,g' ${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} -e 's,-O3,,g' \
+		${WRKSRC}/src/Makefile.in \
+		${WRKSRC}/samples/cgplustest/Makefile.in \
+		${WRKSRC}/samples/cgwtest/Makefile.in
 
 .include <bsd.port.mk>

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Wed Dec 19 21:11:10 2012	(r309268)
+++ head/databases/cego/distinfo	Wed Dec 19 21:51:14 2012	(r309269)
@@ -1,2 +1,2 @@
-SHA256 (cego-2.14.1.tar.gz) = 81b355b7dfd6854569a3473345adbbcecde06926b69a3e0df430e67236707cb4
-SIZE (cego-2.14.1.tar.gz) = 654738
+SHA256 (cego-2.15.1.tar.gz) = 112097040ca130250f56c517437da95bd6b076fa67a8eb40058bb3f0554bb25a
+SIZE (cego-2.15.1.tar.gz) = 615097

Modified: head/databases/cego/pkg-descr
==============================================================================
--- head/databases/cego/pkg-descr	Wed Dec 19 21:11:10 2012	(r309268)
+++ head/databases/cego/pkg-descr	Wed Dec 19 21:51:14 2012	(r309269)
@@ -1,6 +1,6 @@
 Cego is a Relational Database Management System (RDBMS). Cego
 supports transactional SQL query requests in a multithreaded
-architecture. For high availablility requirements, Cego supports a
+architecture. For high availability requirements, Cego supports a
 database shadowing feature. Several compute nodes can be defined in
 a Cego database configuration, where each node is able to manage a
 number of so called table sets. For each tableset, a backup node



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