Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 16:01:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355397 - head/databases/xapian-bindings
Message-ID:  <201405261601.s4QG1jKc016847@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 26 16:01:45 2014
New Revision: 355397
URL: http://svnweb.freebsd.org/changeset/ports/355397
QAT: https://qat.redports.org/buildarchive/r355397/

Log:
  Convert to USES=lua and make it use lua 5.2 by default

Modified:
  head/databases/xapian-bindings/Makefile

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Mon May 26 15:57:52 2014	(r355396)
+++ head/databases/xapian-bindings/Makefile	Mon May 26 16:01:45 2014	(r355397)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xapian-bindings
 PORTVERSION=	1.2.17
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -30,7 +31,7 @@ PORTDOCS=	*
 
 LUA_CONFIGURE_ENV=	LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
 LUA_CONFIGURE_WITH=	lua
-LUA_USE=		LUA=5.1+
+LUA_USES=		lua
 PERL_CONFIGURE_ENV=	PERL_LIB=${SITE_PERL}
 PERL_CONFIGURE_WITH=	perl
 PERL_USES=		perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261601.s4QG1jKc016847>