aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-05-20 20:27:50 +0800
committerkrion <krion@FreeBSD.org>2005-05-20 20:27:50 +0800
commitc2a15eb5bb194cb52c446c14c72d8611bacbc944 (patch)
tree46ed158525fb4e28c4a86bb71b3cd9b2bfe3808d /mail
parent5479175e1143d35dd869cc4d3609f0b4a5e4ae91 (diff)
downloadfreebsd-ports-gnome-c2a15eb5bb194cb52c446c14c72d8611bacbc944.tar.gz
freebsd-ports-gnome-c2a15eb5bb194cb52c446c14c72d8611bacbc944.tar.zst
freebsd-ports-gnome-c2a15eb5bb194cb52c446c14c72d8611bacbc944.zip
Update to 0.94.12
PR: ports/81268 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter/Makefile23
-rw-r--r--mail/bogofilter/distinfo4
-rw-r--r--mail/bogofilter/pkg-plist4
3 files changed, 18 insertions, 13 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 95df5736aa8e..00dee30ba932 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.92.8
-PORTREVISION?= 1
+PORTVERSION= 0.94.12
+PORTREVISION= 0
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,16 +15,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER?= matthias.andree@gmx.de
COMMENT= "Fast, teachable, learning spam detector"
-LIB_DEPENDS?= db-4.2:${PORTSDIR}/databases/db42
+LIB_DEPENDS?= db-4.3:${PORTSDIR}/databases/db43
.if !defined(WITHOUT_GSL)
LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
.endif
.if !defined(WITHOUT_BASH)
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
.endif
-CONFLICTS?= bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \
- bogofilter-current-[0-9]*
+CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
USE_BZIP2= yes
USE_REINPLACE= yes
@@ -35,13 +34,14 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
.if defined(WITHOUT_GSL)
CONFIGURE_ARGS+= --with-included-gsl
.endif
-CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42" \
- LDFLAGS="-L${LOCALBASE}/lib" LIBS="-ldb-4.2"
+CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db43" \
+ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-ldb-4.3"
CONFIGURE_ENV+= PERL="${PERL}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALL_TARGET= install-strip prefix=${PREFIX}
-MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1
+MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1 \
+ bf_copy.1 bf_compact.1 bf_resize.1 bf_tar.1
post-patch:
${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \
@@ -87,10 +87,11 @@ post-install::
.endfor
.for i in AUTHORS COPYING INSTALL NEWS README README.cvs \
doc/README.validation TODO \
- CHANGES-* RELEASE.NOTES-* \
+ RELEASE.NOTES doc/README.db doc/README.sqlite \
doc/integrating-with-postfix doc/integrating-with-qmail \
doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 \
- doc/README.tdb
+ doc/README.tdb doc/bogofilter-SA-2004-01 GETTING.STARTED \
+ doc/bogofilter-faq.html doc/bogofilter-faq-fr.html
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/trio/AUTHORS ${DOCSDIR}/AUTHORS.trio
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index e1e0683058c1..0604b07f8577 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1,2 +1,2 @@
-MD5 (bogofilter-0.92.8.tar.bz2) = dac06b6afcab0e36d17b1604216dc9bf
-SIZE (bogofilter-0.92.8.tar.bz2) = 637420
+MD5 (bogofilter-0.94.12.tar.bz2) = 489337defebff75d8e2b46350e946752
+SIZE (bogofilter-0.94.12.tar.bz2) = 723385
diff --git a/mail/bogofilter/pkg-plist b/mail/bogofilter/pkg-plist
index d82888eb7797..cdfeeddebeeb 100644
--- a/mail/bogofilter/pkg-plist
+++ b/mail/bogofilter/pkg-plist
@@ -1,3 +1,7 @@
+bin/bf_compact
+bin/bf_copy
+bin/bf_resize
+bin/bf_tar
bin/bogofilter
bin/bogolexer
bin/bogotune