summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartti <martti>2008-10-15 12:15:40 +0000
committermartti <martti>2008-10-15 12:15:40 +0000
commitf75377b24c4852387eb75db8348db6b66f588b80 (patch)
treed3407a1568c6ee469929cb905ea39a822c4dccec
parent42d0edec0c1b585c88a11803aa9827479cb1deed (diff)
downloadpkgsrc-f75377b24c4852387eb75db8348db6b66f588b80.tar.gz
Updated mail/bogofilter to 1.1.7
* Lots of bug fixes and improvements since 1.0.3
-rw-r--r--mail/bogofilter/Makefile6
-rw-r--r--mail/bogofilter/distinfo10
-rw-r--r--mail/bogofilter/patches/patch-aa14
3 files changed, 15 insertions, 15 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 5f8ba868267..aac1da5c113 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -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 --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index fba4ba8c24e..6e233a8a919 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -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 --git a/mail/bogofilter/patches/patch-aa b/mail/bogofilter/patches/patch-aa
index 28e84dac847..d6fc5f1e750 100644
--- a/mail/bogofilter/patches/patch-aa
+++ b/mail/bogofilter/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.6 2008/05/02 13:44:02 obache Exp $
# 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) \