mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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>
This commit is contained in:
parent
20195c03a2
commit
b3fb2fe328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50328
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb
|
||||
MD5 (libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989
|
||||
|
@ -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
|
||||
|
@ -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:
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb
|
||||
MD5 (libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989
|
||||
|
@ -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
|
||||
|
@ -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:
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libgda-0.2.93.tar.gz) = ed5e317475ec71c4de25d1b4c1db16fb
|
||||
MD5 (libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989
|
||||
|
@ -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
|
||||
|
@ -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:
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user