pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ap-modsecurity2 Force Lua 5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a6aa69e97e5
branches:  trunk
changeset: 626520:4a6aa69e97e5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 13 22:53:10 2013 +0000

description:
Force Lua 5.1.

diffstat:

 security/ap-modsecurity2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1000313ab2d5 -r 4a6aa69e97e5 security/ap-modsecurity2/Makefile
--- a/security/ap-modsecurity2/Makefile Wed Nov 13 22:52:23 2013 +0000
+++ b/security/ap-modsecurity2/Makefile Wed Nov 13 22:53:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2013/10/30 06:49:54 dholland Exp $
+# $NetBSD: Makefile,v 1.27 2013/11/13 22:53:10 joerg Exp $
 
 DISTNAME=      modsecurity-apache_2.5.13
 PKGNAME=       ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
@@ -15,6 +15,7 @@
 PKG_APACHE_ACCEPTED=   apache22
 USE_APR=               yes
 USE_LANGUAGES=         c++ c
+LUA_VERSIONS_ACCEPTED= 51
 
 .include "../../mk/apache.mk"
 .include "options.mk"



Home | Main Index | Thread Index | Old Index