Received: by mail.netbsd.org (Postfix, from userid 605) id A24DB84D6D; Sun, 16 Aug 2020 08:36:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2586B84D65 for ; Sun, 16 Aug 2020 08:36:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BvKZx5BZbieC for ; Sun, 16 Aug 2020 08:36:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7793684CEC for ; Sun, 16 Aug 2020 08:36:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 71000FB28; Sun, 16 Aug 2020 08:36:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159756697827770" MIME-Version: 1.0 Date: Sun, 16 Aug 2020 08:36:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/opendmarc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200816083618.71000FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159756697827770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Aug 16 08:36:18 UTC 2020 Modified Files: pkgsrc/mail/opendmarc: Makefile Log Message: opendmarc: add missing dependency Reported by Richard Sass on pkgsrc-users. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/opendmarc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159756697827770 Content-Disposition: inline Content-Length: 1138 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/opendmarc/Makefile diff -u pkgsrc/mail/opendmarc/Makefile:1.19 pkgsrc/mail/opendmarc/Makefile:1.20 --- pkgsrc/mail/opendmarc/Makefile:1.19 Mon Jul 27 22:28:47 2020 +++ pkgsrc/mail/opendmarc/Makefile Sun Aug 16 08:36:18 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2020/07/27 22:28:47 oster Exp $ +# $NetBSD: Makefile,v 1.20 2020/08/16 08:36:18 wiz Exp $ DISTNAME= opendmarc-1.3.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendmarc/} @@ -14,6 +14,7 @@ DEPENDS+= p5-DBI-[0-9]*:../../databases/ DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql #DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch +DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message RCD_SCRIPTS= opendmarc @@ -38,7 +39,6 @@ post-install: ${DESTDIR}${EGDIR}/ .include "../../security/openssl/buildlink3.mk" -BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 .include "../../mail/libmilter/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_159756697827770--