Date: Mon, 31 Jul 2023 18:47:07 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fca3191d5a6e - main - mail/spamassassin: Fix build (due to a syntax error) Message-ID: <202307311847.36VIl7Su091734@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=fca3191d5a6e7f061b26bf1fd419e1772378c646 commit fca3191d5a6e7f061b26bf1fd419e1772378c646 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-07-31 18:46:10 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-07-31 18:46:10 +0000 mail/spamassassin: Fix build (due to a syntax error) Approved by: portmgr (blanket) --- mail/spamassassin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index af10af7874e0..7fa570df6106 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-URI>=0:net/p5-URI \ p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \ p5-XString>=0:textproc/p5-XString \ - p5-IO-Socket-INET6=>:net/p5-IO-Socket-INET6 \ + p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ re2c>=.12.0:devel/re2c .for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY RLIMIT SPF_QUERY SSL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311847.36VIl7Su091734>