svn commit: r341144 - head/graphics/edje

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 26 00:05:03 UTC 2014


Author: bapt
Date: Sun Jan 26 00:05:02 2014
New Revision: 341144
URL: http://svnweb.freebsd.org/changeset/ports/341144
QAT: https://qat.redports.org/buildarchive/r341144/

Log:
  Switch to lua 5.2
  While here update license

Modified:
  head/graphics/edje/Makefile

Modified: head/graphics/edje/Makefile
==============================================================================
--- head/graphics/edje/Makefile	Sun Jan 26 00:03:51 2014	(r341143)
+++ head/graphics/edje/Makefile	Sun Jan 26 00:05:02 2014	(r341144)
@@ -3,6 +3,7 @@
 
 PORTNAME=	edje
 PORTVERSION=	1.7.9
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	http://download.enlightenment.org/releases/ \
@@ -11,21 +12,21 @@ MASTER_SITES=	http://download.enlightenm
 MAINTAINER=	gblach at FreeBSD.org
 COMMENT=	Edje is a complex graphical design and layout engine
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix pkgconfig shared-mime-info
+USES=		pathfix pkgconfig shared-mime-info lua
 USE_EFL=	eina eet evas ecore eio embryo libtool_hack librt_hack
 USE_EFL_EVAS_LOADERS=	eet jpeg png
 USE_EFL_ECORE=	evas file imf imf_evas
-USE_LUA=	5.1+
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=	--without-vim
 
 post-patch:
+	@${REINPLACE_CMD} -e "s/lua >=/lua-${LUA_VER} >=/g" ${WRKSRC}/configure
 	@${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
 	    ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \


More information about the svn-ports-all mailing list