summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-28 19:03:00 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-28 19:03:00 +0000
commit825e032966acbb312c23c59c351305b35c4809ad (patch)
tree1adfa714135235cfabda32c86de0cfdc57058aa5 /mail
parentVDA bugfix (diff)
Update to 1.1.2
PR: 86680 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=143726
Diffstat (limited to 'mail')
-rw-r--r--mail/qsf/Makefile18
-rw-r--r--mail/qsf/distinfo4
-rw-r--r--mail/qsf/pkg-descr10
3 files changed, 13 insertions, 19 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile
index d122394ffb04..7e11b1aa5066 100644
--- a/mail/qsf/Makefile
+++ b/mail/qsf/Makefile
@@ -6,14 +6,18 @@
#
PORTNAME= qsf
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= qsf
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A small fast spam filter intended to be used with procmail
+OPTIONS= GDBM "GDBM support" off \
+ MYSQL "MySQL support" off \
+ SQLITE2 "SQLite2 support" off
+
USE_BZIP2= yes
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
@@ -27,10 +31,6 @@ PLIST_FILES= bin/qsf
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-OPTIONS= GDBM "GDBM support" off \
- MYSQL "MySQL support" off \
- SQLITE2 "SQLite2 support" off
-
.include <bsd.port.pre.mk>
.if defined(WITH_GDBM)
@@ -51,12 +51,8 @@ LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --without-sqlite
.endif
-# not supported yet.
-#.if defined(WITH_SQLITE3)
-#.endif
-
post-patch:
- @${REINPLACE_CMD} -e 's/Linux/${OPSYS}/g' ${WRKSRC}/doc/quickref.1.in
+ @${REINPLACE_CMD} -e 's|Linux|@VERSION@|g' ${WRKSRC}/doc/quickref.1.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qsf ${PREFIX}/bin/qsf
diff --git a/mail/qsf/distinfo b/mail/qsf/distinfo
index 20bcf08ecf3f..eb53d404c111 100644
--- a/mail/qsf/distinfo
+++ b/mail/qsf/distinfo
@@ -1,2 +1,2 @@
-MD5 (qsf-1.1.0.tar.bz2) = e1ce182655f046e209d2c6ba2207afbc
-SIZE (qsf-1.1.0.tar.bz2) = 164284
+MD5 (qsf-1.1.2.tar.bz2) = 97b0edd6bcbacbd4b0ee0f60d5313b08
+SIZE (qsf-1.1.2.tar.bz2) = 165206
diff --git a/mail/qsf/pkg-descr b/mail/qsf/pkg-descr
index 2321bb4cad38..be00cf6e9cf7 100644
--- a/mail/qsf/pkg-descr
+++ b/mail/qsf/pkg-descr
@@ -1,8 +1,6 @@
-Quick Spam Filter (qsf) is a lightweight statistical spam filter written in C.
-It is designed to be small, fast, reliable, easy to install, and simple to use
-in a procmail recipe
+Quick Spam Filter (qsf) is a small, fast spam filter that works by learning
+to recognise the words that are more likely to appear in spam than non-spam.
+It is intended to be used in a procmail recipe to mark email as being
+possible spam.
WWW: http://www.ivarch.com/programs/qsf/
-
--Liam Foy
-liamfoy@sepulcrum.org