diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-29 03:03:00 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-29 03:03:00 +0800 |
commit | 08f12b512a9e98a8aef4bfbc1617bb6ade3b873a (patch) | |
tree | e5d0c3db2f97b39f3268ec619ff00c0323fd242f | |
parent | 841f52a0e7edcf3bb04108b647f06eec39726b65 (diff) | |
download | freebsd-ports-gnome-08f12b512a9e98a8aef4bfbc1617bb6ade3b873a.tar.gz freebsd-ports-gnome-08f12b512a9e98a8aef4bfbc1617bb6ade3b873a.tar.zst freebsd-ports-gnome-08f12b512a9e98a8aef4bfbc1617bb6ade3b873a.zip |
Update to 1.1.2
PR: 86680
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: pav (mentor)
-rw-r--r-- | mail/qsf/Makefile | 18 | ||||
-rw-r--r-- | mail/qsf/distinfo | 4 | ||||
-rw-r--r-- | mail/qsf/pkg-descr | 10 |
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 |