diff options
author | makc <makc@FreeBSD.org> | 2010-10-02 07:15:23 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-02 07:15:23 +0800 |
commit | 4f14bb1ae370f4c91de7ecc90930483b839d0ad8 (patch) | |
tree | 6d1d96c395e79e54f9aa55283d6d5a3e4060ad6d /databases | |
parent | 2dd114ca44457fbd8d9f296a57fa3de1e42caf67 (diff) | |
download | freebsd-ports-gnome-4f14bb1ae370f4c91de7ecc90930483b839d0ad8.tar.gz freebsd-ports-gnome-4f14bb1ae370f4c91de7ecc90930483b839d0ad8.tar.zst freebsd-ports-gnome-4f14bb1ae370f4c91de7ecc90930483b839d0ad8.zip |
Update to 2.6.14
PR: ports/150677
Submitted by: Kurt Jaeger (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/cego/Makefile | 8 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 | ||||
-rw-r--r-- | databases/cego/pkg-plist | 41 |
3 files changed, 27 insertions, 28 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 314868d34873..3e9d3fe27efc 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -5,19 +5,17 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTVERSION= 2.6.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu COMMENT= A relational and transactional database system -LIB_DEPENDS= Base.1:${PORTSDIR}/devel/cego-base \ - XML.1:${PORTSDIR}/devel/cego-xml +LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \ + lfcxml.1:${PORTSDIR}/devel/lfcxml LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/cego GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/databases/cego/distinfo b/databases/cego/distinfo index f228e5fde188..43836c4433ac 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -MD5 (cego-2.6.9.tar.gz) = f137247a9dcc0d52b09b106fca945855 -SHA256 (cego-2.6.9.tar.gz) = e1592f56591507e371efc2b4f106e76226a195a3ca79213c6cf97669891f9c76 -SIZE (cego-2.6.9.tar.gz) = 621003 +MD5 (cego-2.6.14.tar.gz) = 14d7540431c3d8344fdf16bb610570ee +SHA256 (cego-2.6.14.tar.gz) = 3ae3a958ee9f1b25dd8dbd39a6d81a88573fb5e237f12c95626fa109842d8586 +SIZE (cego-2.6.14.tar.gz) = 640996 diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist index b2e247a08beb..555479587730 100644 --- a/databases/cego/pkg-plist +++ b/databases/cego/pkg-plist @@ -3,27 +3,28 @@ bin/cgadm bin/cgblow bin/cgclt bin/cglog -include/CegoBlob.h -include/CegoCheckObject.h -include/CegoContentObject.h -include/CegoDataPointer.h -include/CegoDataType.h -include/CegoDbHandler.h -include/CegoDecodableObject.h -include/CegoField.h -include/CegoFieldValue.h -include/CegoJoinObject.h -include/CegoKeyObject.h -include/CegoModule.h -include/CegoNet.h -include/CegoObject.h -include/CegoOutput.h -include/CegoProcObject.h -include/CegoProcVar.h -include/CegoTableObject.h -include/CegoViewObject.h -include/cgwrap.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/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 |