summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsnj <snj>2004-06-29 02:20:17 +0000
committersnj <snj>2004-06-29 02:20:17 +0000
commit201f5a7d6bc11d592ed48c140f0f0c76cbd94a97 (patch)
treed5c1811980edb4e7cc46400900053f90e544184e /mail
parent1d4812f2930514de5ba78fa027f1a9536c1515b0 (diff)
downloadpkgsrc-201f5a7d6bc11d592ed48c140f0f0c76cbd94a97.tar.gz
Upgrade to 0.92.0, the latest stable release.
Changes include bugfixes, documentation improvements, etc. See the included CHANGES file for the specifics.
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter/Makefile5
-rw-r--r--mail/bogofilter/distinfo8
-rw-r--r--mail/bogofilter/patches/patch-ab9
3 files changed, 10 insertions, 12 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 3de84bc4862..b4ede9f09d9 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2004/05/23 22:42:05 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/06/29 02:20:17 snj Exp $
-DISTNAME= bogofilter-0.17.5
+DISTNAME= bogofilter-0.92.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
EXTRACT_SUFX= .tar.bz2
@@ -15,7 +15,6 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
-CONFIGURE_ARGS+= --with-libdb-prefix=${BUILDLINK_PREFIX.db4}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/bogofilter
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index 5c12f154cc8..ca0b66c4ff5 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2004/05/23 22:42:05 snj Exp $
+$NetBSD: distinfo,v 1.9 2004/06/29 02:20:17 snj Exp $
-SHA1 (bogofilter-0.17.5.tar.bz2) = 973d0233aa94832e9e31d364a7d58da0b0961677
-Size (bogofilter-0.17.5.tar.bz2) = 620413 bytes
+SHA1 (bogofilter-0.92.0.tar.bz2) = f9a10d0e00e821aef87be5a86a1150219d8bdd44
+Size (bogofilter-0.92.0.tar.bz2) = 681155 bytes
SHA1 (patch-aa) = 3d8b44dbd8751a5c3f7000fe4bb3a53c2947213f
-SHA1 (patch-ab) = f3085cdbb85e33e61116cb00737c8bd1031c35b1
+SHA1 (patch-ab) = f55a9956d82f56cef686a9125983ec5fd6942809
diff --git a/mail/bogofilter/patches/patch-ab b/mail/bogofilter/patches/patch-ab
index 9d53915fe2a..ada72e06938 100644
--- a/mail/bogofilter/patches/patch-ab
+++ b/mail/bogofilter/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.1 2004/01/14 20:16:39 manu Exp $
+$NetBSD: patch-ab,v 1.2 2004/06/29 02:20:17 snj Exp $
---- gsl/gsl_math.h.orig 2003-09-25 01:13:12.000000000 +0000
-+++ gsl/gsl_math.h
+--- gsl/gsl_math.h.orig 2004-06-10 14:17:35.000000000 -0700
++++ gsl/gsl_math.h 2004-06-28 12:44:15.000000000 -0700
@@ -129,44 +129,44 @@ double gsl_min (double a, double b);
/* inline-friendly strongly typed versions */
- #if HAVE_INLINE
+ #if HAVE_EXTERN_INLINE
-extern inline int GSL_MAX_INT (int a, int b);
-extern inline int GSL_MIN_INT (int a, int b);
@@ -59,4 +59,3 @@ $NetBSD: patch-ab,v 1.1 2004/01/14 20:16:39 manu Exp $
GSL_MIN_LDBL (long double a, long double b)
{
return GSL_MIN (a, b);
-