summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-03-06 13:41:47 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-03-06 13:41:47 +0000
commitdfba31ad0e05b80737bdeddc2569e6a16b6183ea (patch)
treeb50f1d870bee5c1b96e29b9dae970182e701fc27 /mail/bogofilter
parentFix version number in emacs hint. (diff)
Upgrade to 0.11.1.1.
PR: ports/48973 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=77029
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile7
-rw-r--r--mail/bogofilter/distinfo2
-rw-r--r--mail/bogofilter/pkg-descr2
3 files changed, 5 insertions, 6 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index 63e5c0271019..95a18d5f97f8 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bogofilter
-PORTVERSION= 0.11.1
+PORTVERSION= 0.11.1.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,12 +21,11 @@ GNU_CONFIGURE= yes
PATCH_STRIP= -p1
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db4" \
LDFLAGS="-L${PREFIX}/lib"
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --program-transform-name=
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1
post-build::
- cd ${WRKSRC}/doc && make bogofilter.html bogolexer.html bogoutil.html bogoupgrade.html
cd ${WRKSRC} && make check SHELL=${SH}
do-install:
diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo
index 28a0535e5457..f375eec8e22b 100644
--- a/mail/bogofilter/distinfo
+++ b/mail/bogofilter/distinfo
@@ -1 +1 @@
-MD5 (bogofilter-0.11.1.tar.gz) = 95fd3ad778911796397c45fed4ef1ebf
+MD5 (bogofilter-0.11.1.1.tar.gz) = 815c8ce2262fab8bedfa25b40781ee39
diff --git a/mail/bogofilter/pkg-descr b/mail/bogofilter/pkg-descr
index 7eabd41128d8..dfbd62a10800 100644
--- a/mail/bogofilter/pkg-descr
+++ b/mail/bogofilter/pkg-descr
@@ -2,6 +2,6 @@ Bogofilter takes an email message or other text on standard input, parses it
into words, does a statistical check against data bases of "good" and "bad"
words, and returns a status code indicating whether or not the message is spam.
Bogofilter decodes base64 or quoted-printable encoded texts and ignores non-text
-attachments.
+attachments and HTML comments.
WWW: http://bogofilter.sourceforge.net/