ports/86680: Update port: mail/qsf to 1.1.2
KATO Tsuguru
tkato432 at yahoo.com
Wed Sep 28 16:10:29 UTC 2005
>Number: 86680
>Category: ports
>Synopsis: Update port: mail/qsf to 1.1.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 28 16:10:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p12 i386
>Organization:
>Environment:
>Description:
- Update to version 1.1.2
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/mail/qsf/Makefile mail/qsf/Makefile
--- /usr/ports/mail/qsf/Makefile Fri Jun 10 21:30:07 2005
+++ mail/qsf/Makefile Thu Sep 29 00:29:27 2005
@@ -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 at 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 @@
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)
@@ -56,7 +56,7 @@
#.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 -urN /usr/ports/mail/qsf/distinfo mail/qsf/distinfo
--- /usr/ports/mail/qsf/distinfo Fri Jun 10 21:30:07 2005
+++ mail/qsf/distinfo Thu Sep 29 00:18:48 2005
@@ -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 -urN /usr/ports/mail/qsf/pkg-descr mail/qsf/pkg-descr
--- /usr/ports/mail/qsf/pkg-descr Fri Jun 10 21:30:07 2005
+++ mail/qsf/pkg-descr Thu Sep 29 00:27:21 2005
@@ -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 at sepulcrum.org
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list