pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/opendmarc



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.

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"



Home | Main Index | Thread Index | Old Index