Update to 1.0.0.

Obtained from:	marcuscom
This commit is contained in:
Adam Weinberger 2003-09-25 03:17:30 +00:00
parent 34902d9edd
commit cd69603a91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89285
10 changed files with 17 additions and 45 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= libgda2
PORTVERSION= 0.91.0
PORTVERSION= 1.0.0
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.91
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0
DISTNAME= libgda-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --without-postgres
.endif
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP:=""
.else

View File

@ -1 +1 @@
MD5 (gnome2/libgda-0.91.0.tar.bz2) = fcb413d3f26724ff3f6d459c79fa4453
MD5 (gnome2/libgda-1.0.0.tar.bz2) = 7e5f5c0943600236ec16df35119af86a

View File

@ -1,12 +0,0 @@
--- libsql/lexer.c.orig Wed Aug 6 12:23:40 2003
+++ libsql/lexer.c Wed Aug 6 12:36:24 2003
@@ -21,7 +21,9 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h> /* May break IA64 test-noansi-r */
+#endif
/* end standard C headers. */

View File

@ -17,6 +17,7 @@ include/libgda-report/gda-report-result.h
include/libgda-report/gda-report-types.h
include/libgda-report/gda-report-valid.h
include/libgda-report/gda-report.h
include/libgda/gda-blob.h
include/libgda/gda-client.h
include/libgda/gda-command.h
include/libgda/gda-config.h
@ -85,7 +86,6 @@ lib/libgdasql.so.0
lib/libgda/providers/libgda-xml.so
libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/architecture.html
%%DOCSDIR%%/c689.html
%%DOCSDIR%%/c694.html
%%DOCSDIR%%/compiling.html
%%DOCSDIR%%/connecting.html
@ -111,6 +111,7 @@ libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/installation.html
%%DOCSDIR%%/introduction.html
%%DOCSDIR%%/libgda-api.html
%%DOCSDIR%%/libgda-gda-blob.html
%%DOCSDIR%%/libgda-gda-command.html
%%DOCSDIR%%/libgda-gda-config.html
%%DOCSDIR%%/libgda-gda-field.html
@ -122,7 +123,6 @@ libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/libgda-gda-util.html
%%DOCSDIR%%/libgda-gda-value.html
%%DOCSDIR%%/libgda-gda-xql-utils.html
%%DOCSDIR%%/libgda-gdabatch.html
%%DOCSDIR%%/libgda-gdaclient.html
%%DOCSDIR%%/libgda-gdaconnection.html
%%DOCSDIR%%/libgda-gdadatamodel.html
@ -183,10 +183,7 @@ libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/migration-executing-commands.html
%%DOCSDIR%%/migration.html
%%DOCSDIR%%/processing-queries.html
%%DOCSDIR%%/x853.html
%%DOCSDIR%%/x863.html
%%DOCSDIR%%/x882.html
%%DOCSDIR%%/x887.html
%%DOCSDIR%%/x892.html
%%DOCSDIR%%/x897.html
share/gnome/libgda/xml/gda-report.dtd
@ -196,6 +193,7 @@ share/gnome/libgda/xml/gda-xml-query.xsl
share/gnome/omf/libgda/libgda-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/libgda/libgda-C.omf 2>/dev/null || /usr/bin/true
share/locale/az/LC_MESSAGES/libgda-2.mo
share/locale/ca/LC_MESSAGES/libgda-2.mo
share/locale/cs/LC_MESSAGES/libgda-2.mo
share/locale/da/LC_MESSAGES/libgda-2.mo
share/locale/de/LC_MESSAGES/libgda-2.mo

View File

@ -6,10 +6,10 @@
#
PORTNAME= libgda2
PORTVERSION= 0.91.0
PORTVERSION= 1.0.0
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.91
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0
DISTNAME= libgda-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --without-postgres
.endif
.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP:=""
.else

View File

@ -1 +1 @@
MD5 (gnome2/libgda-0.91.0.tar.bz2) = fcb413d3f26724ff3f6d459c79fa4453
MD5 (gnome2/libgda-1.0.0.tar.bz2) = 7e5f5c0943600236ec16df35119af86a

View File

@ -1,12 +0,0 @@
--- libsql/lexer.c.orig Wed Aug 6 12:23:40 2003
+++ libsql/lexer.c Wed Aug 6 12:36:24 2003
@@ -21,7 +21,9 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h> /* May break IA64 test-noansi-r */
+#endif
/* end standard C headers. */

View File

@ -17,6 +17,7 @@ include/libgda-report/gda-report-result.h
include/libgda-report/gda-report-types.h
include/libgda-report/gda-report-valid.h
include/libgda-report/gda-report.h
include/libgda/gda-blob.h
include/libgda/gda-client.h
include/libgda/gda-command.h
include/libgda/gda-config.h
@ -85,7 +86,6 @@ lib/libgdasql.so.0
lib/libgda/providers/libgda-xml.so
libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/architecture.html
%%DOCSDIR%%/c689.html
%%DOCSDIR%%/c694.html
%%DOCSDIR%%/compiling.html
%%DOCSDIR%%/connecting.html
@ -111,6 +111,7 @@ libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/installation.html
%%DOCSDIR%%/introduction.html
%%DOCSDIR%%/libgda-api.html
%%DOCSDIR%%/libgda-gda-blob.html
%%DOCSDIR%%/libgda-gda-command.html
%%DOCSDIR%%/libgda-gda-config.html
%%DOCSDIR%%/libgda-gda-field.html
@ -122,7 +123,6 @@ libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/libgda-gda-util.html
%%DOCSDIR%%/libgda-gda-value.html
%%DOCSDIR%%/libgda-gda-xql-utils.html
%%DOCSDIR%%/libgda-gdabatch.html
%%DOCSDIR%%/libgda-gdaclient.html
%%DOCSDIR%%/libgda-gdaconnection.html
%%DOCSDIR%%/libgda-gdadatamodel.html
@ -183,10 +183,7 @@ libdata/pkgconfig/libgda.pc
%%DOCSDIR%%/migration-executing-commands.html
%%DOCSDIR%%/migration.html
%%DOCSDIR%%/processing-queries.html
%%DOCSDIR%%/x853.html
%%DOCSDIR%%/x863.html
%%DOCSDIR%%/x882.html
%%DOCSDIR%%/x887.html
%%DOCSDIR%%/x892.html
%%DOCSDIR%%/x897.html
share/gnome/libgda/xml/gda-report.dtd
@ -196,6 +193,7 @@ share/gnome/libgda/xml/gda-xml-query.xsl
share/gnome/omf/libgda/libgda-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/libgda/libgda-C.omf 2>/dev/null || /usr/bin/true
share/locale/az/LC_MESSAGES/libgda-2.mo
share/locale/ca/LC_MESSAGES/libgda-2.mo
share/locale/cs/LC_MESSAGES/libgda-2.mo
share/locale/da/LC_MESSAGES/libgda-2.mo
share/locale/de/LC_MESSAGES/libgda-2.mo

View File

@ -6,10 +6,10 @@
#
PORTNAME= libgnomedb
PORTVERSION= 0.91.0
PORTVERSION= 1.0.0
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libgnomedb/0.91
MASTER_SITE_SUBDIR= sources/libgnomedb/1.0
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome2/libgnomedb-0.91.0.tar.bz2) = bbbe32ea9d8deaa0c77bf1cfbeb5849d
MD5 (gnome2/libgnomedb-1.0.0.tar.bz2) = e5943ddf8e13cf216deb98433aeb02b7