pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/wl-snapshot



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 16 11:31:06 UTC 2023

Modified Files:
        pkgsrc/mail/wl-snapshot: Makefile

Log Message:
(mail/wl-snapshot) Using DATE= is harmfull practice, corrected


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/wl-snapshot/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/wl-snapshot/Makefile
diff -u pkgsrc/mail/wl-snapshot/Makefile:1.15 pkgsrc/mail/wl-snapshot/Makefile:1.16
--- pkgsrc/mail/wl-snapshot/Makefile:1.15       Sat Sep 16 11:24:17 2023
+++ pkgsrc/mail/wl-snapshot/Makefile    Sat Sep 16 11:31:06 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2023/09/16 11:24:17 mef Exp $
+# $NetBSD: Makefile,v 1.16 2023/09/16 11:31:06 mef Exp $
 
-DATE=          2023.08.18
+VERSION=       2023.08.18
 DISTNAME=      wanderlust
-PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/wanderlust/wl-2.15.9.${DATE}/}
+PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/wanderlust/wl-2.15.9.${VERSION}/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wanderlust/}
 GITHUB_PROJECT=        wanderlust



Home | Main Index | Thread Index | Old Index