diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index f0fca08ad833..f86fa10a3b22 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -1,47 +1,43 @@ # Created by: liamfoy@sepulcrum.org PORTNAME= qsf -PORTVERSION= 1.2.7 -PORTREVISION= 3 +PORTVERSION= 1.2.15 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= jack@jarasoft.net COMMENT= Small fast spam filter intended to be used with procmail -OPTIONS_DEFINE= GDBM MYSQL SQLITE2 -SQLITE2_DESC= SQLite2 support - -USES= tar:bzip2 +USES= localbase tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/qsf \ man/man1/qsf.1.gz -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= GDBM MYSQL SQLITE2 +SQLITE2_DESC= SQLite2 support .include .if ${PORT_OPTIONS:MGDBM} LIB_DEPENDS+= libgdbm.so:databases/gdbm .else CONFIGURE_ARGS+= --without-gdbm .endif .if ${PORT_OPTIONS:MMYSQL} USES+= mysql .else CONFIGURE_ARGS+= --without-mysql .endif .if ${PORT_OPTIONS:MSQLITE2} USES+= sqlite:2 .else CONFIGURE_ARGS+= --without-sqlite .endif post-patch: @${REINPLACE_CMD} -e 's|Linux|@VERSION@|g' ${WRKSRC}/doc/quickref.1.in .include diff --git a/mail/qsf/distinfo b/mail/qsf/distinfo index 6edb1be3ecf7..82c8244a83df 100644 --- a/mail/qsf/distinfo +++ b/mail/qsf/distinfo @@ -1,2 +1,3 @@ -SHA256 (qsf-1.2.7.tar.bz2) = 2caf3c066228217f70556af931c36a6f22c23823abbd52ff97835ca93cf3dab4 -SIZE (qsf-1.2.7.tar.bz2) = 181061 +TIMESTAMP = 1634743929 +SHA256 (qsf-1.2.15.tar.bz2) = eb71d42179fca1fb0266105af2f36de9e20165edee4b0d2c57d218cc977dae80 +SIZE (qsf-1.2.15.tar.bz2) = 175052