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:   taca
Date:           Sat Jul  2 13:02:32 UTC 2022

Modified Files:
        pkgsrc/mail/opendmarc: Makefile

Log Message:
mail/opendmarc: fix DISTNAME

Use PKGNAME_NOREV instead of PKGNAME for DISTNAME.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/mail/opendmarc/Makefile:1.30
--- pkgsrc/mail/opendmarc/Makefile:1.29 Tue Jun 28 11:34:23 2022
+++ pkgsrc/mail/opendmarc/Makefile      Sat Jul  2 13:02:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/06/28 11:34:23 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/07/02 13:02:32 taca Exp $
 
-DISTNAME=      rel-${PKGNAME:C/\./-/g}
+DISTNAME=      rel-${PKGNAME_NOREV:C/\./-/g}
 PKGNAME=       opendmarc-1.4.2
 PKGREVISION=   1
 CATEGORIES=    mail



Home | Main Index | Thread Index | Old Index