summaryrefslogtreecommitdiff
path: root/databases/gnome-db
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-21 11:26:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-21 11:26:37 +0000
commite8d5a4dc1e4ec24051f7239c05d6754217b28732 (patch)
tree146358fbb949aecaa0add2a0a38b5c9244e2040a /databases/gnome-db
parentUpdate checksum - the distfile has been rerolled without version bump. Since (diff)
Update checksum - the distfile has been rerolled without version bump. Since
there are significant differencies between old and new version bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=50329
Diffstat (limited to 'databases/gnome-db')
-rw-r--r--databases/gnome-db/Makefile1
-rw-r--r--databases/gnome-db/distinfo2
-rw-r--r--databases/gnome-db/files/patch-configure23
3 files changed, 2 insertions, 24 deletions
diff --git a/databases/gnome-db/Makefile b/databases/gnome-db/Makefile
index 8aae09ecae46..eda75e0d3e99 100644
--- a/databases/gnome-db/Makefile
+++ b/databases/gnome-db/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomedb
PORTVERSION= 0.2.93
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-db
diff --git a/databases/gnome-db/distinfo b/databases/gnome-db/distinfo
index b8d81fa89a72..e031c7337480 100644
--- a/databases/gnome-db/distinfo
+++ b/databases/gnome-db/distinfo
@@ -1 +1 @@
-MD5 (gnome-db-0.2.93.tar.gz) = 9e8be942f84f82de4b48eee956b922d4
+MD5 (gnome-db-0.2.93.tar.gz) = c4c6500f530a47d8c4f2fe9fd4b61e12
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure
deleted file mode 100644
index 0cb26397b4bc..000000000000
--- a/databases/gnome-db/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Tue Oct 23 10:18:27 2001
-+++ configure Tue Oct 23 10:18:56 2001
-@@ -9234,7 +9234,7 @@
-
-
-
--if test $perl_val == true; then
-+if [ $perl_val = true ]; then
- WITH_PERL_TRUE=
- WITH_PERL_FALSE='#'
- else
-@@ -9249,7 +9249,7 @@
-
-
- #GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
--GNOMEDB_oafdir=${prefix}/share/oaf
-+GNOMEDB_oafdir=${prefix}/share/gnome/oaf
-
-
-