Index: head/databases/fastdb/Makefile =================================================================== --- head/databases/fastdb/Makefile (revision 99175) +++ head/databases/fastdb/Makefile (revision 99176) @@ -1,34 +1,34 @@ # ex:ts=8 # New ports collection makefile for: fastdb # Date created: Mar 2, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= fastdb -PORTVERSION= 2.90 +PORTVERSION= 2.91 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ MAINTAINER= osa@FreeBSD.org COMMENT= Main Memory Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes MAKE_ENV= OSTYPE="${OPSYS}" \ PREFIX="${PREFIX}" \ CXX="${CXX}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAKEFILE= makefile INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FastDB.htm ${DOCSDIR} .endif .include Property changes on: head/databases/fastdb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/databases/fastdb/distinfo =================================================================== --- head/databases/fastdb/distinfo (revision 99175) +++ head/databases/fastdb/distinfo (revision 99176) @@ -1 +1 @@ -MD5 (fastdb-2.90.tar.gz) = 90130c14878a1ff1f3b546ae70d503b4 +MD5 (fastdb-2.91.tar.gz) = 761910e28ff964872da48cb72703073a Property changes on: head/databases/fastdb/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/databases/fastdb/pkg-plist =================================================================== --- head/databases/fastdb/pkg-plist (revision 99175) +++ head/databases/fastdb/pkg-plist (revision 99176) @@ -1,29 +1,31 @@ bin/subsql include/fastdb/array.h include/fastdb/class.h include/fastdb/cli.h include/fastdb/config.h include/fastdb/container.h include/fastdb/cursor.h include/fastdb/database.h include/fastdb/datetime.h +include/fastdb/exception.h include/fastdb/fastdb.h include/fastdb/file.h include/fastdb/harray.h include/fastdb/hashtab.h include/fastdb/query.h include/fastdb/reference.h include/fastdb/stdtp.h include/fastdb/sync.h include/fastdb/sync_unix.h +include/fastdb/timeseries.h include/fastdb/ttree.h include/fastdb/wwwapi.h lib/libcli_r.a lib/libcli_r.so lib/libcli_r.so.2 lib/libfastdb_r.a lib/libfastdb_r.so lib/libfastdb_r.so.2 %%PORTDOCS%%%%DOCSDIR%%/FastDB.htm %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/fastdb Property changes on: head/databases/fastdb/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property