pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/notion



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 30 14:56:36 UTC 2020

Modified Files:
        pkgsrc/wm/notion: Makefile

Log Message:
notion: Use LUA_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/wm/notion/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/notion/Makefile
diff -u pkgsrc/wm/notion/Makefile:1.27 pkgsrc/wm/notion/Makefile:1.28
--- pkgsrc/wm/notion/Makefile:1.27      Fri Mar 20 11:58:33 2020
+++ pkgsrc/wm/notion/Makefile   Tue Jun 30 14:56:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/03/20 11:58:33 nia Exp $
+# $NetBSD: Makefile,v 1.28 2020/06/30 14:56:36 nia Exp $
 
 DISTNAME=      notion-3-2017050501
 PKGNAME=       ${DISTNAME:S/3-/3./}
@@ -19,7 +19,7 @@ WRKSRC=               ${WRKDIR}/${DISTNAME:S/-src//}
 USE_LANGUAGES= c99
 USE_TOOLS+=    gmake msgfmt pax pkg-config
 
-LUA_VERSIONS_INCOMPATIBLE=     53
+LUA_VERSIONS_ACCEPTED= 52 51
 
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   EXAMPLEDIR=${PREFIX}/share/examples/notion



Home | Main Index | Thread Index | Old Index