Date: Fri, 4 Feb 2022 08:01:40 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2da25059b8bc - main - mail/qsf: Update to 1.2.15 Message-ID: <202202040801.21481ecQ041505@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2da25059b8bcda704c896e102a77b54e8ee5d7b9 commit 2da25059b8bcda704c896e102a77b54e8ee5d7b9 Author: Gian-Simon Purkert <gspurki@gmail.com> AuthorDate: 2022-02-03 11:37:44 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-02-04 07:59:25 +0000 mail/qsf: Update to 1.2.15 ChangeLog: http://www.ivarch.com/programs/qsf/ While here, pet port Makefile. PR: 259317 Reported by: gspurki@gmail.com Approved by: jack@jarasoft.net (maintainer, timeout 2 weeks) --- mail/qsf/Makefile | 12 ++++-------- mail/qsf/distinfo | 5 +++-- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index f0fca08ad833..f86fa10a3b22 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -1,25 +1,21 @@ # 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 <bsd.port.options.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202040801.21481ecQ041505>