Date: Sun, 26 Jan 2014 00:05:03 +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: r341144 - head/graphics/edje Message-ID: <201401260005.s0Q053bH094341@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401260005.s0Q053bH094341>