diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-06-26 17:36:30 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-06-26 17:36:30 +0000 |
commit | b9eaf394330b28c95aff1aed37c4e9c7269123a4 (patch) | |
tree | c7d813040107a076d3b35f3a2eefbed1462e4ed4 /net/ecore-con | |
parent | 2cce93719ddda5af2198b65d659b27535350e329 (diff) | |
download | ports-b9eaf394330b28c95aff1aed37c4e9c7269123a4.tar.gz ports-b9eaf394330b28c95aff1aed37c4e9c7269123a4.zip |
Notes
Diffstat (limited to 'net/ecore-con')
-rw-r--r-- | net/ecore-con/Makefile | 7 | ||||
-rw-r--r-- | net/ecore-con/distinfo | 4 | ||||
-rw-r--r-- | net/ecore-con/pkg-descr | 2 | ||||
-rw-r--r-- | net/ecore-con/pkg-plist | 2 |
4 files changed, 8 insertions, 7 deletions
diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index 79a01bf4c96a..caf938775b97 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -6,10 +6,10 @@ # PORTNAME= con -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.0 CATEGORIES= net enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-05-25/base/ + http://files.roorback.net/e17/2011-12-02/base/ PKGNAMEPREFIX= ecore- DISTNAME= ecore-${DISTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= magik@roorback.net COMMENT= Enlightenment core abstraction library (con module) LICENSE= BSD + DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes @@ -64,7 +65,7 @@ post-patch: ${BUILD_WRKSRC}/Makefile.in post-install: - ${REINPLACE_CMD} 's/ openssl//' ${WRKSRC}/ecore-con.pc + @${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 1b6a301ea5d5..30f1faeb45b9 100644 --- a/net/ecore-con/distinfo +++ b/net/ecore-con/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.0.1.tar.bz2) = 66d6c08fa2690b7fe0dc11fedfd08c442d8e1b9a5ea16724053c0f7dd625f366 -SIZE (e17/ecore-1.0.1.tar.bz2) = 903399 +SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc +SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298 diff --git a/net/ecore-con/pkg-descr b/net/ecore-con/pkg-descr index 2559668d0e57..de0d636325d6 100644 --- a/net/ecore-con/pkg-descr +++ b/net/ecore-con/pkg-descr @@ -2,4 +2,4 @@ A core event abstracter layer and X abstraction layer that makes doing selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers fast, optimised, and convenient. -WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ +WWW: http://docs.enlightenment.org/auto/ecore/ diff --git a/net/ecore-con/pkg-plist b/net/ecore-con/pkg-plist index f3fc9d085686..51a9a658d2da 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.1 +lib/libecore_con.so.2 libdata/pkgconfig/ecore-con.pc @dirrmtry include/ecore-1 |