git: c356920b8d1f - main - mail/opensmtpd-filter-rspamd: remove RUN_DEPENDS on rspamd
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 13:52:41 UTC
The branch main has been updated by gahr: URL: https://cgit.FreeBSD.org/ports/commit/?id=c356920b8d1f1126ec9122fcf31ae411a36bf915 commit c356920b8d1f1126ec9122fcf31ae411a36bf915 Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2023-10-16 13:50:50 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2023-10-16 13:52:38 +0000 mail/opensmtpd-filter-rspamd: remove RUN_DEPENDS on rspamd We don't need rspamd to be installed on the same host (or jail). Approved by: manu@ --- mail/opensmtpd-filter-rspamd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/opensmtpd-filter-rspamd/Makefile b/mail/opensmtpd-filter-rspamd/Makefile index 5d471c925add..1a062c772709 100644 --- a/mail/opensmtpd-filter-rspamd/Makefile +++ b/mail/opensmtpd-filter-rspamd/Makefile @@ -1,5 +1,6 @@ PORTNAME= opensmtpd-filter-rspamd PORTVERSION= 0.1.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail @@ -9,8 +10,7 @@ WWW= https://github.com/poolpOrg/filter-rspamd LICENSE= ISCL -RUN_DEPENDS= opensmtpd>=6.6.0:mail/opensmtpd \ - rspamd>=0:mail/rspamd +RUN_DEPENDS= opensmtpd>=6.6.0:mail/opensmtpd USES= go