aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-27 14:30:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-27 14:30:10 +0000
commita9da5275618e17c8d00ccf87319e0701f82920fd (patch)
tree71ce96ce0287e35923e8626ade852000776ff55d
parente939e0bfd23365199934f6bd3bdafd36824d2834 (diff)
downloadports-a9da5275618e17c8d00ccf87319e0701f82920fd.tar.gz
ports-a9da5275618e17c8d00ccf87319e0701f82920fd.zip
MFH: r434957
- Add missing dependency on www/p5-HTTP-Message PR: 216947 Submitted by: douglas@douglasthrift.net Approved by: maintainer timeout (freebsd@gushi.org, 2 weeks) Approved by: ports-secteam (with hat)
Notes
Notes: svn path=/branches/2017Q1/; revision=434958
-rw-r--r--mail/opendmarc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile
index 1868e0d191f9..463a315e1e9e 100644
--- a/mail/opendmarc/Makefile
+++ b/mail/opendmarc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opendmarc
PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail security
MASTER_SITES= SF/${PORTNAME} \
SF/${PORTNAME}/Previous%20Releases
@@ -11,12 +11,13 @@ MASTER_SITES= SF/${PORTNAME} \
MAINTAINER= freebsd@gushi.org
COMMENT= DMARC library and milter implementation
-LICENSE= BSD3CLAUSE SENDMAIL
-LICENSE_COMB= multi
+LICENSE= BSD3CLAUSE SENDMAIL
+LICENSE_COMB= multi
RUN_DEPENDS= p5-Switch>=0:lang/p5-Switch \
p5-DBI>=0:databases/p5-DBI \
- p5-DBD-mysql>=0:databases/p5-DBD-mysql
+ p5-DBD-mysql>=0:databases/p5-DBD-mysql \
+ p5-HTTP-Message>=0:www/p5-HTTP-Message
LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail
LICENSE_GROUPS_SENDMAIL= FSF OSI