diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
commit | 273c6e6d76de909e0b97d381d45340af8e91a37e (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /benchmarks | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) | |
download | ports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz ports-273c6e6d76de909e0b97d381d45340af8e91a37e.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/expedite/Makefile | 15 | ||||
-rw-r--r-- | benchmarks/expedite/distinfo | 4 |
2 files changed, 7 insertions, 12 deletions
diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile index 378e057c6c53..6c6c39f75811 100644 --- a/benchmarks/expedite/Makefile +++ b/benchmarks/expedite/Makefile @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= expedite -PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTVERSION= 1.7.10 CATEGORIES= benchmarks enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ +MASTER_SITES= http://download.enlightenment.org/releases/ MAINTAINER= gblach@FreeBSD.org COMMENT= Expedite is a benchmark suite for Evas LICENSE= BSD2CLAUSE -DIST_SUBDIR= e17 +LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl + +DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= tar:bzip2 pkgconfig -USE_EFL= evas -USE_EFL_EVAS_ENGINES= buffer USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL SDL X11 @@ -29,21 +27,18 @@ X11_DESC= Enable X11 evas engine .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} -USE_EFL_EVAS_ENGINES+= opengl CONFIGURE_ARGS+= --enable-opengl-x11 .else CONFIGURE_ARGS+= --disable-opengl-x11 .endif .if ${PORT_OPTIONS:MSDL} -USE_EFL_EVAS_ENGINES+= sdl CONFIGURE_ARGS+= --enable-software-sdl .else CONFIGURE_ARGS+= --disable-software-sdl .endif .if ${PORT_OPTIONS:MX11} -USE_EFL_EVAS_ENGINES+= x11 CONFIGURE_ARGS+= --enable-software-x11 --enable-xrender-x11 .else CONFIGURE_ARGS+= --disable-software-x11 --disable-xrender-x11 diff --git a/benchmarks/expedite/distinfo b/benchmarks/expedite/distinfo index a4a94a17b49a..c7f50e78472f 100644 --- a/benchmarks/expedite/distinfo +++ b/benchmarks/expedite/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/expedite-1.7.9.tar.bz2) = 258aaac9ba6eac50c046c6267dad2da79481206b761b225da26094911720b62a -SIZE (e17/expedite-1.7.9.tar.bz2) = 5736114 +SHA256 (enlightenment/expedite-1.7.10.tar.bz2) = 91d0290ba3635a4440c389647643beaa8e39def2789d685d54a58a723398cc10 +SIZE (enlightenment/expedite-1.7.10.tar.bz2) = 5736765 |