pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/OSBF-lua



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 28 09:45:26 UTC 2020

Modified Files:
        pkgsrc/mail/OSBF-lua: Makefile

Log Message:
OSBF-lua: limit to lua 5.2


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/OSBF-lua/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/OSBF-lua/Makefile
diff -u pkgsrc/mail/OSBF-lua/Makefile:1.15 pkgsrc/mail/OSBF-lua/Makefile:1.16
--- pkgsrc/mail/OSBF-lua/Makefile:1.15  Tue Apr 14 12:47:11 2020
+++ pkgsrc/mail/OSBF-lua/Makefile       Tue Apr 28 09:45:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/04/14 12:47:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/28 09:45:26 wiz Exp $
 
 DISTNAME=      osbf-lua-2.0.4
 PKGREVISION=   6
@@ -16,6 +16,8 @@ USE_TOOLS+=           gmake
 
 INSTALL_TARGET=        install install_spamfilter
 
+LUA_VERSIONS_ACCEPTED= 52
+
 SUBST_CLASSES+=                path
 SUBST_STAGE.path=      pre-configure
 SUBST_MESSAGE.path=    Fixing paths in config



Home | Main Index | Thread Index | Old Index