Skip to content

Commit

Permalink
mail/spamassassin*: Add two runtime dependencies
Browse files Browse the repository at this point in the history
Reported by:	pi
MFH:		2023Q1
  • Loading branch information
cschuber committed Feb 23, 2023
1 parent b090aac commit 1f79933
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mail/spamassassin-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spamassassin
PORTVERSION= ${SA_COMMIT_DATE}
PORTREVISION= 1
CATEGORIES?= mail perl5
PKGNAMESUFFIX= -devel

Expand All @@ -24,6 +25,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \
p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
p5-URI>=0:net/p5-URI \
p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \
p5-XString>=0:textproc/p5-XString \
re2c>=.12.0:devel/re2c

.for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY RLIMIT SPF_QUERY SSL
Expand Down
4 changes: 3 additions & 1 deletion mail/spamassassin/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spamassassin
PORTVERSION= 4.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES?= mail perl5
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail
DISTNAME= Mail-SpamAssassin-${PORTVERSION}
Expand All @@ -21,6 +21,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Net-IDN-Encode>=0:textproc/p5-Net-IDN-Encode \
p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \
p5-URI>=0:net/p5-URI \
p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \
p5-XString>=0:textproc/p5-XString \
re2c>=.12.0:devel/re2c

.for dep in DCC DKIM MYSQL PGSQL PYZOR RAZOR RELAY_COUNTRY RLIMIT SPF_QUERY SSL
Expand Down

0 comments on commit 1f79933

Please sign in to comment.