git: bf9fbfdb5c73 - main - mail/spamassassin*: Fix IPv6 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:38:23 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf9fbfdb5c73b7495b17939458eb15f3664ece91 commit bf9fbfdb5c73b7495b17939458eb15f3664ece91 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-07-31 14:43:53 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-07-31 16:38:08 +0000 mail/spamassassin*: Fix IPv6 support spamassassin now needs net/p5-IO-Socket-INET6 to support IPv6. PR: 272830 MFH: 2023Q3 --- mail/spamassassin-devel/Makefile | 2 ++ mail/spamassassin/Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/spamassassin-devel/Makefile b/mail/spamassassin-devel/Makefile index 8799f908775e..69dc82d85d5c 100644 --- a/mail/spamassassin-devel/Makefile +++ b/mail/spamassassin-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= spamassassin PORTVERSION= ${SA_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES?= mail perl5 PKGNAMESUFFIX= -devel @@ -26,6 +27,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 \ re2c>=.12.0:devel/re2c .for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY RLIMIT SPF_QUERY SSL diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 4cc5c6a30204..af10af7874e0 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,6 +1,6 @@ PORTNAME= spamassassin PORTVERSION= 4.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= mail perl5 MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail DISTNAME= Mail-SpamAssassin-${PORTVERSION} @@ -23,6 +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 \ re2c>=.12.0:devel/re2c .for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY RLIMIT SPF_QUERY SSL