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:   ryoon
Date:           Fri Dec 20 16:05:09 UTC 2024

Modified Files:
        pkgsrc/mail/opendmarc: Makefile

Log Message:
mail/opendmarc: opendmarc-import requires p5-JSON

* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/mail/opendmarc/Makefile:1.33
--- pkgsrc/mail/opendmarc/Makefile:1.32 Tue Oct 22 15:21:06 2024
+++ pkgsrc/mail/opendmarc/Makefile      Fri Dec 20 16:05:09 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2024/10/22 15:21:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2024/12/20 16:05:09 ryoon Exp $
 
 DISTNAME=      rel-${PKGNAME_NOREV:C/\./-/g}
 PKGNAME=       opendmarc-1.4.2
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=trusteddomainproject/}
 GITHUB_PROJECT=        OpenDMARC
@@ -13,6 +13,7 @@ HOMEPAGE=     http://www.trusteddomain.org/o
 COMMENT=       Open source DMARC library, MTA filter implementation and tools
 LICENSE=       modified-bsd
 
+DEPENDS+=      p5-JSON-[0-9]*:../../converters/p5-JSON
 DEPENDS+=      p5-DBI-[0-9]*:../../databases/p5-DBI
 DEPENDS+=      p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
 DEPENDS+=      p5-Switch-[0-9]*:../../lang/p5-Switch



Home | Main Index | Thread Index | Old Index