diff options
author | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2012-12-23 04:54:59 +0800 |
commit | fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /net/ecore-con | |
parent | 35e83ae5ca4ef2876eccf0e512467ede97187fb9 (diff) | |
download | freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.gz freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.zst freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.zip |
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG
Approved by: crees (mentor)
Diffstat (limited to 'net/ecore-con')
-rw-r--r-- | net/ecore-con/Makefile | 25 | ||||
-rw-r--r-- | net/ecore-con/distinfo | 4 | ||||
-rw-r--r-- | net/ecore-con/pkg-plist | 2 |
3 files changed, 15 insertions, 16 deletions
diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index 76942e1df4a9..bb75d7e025de 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= con -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= net 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 (con module) @@ -27,27 +27,26 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_ARGS+= --enable-ecore-con -OPTIONS= CARES "Enable async DNS resolving via c-ares" on \ - CURL "Enable Curl support" on \ - SSL "Enable SSL support" on +OPTIONS_DEFINE= CARES CURL SSL +OPTIONS_DEFAULT=CARES CURL SSL -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_CARES) +.if ${PORT_OPTIONS:MCARES} CONFIGURE_ARGS+= --enable-cares -LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares +LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares .else CONFIGURE_ARGS+= --disable-cares .endif -.if !defined(WITHOUT_CURL) +.if ${PORT_OPTIONS:MCURL} CONFIGURE_ARGS+= --enable-curl -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl .else CONFIGURE_ARGS+= --disable-curl .endif -.if !defined(WITHOUT_SSL) +.if ${PORT_OPTIONS:MSSL} CONFIGURE_ENV= SSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" SSL_LIBS="-lssl" CONFIGURE_ARGS+= --enable-openssl .else @@ -65,4 +64,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-con.pc \ ${PREFIX}/libdata/pkgconfig/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ecore-con/distinfo b/net/ecore-con/distinfo index 30f1faeb45b9..e4794250dd2e 100644 --- a/net/ecore-con/distinfo +++ b/net/ecore-con/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/net/ecore-con/pkg-plist b/net/ecore-con/pkg-plist index 51a9a658d2da..cd1c77b835fb 100644 --- a/net/ecore-con/pkg-plist +++ b/net/ecore-con/pkg-plist @@ -1,5 +1,5 @@ include/ecore-1/Ecore_Con.h lib/libecore_con.so -lib/libecore_con.so.2 +lib/libecore_con.so.8 libdata/pkgconfig/ecore-con.pc @dirrmtry include/ecore-1 |