diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-21 19:23:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-21 19:23:50 +0800 |
commit | 4062e07ec869881f1df4d6a054c3e62a1703ee79 (patch) | |
tree | 84daa265c2102e765ef2d32d2e5e671cf8e88771 /databases/libgda | |
parent | 87df9bcc1ad7a2533dc48608cdcff21c8d289be3 (diff) | |
download | freebsd-ports-gnome-4062e07ec869881f1df4d6a054c3e62a1703ee79.tar.gz freebsd-ports-gnome-4062e07ec869881f1df4d6a054c3e62a1703ee79.tar.zst freebsd-ports-gnome-4062e07ec869881f1df4d6a054c3e62a1703ee79.zip |
Update checksum - the distfile has been rerolled without version bump. Since
there are significant differencies between old and new version bump
PORTREVISION.
RP: 32131
Submitted by: Takahiro Fujita <takfjt@anet.ne.jp>
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/Makefile | 1 | ||||
-rw-r--r-- | databases/libgda/distinfo | 2 | ||||
-rw-r--r-- | databases/libgda/files/patch-aa | 17 | ||||
-rw-r--r-- | databases/libgda/files/patch-providers::gda-default-server::sqlite::tool::lemon.c | 14 | ||||
-rw-r--r-- | databases/libgda/pkg-plist | 1 |
5 files changed, 12 insertions, 23 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 1e64233b95df..b466aaa4f4b7 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgda PORTVERSION= 0.2.93 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo index b9ffb51aa65d..2b8120d12415 100644 --- a/databases/libgda/distinfo +++ b/databases/libgda/distinfo @@ -1 +1 @@ -MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb +MD5 (libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989 diff --git a/databases/libgda/files/patch-aa b/databases/libgda/files/patch-aa index 13153918fd10..8f9cc8fb43a8 100644 --- a/databases/libgda/files/patch-aa +++ b/databases/libgda/files/patch-aa @@ -1,13 +1,14 @@ $FreeBSD$ ---- Makefile.in.orig Mon Oct 22 14:27:14 2001 -+++ Makefile.in Mon Oct 22 14:27:42 2001 -@@ -167,7 +167,6 @@ - bindings \ - providers \ - tools \ -- testing \ - doc +--- Makefile.in.orig Wed Nov 21 10:29:52 2001 ++++ Makefile.in Wed Nov 21 10:30:19 2001 +@@ -158,7 +158,7 @@ + YACC = @YACC@ + l = @l@ +-SUBDIRS = po intl macros idl lib bindings providers tools testing doc ++SUBDIRS = po intl macros idl lib bindings providers tools doc + + EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in diff --git a/databases/libgda/files/patch-providers::gda-default-server::sqlite::tool::lemon.c b/databases/libgda/files/patch-providers::gda-default-server::sqlite::tool::lemon.c deleted file mode 100644 index 8ba03657d5c3..000000000000 --- a/databases/libgda/files/patch-providers::gda-default-server::sqlite::tool::lemon.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- providers/gda-default-server/sqlite/lemon.c.orig Fri Aug 3 17:47:37 2001 -+++ providers/gda-default-server/sqlite/lemon.c Mon Aug 6 10:59:21 2001 -@@ -1327,7 +1327,7 @@ - /* - ** Return a pointer to the next structure in the linked list. - */ --#define NEXT(A) (*(char**)(((int)A)+offset)) -+#define NEXT(A) (*(char**)(((long)A)+offset)) - - /* - ** Inputs: diff --git a/databases/libgda/pkg-plist b/databases/libgda/pkg-plist index 173c61a350cc..45298b744c1f 100644 --- a/databases/libgda/pkg-plist +++ b/databases/libgda/pkg-plist @@ -9,6 +9,7 @@ include/libgda-%%VERSION%%/gda++/gdaConnection.h include/libgda-%%VERSION%%/gda++/gdaError.h include/libgda-%%VERSION%%/gda++/gdaErrorList.h include/libgda-%%VERSION%%/gda++/gdaField.h +include/libgda-%%VERSION%%/gda++/gdaHelpers.h include/libgda-%%VERSION%%/gda++/gdaIncludes.h include/libgda-%%VERSION%%/gda++/gdaRecordset.h include/libgda-%%VERSION%%/gda++/gdaValue.h |