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.
This commit is contained in:
Jung-uk Kim 2015-07-03 01:12:09 +00:00
parent 88b743b84f
commit 46d2c8d3c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391213
3 changed files with 7 additions and 8 deletions

View file

@ -1,7 +1,8 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= libetonyek PORTNAME= libetonyek
PORTVERSION= 0.1.3 PORTVERSION= 0.1.1
PORTEPOCH= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
PKGNAMESUFFIX= 01 PKGNAMESUFFIX= 01
@ -12,10 +13,8 @@ COMMENT= Library to interpret and import Apple Keynote presentations
LICENSE= LGPL21 MPL LICENSE= LGPL21 MPL
LICENSE_COMB= dual LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:${PORTSDIR}/devel/boost-libs \ LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
${LOCALBASE}/include/mdds/flat_segment_tree.hpp:${PORTSDIR}/devel/mdds \ librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
libxml2.so:${PORTSDIR}/textproc/libxml2 libxml2.so:${PORTSDIR}/textproc/libxml2
OPTIONS_DEFINE= TEST OPTIONS_DEFINE= TEST

View file

@ -1,2 +1,2 @@
SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 SHA256 (libetonyek-0.1.1.tar.xz) = 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e
SIZE (libetonyek-0.1.3.tar.xz) = 372884 SIZE (libetonyek-0.1.1.tar.xz) = 338396

View file

@ -11,5 +11,5 @@ include/libetonyek-0.1/libetonyek/EtonyekDocument.h
include/libetonyek-0.1/libetonyek/libetonyek.h include/libetonyek-0.1/libetonyek/libetonyek.h
lib/libetonyek-0.1.so lib/libetonyek-0.1.so
lib/libetonyek-0.1.so.1 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 libdata/pkgconfig/libetonyek-0.1.pc