svn commit: r355397 - head/databases/xapian-bindings

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 16:01:46 UTC 2014


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


More information about the svn-ports-all mailing list