Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 14:30:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r434958 - branches/2017Q1/mail/opendmarc
Message-ID:  <201702271430.v1REUAOV011663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 27 14:30:10 2017
New Revision: 434958
URL: https://svnweb.freebsd.org/changeset/ports/434958

Log:
  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)

Modified:
  branches/2017Q1/mail/opendmarc/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/mail/opendmarc/Makefile
==============================================================================
--- branches/2017Q1/mail/opendmarc/Makefile	Mon Feb 27 14:27:00 2017	(r434957)
+++ branches/2017Q1/mail/opendmarc/Makefile	Mon Feb 27 14:30:10 2017	(r434958)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702271430.v1REUAOV011663>