summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-12-03 07:58:47 +0000
committertron <tron@pkgsrc.org>2001-12-03 07:58:47 +0000
commit9ea2b2ee81bd7f1f6174ad14a99a62535eb148a0 (patch)
tree91eae219f2fbecaa11ab5b6244e20997e4f74db3
parent801397f4bbc80eb466cc95f53bd63752dc11a5dd (diff)
downloadpkgsrc-9ea2b2ee81bd7f1f6174ad14a99a62535eb148a0.tar.gz
Finally get "db3" version numbering correct.
-rw-r--r--mail/evolution/Makefile4
-rw-r--r--mail/evolution/distinfo4
-rw-r--r--mail/evolution/patches/patch-aa4
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 7f53f4e2e4f..3b95b4c5113 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/12/03 06:28:13 tron Exp $
+# $NetBSD: Makefile,v 1.14 2001/12/03 07:58:47 tron Exp $
DISTNAME= evolution-0.15
CATEGORIES= mail time gnome
@@ -17,7 +17,7 @@ BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.9.0
BUILDLINK_DEPENDS.gdk-pixbuf-gnome= gdk-pixbuf-gnome>=0.9.0
# Using a wildcard here doesn't make sence because the version number of
# "db3" is hardcoded in the "configure" script.
-BUILDLINK_DEPENDS.db3= db3-3.2.11
+BUILDLINK_DEPENDS.db3= db3-3.11.2
GNU_CONFIGURE= YES
USE_GMAKE= YES
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo
index 4ec770448c9..2921bdafbc7 100644
--- a/mail/evolution/distinfo
+++ b/mail/evolution/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2001/12/03 06:27:10 tron Exp $
+$NetBSD: distinfo,v 1.9 2001/12/03 07:58:48 tron Exp $
SHA1 (evolution-0.15.tar.bz2) = a7a84603fbd8a2fb83c1dbf9211ad65ff32c0b41
Size (evolution-0.15.tar.bz2) = 7425779 bytes
-SHA1 (patch-aa) = 1d790fed3bcdd913643e36966319212b451d499f
+SHA1 (patch-aa) = e06120acbf6457621156b096222ac51c887128ab
SHA1 (patch-ab) = 6c3ed264bccf90052c843c2ef1f4b4ee89997770
SHA1 (patch-ac) = 9a67ed544cd6894c0387a2b185fcb41ec59a7329
SHA1 (patch-ad) = fd7327c9cfbc52bb81304f1a80f0014f4e654d8e
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa
index aaa75d777cd..20ef47fac9f 100644
--- a/mail/evolution/patches/patch-aa
+++ b/mail/evolution/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2001/12/03 06:27:11 tron Exp $
+$NetBSD: patch-aa,v 1.8 2001/12/03 07:58:48 tron Exp $
--- configure.orig Wed Oct 3 00:12:24 2001
+++ configure Mon Dec 3 07:22:41 2001
@@ -33,7 +33,7 @@ $NetBSD: patch-aa,v 1.7 2001/12/03 06:27:11 tron Exp $
evolution_db_version_major=3
-evolution_db_version_minor=1
-evolution_db_version_patch=17
-+evolution_db_version_minor=2
++evolution_db_version_minor=3
+evolution_db_version_patch=11
evolution_db_version=${evolution_db_version_major}.${evolution_db_version_minor}.${evolution_db_version_patch}