diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-19 21:51:14 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-19 21:51:14 +0000 |
commit | 2f878f0a8da4e237093d2dec0504dab7a2522b14 (patch) | |
tree | 71d361ab716dad8c795a91b1cbf6c0e6dd05b83c | |
parent | 78f9ad00b2ddf7fa7139ca98c4c53f861012f207 (diff) | |
download | ports-2f878f0a8da4e237093d2dec0504dab7a2522b14.tar.gz ports-2f878f0a8da4e237093d2dec0504dab7a2522b14.zip |
Notes
-rw-r--r-- | databases/cego/Makefile | 8 | ||||
-rw-r--r-- | databases/cego/distinfo | 4 | ||||
-rw-r--r-- | databases/cego/pkg-descr | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 7a1dbe142711..f7e1c58bae76 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -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> diff --git a/databases/cego/distinfo b/databases/cego/distinfo index e9956db4524d..9d4c2c4e4afc 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -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 diff --git a/databases/cego/pkg-descr b/databases/cego/pkg-descr index 6d5fcd3e3f2d..0f6db4c4785d 100644 --- a/databases/cego/pkg-descr +++ b/databases/cego/pkg-descr @@ -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 |