svn commit: r339515 - head/multimedia/libquvi

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 12 15:18:34 UTC 2014


Author: bapt
Date: Sun Jan 12 15:18:33 2014
New Revision: 339515
URL: http://svnweb.freebsd.org/changeset/ports/339515

Log:
  Switch to lua 5.2

Modified:
  head/multimedia/libquvi/Makefile

Modified: head/multimedia/libquvi/Makefile
==============================================================================
--- head/multimedia/libquvi/Makefile	Sun Jan 12 15:17:28 2014	(r339514)
+++ head/multimedia/libquvi/Makefile	Sun Jan 12 15:18:33 2014	(r339515)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libquvi
 PORTVERSION=	0.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia devel
 MASTER_SITES=	SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
 		GOOGLE_CODE
@@ -25,12 +25,14 @@ PORTSCOUT=	limit:0.4.[0-9]*
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_LUA=	yes
 USE_XZ=		yes
-USES=		iconv pathfix pkgconfig
+USES=		iconv lua pathfix pkgconfig
 
 PROJECTHOST=	quvi
 
+post-patch:
+	@${REINPLACE_CMD} 's/lua-5.1/lua-${LUA_VER}/g' ${WRKSRC}/configure
+
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/


More information about the svn-ports-all mailing list