From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 00:05:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A9F1287; Sun, 26 Jan 2014 00:05:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 365961453; Sun, 26 Jan 2014 00:05:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0Q053fP094343; Sun, 26 Jan 2014 00:05:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0Q053bH094341; Sun, 26 Jan 2014 00:05:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401260005.s0Q053bH094341@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 26 Jan 2014 00:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341144 - head/graphics/edje X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 00:05:03 -0000 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)|' \