Index: head/databases/cego/Makefile =================================================================== --- head/databases/cego/Makefile (revision 296603) +++ head/databases/cego/Makefile (revision 296604) @@ -1,37 +1,37 @@ # New ports collection makefile for: cego # Date created: Jun 12, 2010 # Whom: Kurt Jaeger # # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.12.8 +PORTVERSION= 2.13.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= A relational and transactional database system LICENSE= GPLv2 LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \ lfcxml.1:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf:env USE_RC_SUBR= cego USE_NCURSES= yes USERS= cego GROUPS= cego PLIST_SUB+= USER=${USERS} post-patch: @${REINPLACE_CMD} -e 's,-O3,,g' ${WRKSRC}/src/Makefile.in .include Property changes on: head/databases/cego/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/databases/cego/distinfo =================================================================== --- head/databases/cego/distinfo (revision 296603) +++ head/databases/cego/distinfo (revision 296604) @@ -1,2 +1,2 @@ -SHA256 (cego-2.12.8.tar.gz) = be15b60df021c859cf2fbaaf10f6a12f85c47cf6190f005d08a47fd9f0520c66 -SIZE (cego-2.12.8.tar.gz) = 598946 +SHA256 (cego-2.13.0.tar.gz) = ea753c4ee0a5ca3d44c43e1c11c50f6a15601346e62761dbb3c0a78a1a0d9ea7 +SIZE (cego-2.13.0.tar.gz) = 609881 Property changes on: head/databases/cego/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/databases/cego/pkg-descr =================================================================== --- head/databases/cego/pkg-descr (revision 296603) +++ head/databases/cego/pkg-descr (revision 296604) @@ -1,13 +1,13 @@ 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 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 can be defined, which runs is recover mode for the corresponding tableset. If required, the tableset can be switched to the backup node and this node gets the active node for the tableset. Many more details are available at: -WWW: http://www.lemke-it.com/ +WWW: http://www.lemke-it.com/ Property changes on: head/databases/cego/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/cego/pkg-plist =================================================================== --- head/databases/cego/pkg-plist (revision 296603) +++ head/databases/cego/pkg-plist (revision 296604) @@ -1,35 +1,36 @@ bin/cego bin/cgadm bin/cgbackup bin/cgblow bin/cgclt bin/cglog bin/cgmkdb bin/cgrecover include/cego/CegoAdmNet.h include/cego/CegoBlob.h include/cego/CegoCheckObject.h include/cego/CegoContentObject.h include/cego/CegoDataPointer.h include/cego/CegoDataType.h include/cego/CegoDbHandler.h include/cego/CegoDecodableObject.h include/cego/CegoField.h include/cego/CegoFieldValue.h include/cego/CegoJoinObject.h include/cego/CegoKeyObject.h include/cego/CegoModule.h include/cego/CegoNet.h include/cego/CegoObject.h include/cego/CegoOutput.h include/cego/CegoProcObject.h include/cego/CegoProcVar.h +include/cego/CegoSerial.h include/cego/CegoTableObject.h include/cego/CegoViewObject.h include/cego/cgwrap.h lib/libcego.a lib/libcego.so.1 lib/libcgwrap.a lib/libcgwrap.so.1 @dirrm include/cego @dirrmtry %%USER%% Property changes on: head/databases/cego/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property