pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone monotone doesn't build against Lua 5.2,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/905d4ee43c5b
branches:  trunk
changeset: 626515:905d4ee43c5b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 13 22:48:10 2013 +0000

description:
monotone doesn't build against Lua 5.2, so require 5.1.

diffstat:

 devel/monotone/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r abb8209b0ba9 -r 905d4ee43c5b devel/monotone/Makefile
--- a/devel/monotone/Makefile   Wed Nov 13 20:35:43 2013 +0000
+++ b/devel/monotone/Makefile   Wed Nov 13 22:48:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2013/10/30 06:49:53 dholland Exp $
+# $NetBSD: Makefile,v 1.86 2013/11/13 22:48:10 joerg Exp $
 #
 
 DISTNAME=      monotone-1.0
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://monotone.ca/
 COMMENT=       Free distributed version control system
 
+LUA_VERSIONS_ACCEPTED= 51
+
 GCC_REQD+=             3.0
 GNU_CONFIGURE=         yes
 INFO_FILES=            yes



Home | Main Index | Thread Index | Old Index