diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /x11/ecore-input | |
parent | Update to 1.9: (diff) |
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
Notes
Notes:
svn path=/head/; revision=309405
Diffstat (limited to 'x11/ecore-input')
-rw-r--r-- | x11/ecore-input/Makefile | 10 | ||||
-rw-r--r-- | x11/ecore-input/distinfo | 4 | ||||
-rw-r--r-- | x11/ecore-input/pkg-plist | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile index 7020d3e9ba71..0bcf2f69b8d7 100644 --- a/x11/ecore-input/Makefile +++ b/x11/ecore-input/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= input -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ PKGNAMEPREFIX= ecore- -DISTNAME= ecore-${DISTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= Enlightenment core abstraction library (input module) @@ -27,8 +27,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_ARGS+= --enable-ecore-input -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -E \ -e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\ @@ -39,4 +37,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-input.pc \ ${PREFIX}/libdata/pkgconfig/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/ecore-input/distinfo b/x11/ecore-input/distinfo index 30f1faeb45b9..e4794250dd2e 100644 --- a/x11/ecore-input/distinfo +++ b/x11/ecore-input/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc -SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 +SHA256 (e17/ecore-1.7.4.tar.bz2) = 4fa52dece3cfeeb61c89038391c5c25ff31911a6dd187229f8ddb0a1bd61a03d +SIZE (e17/ecore-1.7.4.tar.bz2) = 3421866 diff --git a/x11/ecore-input/pkg-plist b/x11/ecore-input/pkg-plist index 4cefe08b334d..807f9dec0bdf 100644 --- a/x11/ecore-input/pkg-plist +++ b/x11/ecore-input/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_Input.h lib/libecore_input.so -lib/libecore_input.so.2 +lib/libecore_input.so.8 libdata/pkgconfig/ecore-input.pc @dirrmtry include/ecore-1 |