Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 13:52:41 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c356920b8d1f - main - mail/opensmtpd-filter-rspamd: remove RUN_DEPENDS on rspamd
Message-ID:  <202310161352.39GDqfZA018786@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310161352.39GDqfZA018786>