From owner-svn-ports-head@freebsd.org Mon Feb 27 14:27:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE6F7CEF70B; Mon, 27 Feb 2017 14:27:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB4A0A5C; Mon, 27 Feb 2017 14:27:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1RER094011368; Mon, 27 Feb 2017 14:27:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1RER0nr011367; Mon, 27 Feb 2017 14:27:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702271427.v1RER0nr011367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 27 Feb 2017 14:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434957 - head/mail/opendmarc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2017 14:27:02 -0000 Author: amdmi3 Date: Mon Feb 27 14:27:00 2017 New Revision: 434957 URL: https://svnweb.freebsd.org/changeset/ports/434957 Log: - Add missing dependency on www/p5-HTTP-Message PR: 216947 Submitted by: douglas@douglasthrift.net Approved by: maintainer timeout (freebsd@gushi.org, 2 weeks) MFH: 2017Q1 Modified: head/mail/opendmarc/Makefile Modified: head/mail/opendmarc/Makefile ============================================================================== --- head/mail/opendmarc/Makefile Mon Feb 27 14:15:19 2017 (r434956) +++ head/mail/opendmarc/Makefile Mon Feb 27 14:27:00 2017 (r434957) @@ -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