pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/bogofilter Upgrade to 0.92.0, the latest stable r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9f14ea1c086
branches:  trunk
changeset: 477293:f9f14ea1c086
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue Jun 29 02:20:17 2004 +0000

description:
Upgrade to 0.92.0, the latest stable release.

Changes include bugfixes, documentation improvements, etc.  See the included
CHANGES file for the specifics.

diffstat:

 mail/bogofilter/Makefile         |  5 ++---
 mail/bogofilter/distinfo         |  8 ++++----
 mail/bogofilter/patches/patch-ab |  9 ++++-----
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r b335790f3a97 -r f9f14ea1c086 mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Mon Jun 28 23:57:05 2004 +0000
+++ b/mail/bogofilter/Makefile  Tue Jun 29 02:20:17 2004 +0000
@@ -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 @@
 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 -r b335790f3a97 -r f9f14ea1c086 mail/bogofilter/distinfo
--- a/mail/bogofilter/distinfo  Mon Jun 28 23:57:05 2004 +0000
+++ b/mail/bogofilter/distinfo  Tue Jun 29 02:20:17 2004 +0000
@@ -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 -r b335790f3a97 -r f9f14ea1c086 mail/bogofilter/patches/patch-ab
--- a/mail/bogofilter/patches/patch-ab  Mon Jun 28 23:57:05 2004 +0000
+++ b/mail/bogofilter/patches/patch-ab  Tue Jun 29 02:20:17 2004 +0000
@@ -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 @@
  GSL_MIN_LDBL (long double a, long double b)
  {
    return GSL_MIN (a, b);
-



Home | Main Index | Thread Index | Old Index