diff options
-rw-r--r-- | mail/bogofilter/Makefile | 5 | ||||
-rw-r--r-- | mail/bogofilter/PLIST | 8 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 11 | ||||
-rw-r--r-- | mail/bogofilter/patches/patch-aa | 16 | ||||
-rw-r--r-- | mail/bogofilter/patches/patch-ac | 16 |
5 files changed, 22 insertions, 34 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 8b4b27a5212..ca7038661bd 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2005/07/18 00:07:21 seb Exp $ +# $NetBSD: Makefile,v 1.30 2005/11/21 23:47:02 wiz Exp $ -DISTNAME= bogofilter-0.92.8 -PKGREVISION= 3 +DISTNAME= bogofilter-0.96.6 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/bogofilter/PLIST b/mail/bogofilter/PLIST index 5e59c472ebb..c8536935dbc 100644 --- a/mail/bogofilter/PLIST +++ b/mail/bogofilter/PLIST @@ -1,9 +1,15 @@ -@comment $NetBSD: PLIST,v 1.3 2004/02/09 00:59:06 snj Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/11/21 23:47:02 wiz Exp $ +bin/bf_compact +bin/bf_copy +bin/bf_tar bin/bogofilter bin/bogolexer bin/bogotune bin/bogoupgrade bin/bogoutil +man/man1/bf_compact.1 +man/man1/bf_copy.1 +man/man1/bf_tar.1 man/man1/bogofilter.1 man/man1/bogolexer.1 man/man1/bogotune.1 diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index 26e31ba7cb9..4394e16af0a 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.15 2005/02/24 09:59:20 agc Exp $ +$NetBSD: distinfo,v 1.16 2005/11/21 23:47:02 wiz Exp $ -SHA1 (bogofilter-0.92.8.tar.bz2) = ffaf181f71dfee7d4475d5c20fed4a8f50a3e7c4 -RMD160 (bogofilter-0.92.8.tar.bz2) = 72b3d7426fca787fcb774b8d6c540a4668796e35 -Size (bogofilter-0.92.8.tar.bz2) = 637420 bytes -SHA1 (patch-aa) = 2ce311616845a75aa978f96f5792db65b66539d5 +SHA1 (bogofilter-0.96.6.tar.bz2) = ce6ea4e9b1dd1342aa102816356f0bd6bbdb536a +RMD160 (bogofilter-0.96.6.tar.bz2) = 501fc9b4e65c23133dc517a8a3fb5f98669a87a9 +Size (bogofilter-0.96.6.tar.bz2) = 746286 bytes +SHA1 (patch-aa) = 1609c132d8c35e04b82c45815461a1ca36223c16 SHA1 (patch-ab) = f55a9956d82f56cef686a9125983ec5fd6942809 -SHA1 (patch-ac) = 9bfbb24fcf719f256512cd422973deaf5c52d2e6 diff --git a/mail/bogofilter/patches/patch-aa b/mail/bogofilter/patches/patch-aa index c458f5cdb1e..07fe5c6d47e 100644 --- a/mail/bogofilter/patches/patch-aa +++ b/mail/bogofilter/patches/patch-aa @@ -1,24 +1,24 @@ -$NetBSD: patch-aa,v 1.3 2004/10/26 05:41:41 snj Exp $ +$NetBSD: patch-aa,v 1.4 2005/11/21 23:47:02 wiz Exp $ ---- Makefile.in.orig 2004-10-19 17:39:42.000000000 -0700 -+++ Makefile.in 2004-10-25 22:11:33.000000000 -0700 -@@ -204,6 +204,7 @@ SYSCONFDIR = @sysconfdir@ +--- Makefile.in.orig 2005-11-12 23:36:29.000000000 +0100 ++++ Makefile.in +@@ -258,6 +258,7 @@ SYSCONFDIR = @sysconfdir@ # what to build sysconf_DATA = bogofilter.cf.example +egdir = $(prefix)/share/examples/bogofilter # what to distribute - EXTRA_DIST = autogen.sh gsl config.rpath \ -@@ -254,14 +255,8 @@ bogofilter.spec: $(top_builddir)/config. - cd $(top_builddir) && $(SHELL) ./config.status $@ + EXTRA_DIST = autogen.sh gsl config.rpath bogofilter.cf.example \ +@@ -361,14 +362,8 @@ bogogrep.obj: contrib/bogogrep.c + @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)" - @list='$(sysconf_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f="`echo $$p | sed -e 's|^.*/||'`"; \ +- f=$(am__strip_dir) \ - echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ - $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ - done diff --git a/mail/bogofilter/patches/patch-ac b/mail/bogofilter/patches/patch-ac deleted file mode 100644 index f721e8537b9..00000000000 --- a/mail/bogofilter/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2005/01/17 15:22:33 wiz Exp $ - ---- src/datastore_db.c.orig 2004-09-28 23:28:04.000000000 -0400 -+++ src/datastore_db.c -@@ -237,7 +237,11 @@ static uint32_t get_psize(DB *dbp) - uint32_t ret, pagesize; - DB_BTREE_STAT *dbstat = NULL; - -+#if (DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3) -+ ret = dbp->stat(dbp, NULL, &dbstat, DB_FAST_STAT); -+#else - ret = dbp->stat(dbp, &dbstat, DB_FAST_STAT); -+#endif - if (ret) { - dbp->err (dbp, ret, "%s (db) DB->stat", progname); - return 0xffffffff; |