Sun Aug 16 08:36:18 2020 UTC ()
opendmarc: add missing dependency

Reported by Richard Sass on pkgsrc-users.

Bump PKGREVISION.


(wiz)
diff -r1.19 -r1.20 pkgsrc/mail/opendmarc/Makefile

cvs diff -r1.19 -r1.20 pkgsrc/mail/opendmarc/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/opendmarc/Makefile 2020/07/27 22:28:47 1.19
+++ pkgsrc/mail/opendmarc/Makefile 2020/08/16 08:36:18 1.20
@@ -1,44 +1,44 @@ @@ -1,44 +1,44 @@
1# $NetBSD: Makefile,v 1.19 2020/07/27 22:28:47 oster Exp $ 1# $NetBSD: Makefile,v 1.20 2020/08/16 08:36:18 wiz Exp $
2 2
3DISTNAME= opendmarc-1.3.1 3DISTNAME= opendmarc-1.3.1
4PKGREVISION= 7 4PKGREVISION= 8
5CATEGORIES= mail 5CATEGORIES= mail
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendmarc/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendmarc/}
7 7
8MAINTAINER= pettai@NetBSD.org 8MAINTAINER= pettai@NetBSD.org
9HOMEPAGE= http://www.trusteddomain.org/opendmarc/ 9HOMEPAGE= http://www.trusteddomain.org/opendmarc/
10COMMENT= Open source DMARC library, MTA filter implementation and tools 10COMMENT= Open source DMARC library, MTA filter implementation and tools
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI 13DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
14DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql 14DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
15#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp 15#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
16DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch 16DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch
 17DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
17 18
18RCD_SCRIPTS= opendmarc 19RCD_SCRIPTS= opendmarc
19 20
20USE_LIBTOOL= yes 21USE_LIBTOOL= yes
21USE_TOOLS+= perl 22USE_TOOLS+= perl
22 23
23GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
24CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 25CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
25CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter} 26CONFIGURE_ARGS+= --with-milter=${BUILDLINK_PREFIX.libmilter}
26 27
27REPLACE_PERL= reports/opendmarc-expire.in 28REPLACE_PERL= reports/opendmarc-expire.in
28REPLACE_PERL+= reports/opendmarc-import.in 29REPLACE_PERL+= reports/opendmarc-import.in
29REPLACE_PERL+= reports/opendmarc-params.in 30REPLACE_PERL+= reports/opendmarc-params.in
30REPLACE_PERL+= reports/opendmarc-reports.in 31REPLACE_PERL+= reports/opendmarc-reports.in
31 32
32EGDIR= ${PREFIX}/share/examples/${PKGBASE} 33EGDIR= ${PREFIX}/share/examples/${PKGBASE}
33 34
34INSTALLATION_DIRS= ${EGDIR} 35INSTALLATION_DIRS= ${EGDIR}
35 36
36post-install: 37post-install:
37 ${INSTALL_DATA} ${WRKSRC}/opendmarc/opendmarc.conf.sample \ 38 ${INSTALL_DATA} ${WRKSRC}/opendmarc/opendmarc.conf.sample \
38 ${DESTDIR}${EGDIR}/ 39 ${DESTDIR}${EGDIR}/
39 40
40.include "../../security/openssl/buildlink3.mk" 41.include "../../security/openssl/buildlink3.mk"
41BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 
42.include "../../mail/libmilter/buildlink3.mk" 42.include "../../mail/libmilter/buildlink3.mk"
43.include "../../mk/pthread.buildlink3.mk" 43.include "../../mk/pthread.buildlink3.mk"
44.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"