Index: head/databases/gigabase/Makefile =================================================================== --- head/databases/gigabase/Makefile (revision 99176) +++ head/databases/gigabase/Makefile (revision 99177) @@ -1,26 +1,26 @@ # ports collection makefile for: gigabase # Date created: 15 August 2000 # Whom: Sergey A. Osokin # # $FreeBSD$ # PORTNAME= gigabase -PORTVERSION= 3.11 +PORTVERSION= 3.12 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ MAINTAINER= osa@FreeBSD.org COMMENT= Object-Relational Database Management System WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS?=--prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" INSTALLS_SHLIB= yes .include Property changes on: head/databases/gigabase/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.68 \ No newline at end of property +1.69 \ No newline at end of property Index: head/databases/gigabase/distinfo =================================================================== --- head/databases/gigabase/distinfo (revision 99176) +++ head/databases/gigabase/distinfo (revision 99177) @@ -1 +1 @@ -MD5 (gigabase-3.11.tar.gz) = 49ea1e4c263762f314692f89aa4f2ea9 +MD5 (gigabase-3.12.tar.gz) = c73eebe3f3c851732d033dbfbb7c8cf4 Property changes on: head/databases/gigabase/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.65 \ No newline at end of property +1.66 \ No newline at end of property Index: head/databases/gigabase/pkg-plist =================================================================== --- head/databases/gigabase/pkg-plist (revision 99176) +++ head/databases/gigabase/pkg-plist (revision 99177) @@ -1,28 +1,32 @@ bin/subsql_gb include/gigabase/array.h include/gigabase/blob.h include/gigabase/btree.h include/gigabase/class.h include/gigabase/cli.h +include/gigabase/confdefs.h +include/gigabase/config.h include/gigabase/container.h include/gigabase/cursor.h include/gigabase/database.h include/gigabase/datetime.h +include/gigabase/exception.h include/gigabase/file.h include/gigabase/gigabase.h include/gigabase/hashtab.h include/gigabase/pagepool.h include/gigabase/query.h include/gigabase/rectangle.h include/gigabase/reference.h include/gigabase/selection.h include/gigabase/stdtp.h include/gigabase/sync.h +include/gigabase/timeseries.h include/gigabase/wwwapi.h lib/libcligb_r.a lib/libcligb_r.so lib/libcligb_r.so.2 lib/libgigabase_r.a lib/libgigabase_r.so lib/libgigabase_r.so.2 @dirrm include/gigabase Property changes on: head/databases/gigabase/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property