diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-25 11:36:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-25 11:36:20 +0800 |
commit | d0bf629633fe91b5132d6859e667b0ae11ad80d8 (patch) | |
tree | 22c15897ba515ea66ec8cf915c22838514e94107 /net/ecore-con | |
parent | 869e9d0f381aa5af10b777e02c89f8078103ccb3 (diff) | |
download | freebsd-ports-gnome-d0bf629633fe91b5132d6859e667b0ae11ad80d8.tar.gz freebsd-ports-gnome-d0bf629633fe91b5132d6859e667b0ae11ad80d8.tar.zst freebsd-ports-gnome-d0bf629633fe91b5132d6859e667b0ae11ad80d8.zip |
- Update modules to 1.0.0/1
- Update e17 to lastest snapshot 0.16.999.55225
PR: 154402
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer implicit
Diffstat (limited to 'net/ecore-con')
-rw-r--r-- | net/ecore-con/Makefile | 6 | ||||
-rw-r--r-- | net/ecore-con/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index 1a53ed0b7303..05af7d09b098 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -6,10 +6,10 @@ # PORTNAME= con -DISTVERSION= 1.0.0.beta +DISTVERSION= 1.0.1 CATEGORIES= net enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2010-10-03/base/ + http://files.roorback.net/e17/2011-05-25/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -51,6 +51,7 @@ CONFIGURE_ARGS+= --disable-curl .endif .if !defined(WITHOUT_SSL) +CONFIGURE_ENV= SSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" SSL_LIBS="-lssl" CONFIGURE_ARGS+= --enable-openssl .else CONFIGURE_ARGS+= --disable-openssl @@ -63,6 +64,7 @@ post-patch: ${BUILD_WRKSRC}/Makefile.in post-install: + ${REINPLACE_CMD} 's/ openssl//' ${WRKSRC}/ecore-con.pc ${INSTALL_DATA} ${WRKSRC}/ecore-con.pc \ ${PREFIX}/libdata/pkgconfig/ diff --git a/net/ecore-con/distinfo b/net/ecore-con/distinfo index 36d07e85437a..1b6a301ea5d5 100644 --- a/net/ecore-con/distinfo +++ b/net/ecore-con/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.0.beta.tar.bz2) = 9fd367f9ff10568082e65c1def46e64fb96b359221e0d6aea11c6c3f6bd5282f -SIZE (e17/ecore-1.0.0.beta.tar.bz2) = 916635 +SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 +SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 |