pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/bogofilter Updated mail/bogofilter to 1.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76404e45a121
branches:  trunk
changeset: 548438:76404e45a121
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Oct 15 12:15:40 2008 +0000

description:
Updated mail/bogofilter to 1.1.7

* Lots of bug fixes and improvements since 1.0.3

diffstat:

 mail/bogofilter/Makefile         |   6 +++---
 mail/bogofilter/distinfo         |  10 +++++-----
 mail/bogofilter/patches/patch-aa |  14 +++++++-------
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (62 lines):

diff -r f42e39a96f72 -r 76404e45a121 mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Wed Oct 15 09:37:58 2008 +0000
+++ b/mail/bogofilter/Makefile  Wed Oct 15 12:15:40 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2008/09/06 20:54:33 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2008/10/15 12:15:40 martti Exp $
 
-DISTNAME=      bogofilter-1.0.3
-PKGREVISION=   2
+DISTNAME=      bogofilter-1.1.7
+#PKGREVISION=  1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
 EXTRACT_SUFX=  .tar.bz2
diff -r f42e39a96f72 -r 76404e45a121 mail/bogofilter/distinfo
--- a/mail/bogofilter/distinfo  Wed Oct 15 09:37:58 2008 +0000
+++ b/mail/bogofilter/distinfo  Wed Oct 15 12:15:40 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2008/05/02 13:44:02 obache Exp $
+$NetBSD: distinfo,v 1.19 2008/10/15 12:15:40 martti Exp $
 
-SHA1 (bogofilter-1.0.3.tar.bz2) = 88d72c810dc3ae613cb4178e19b45c6508062210
-RMD160 (bogofilter-1.0.3.tar.bz2) = d4b6d5329919cefbc4e17168350157b27bb08b9c
-Size (bogofilter-1.0.3.tar.bz2) = 778983 bytes
-SHA1 (patch-aa) = 97603525abe1a09d1d7cb433228b2ae3cbea2f3f
+SHA1 (bogofilter-1.1.7.tar.bz2) = b34e2bf224a2139e080960fb44cf2abe1c35c9b3
+RMD160 (bogofilter-1.1.7.tar.bz2) = 799a375d54441c8fd6355921c468f33f7e65a46f
+Size (bogofilter-1.1.7.tar.bz2) = 839687 bytes
+SHA1 (patch-aa) = e45350ce0f2f74af949b6a298e98873da3798239
 SHA1 (patch-ab) = f55a9956d82f56cef686a9125983ec5fd6942809
diff -r f42e39a96f72 -r 76404e45a121 mail/bogofilter/patches/patch-aa
--- a/mail/bogofilter/patches/patch-aa  Wed Oct 15 09:37:58 2008 +0000
+++ b/mail/bogofilter/patches/patch-aa  Wed Oct 15 12:15:40 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2008/05/02 13:44:02 obache Exp $
+$NetBSD: patch-aa,v 1.7 2008/10/15 12:15:40 martti Exp $
 
---- Makefile.in.orig   2006-07-10 10:14:49.000000000 +0000
-+++ Makefile.in
-@@ -258,6 +258,7 @@ SYSCONFDIR = @sysconfdir@
+--- Makefile.in.orig   2008-04-20 18:59:42.000000000 +0300
++++ Makefile.in        2008-10-15 14:42:37.000000000 +0300
+@@ -246,6 +246,7 @@
  
  # what to build
  sysconf_DATA = bogofilter.cf.example
@@ -10,12 +10,12 @@
  
  # what to distribute
  EXTRA_DIST = autogen.sh gsl config.rpath bogofilter.cf.example \
-@@ -412,14 +413,8 @@ bogogrep.obj: contrib/bogogrep.c
+@@ -399,14 +400,8 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bogogrep.obj `if test -f 'contrib/bogogrep.c'; then $(CYGPATH_W) 
'contrib/bogogrep.c'; else $(CYGPATH_W) '$(srcdir)/contrib/bogogrep.c'; fi`
- uninstall-info-am:
  install-sysconfDATA: $(sysconf_DATA)
 -      @$(NORMAL_INSTALL)
--      test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
+-      test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
 -      @list='$(sysconf_DATA)'; for p in $$list; do \
 -        if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 -        f=$(am__strip_dir) \



Home | Main Index | Thread Index | Old Index