Hi,
Here is a patch for mail/p5-Mail-Milter-Authentication to fix RUN_DEPENDS.
After install this port, when run:
perl -e "use Mail::Milter::Authentication;"
It will fail because lacking of mail/p5-Mail-SPF as DEPENDS.
With this patch, the port build well and passed all tests on amd64-head
system.
Comments? OK?
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-Milter-Authentication/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 12 Jul 2019 20:47:34 -0000 1.4
+++ Makefile 23 Jul 2019 02:52:57 -0000
@@ -6,7 +6,7 @@ V = 1.1.0
DISTNAME = Mail-Milter-Authentication-v${V}
PKGNAME = p5-Mail-Milter-Authentication-${V}
CATEGORIES = mail
-REVISION = 0
+REVISION = 1
MAINTAINER = Giovanni Bechis <[email protected]>
@@ -26,6 +26,7 @@ RUN_DEPENDS = devel/p5-List-MoreUtils \
mail/p5-Email-Address \
mail/p5-Email-Date-Format \
mail/p5-Mail-DMARC>=1.20150908 \
+ mail/p5-Mail-SPF \
sysutils/p5-Proc-ProcessTable
TEST_DEPENDS = devel/p5-Test-CheckManifest \