diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-03 01:12:09 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-03 01:12:09 +0000 |
commit | 46d2c8d3c49fab64e9cbbf88cec4ead5f01e2f49 (patch) | |
tree | f3aa3758041d9d26a55709ccd2fae1f8d7b974ae /graphics/libetonyek01 | |
parent | 88b743b84fdf297d2e295d4720f8bf6264d3bcf7 (diff) |
Revert to 0.1.1 because it does not build on 8.x and 9.x. Unfortunately,
there is no easy way to fix it without breaking its consumers.
Notes
Notes:
svn path=/head/; revision=391213
Diffstat (limited to 'graphics/libetonyek01')
-rw-r--r-- | graphics/libetonyek01/Makefile | 9 | ||||
-rw-r--r-- | graphics/libetonyek01/distinfo | 4 | ||||
-rw-r--r-- | graphics/libetonyek01/pkg-plist | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 23649dc2a765..b7de766d23a8 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.1 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 @@ -12,10 +13,8 @@ COMMENT= Library to interpret and import Apple Keynote presentations LICENSE= LGPL21 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:${PORTSDIR}/devel/boost-libs \ - ${LOCALBASE}/include/mdds/flat_segment_tree.hpp:${PORTSDIR}/devel/mdds \ - ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm -LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ +LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \ libxml2.so:${PORTSDIR}/textproc/libxml2 OPTIONS_DEFINE= TEST diff --git a/graphics/libetonyek01/distinfo b/graphics/libetonyek01/distinfo index 361bc08c6e9a..b0c9990362e9 100644 --- a/graphics/libetonyek01/distinfo +++ b/graphics/libetonyek01/distinfo @@ -1,2 +1,2 @@ -SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 -SIZE (libetonyek-0.1.3.tar.xz) = 372884 +SHA256 (libetonyek-0.1.1.tar.xz) = 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e +SIZE (libetonyek-0.1.1.tar.xz) = 338396 diff --git a/graphics/libetonyek01/pkg-plist b/graphics/libetonyek01/pkg-plist index 5b7e71e87411..b196e06692f9 100644 --- a/graphics/libetonyek01/pkg-plist +++ b/graphics/libetonyek01/pkg-plist @@ -11,5 +11,5 @@ include/libetonyek-0.1/libetonyek/EtonyekDocument.h include/libetonyek-0.1/libetonyek/libetonyek.h lib/libetonyek-0.1.so lib/libetonyek-0.1.so.1 -lib/libetonyek-0.1.so.1.0.3 +lib/libetonyek-0.1.so.1.0.1 libdata/pkgconfig/libetonyek-0.1.pc |