Index: head/graphics/libetonyek01/Makefile =================================================================== --- head/graphics/libetonyek01/Makefile (revision 425454) +++ head/graphics/libetonyek01/Makefile (revision 425455) @@ -1,46 +1,45 @@ # $FreeBSD$ PORTNAME= libetonyek -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.1.6 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library to interpret and import Apple Keynote presentations LICENSE= LGPL21 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/include/mdds/global.hpp:devel/mdds0 \ +BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds \ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ librevenge-0.0.so:textproc/librevenge \ libxml2.so:textproc/libxml2 OPTIONS_DEFINE= TEST CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USES= autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cppunit.pc:devel/cppunit TEST_CONFIGURE_OFF= --disable-tests .include post-patch: @${REINPLACE_CMD} -e "s,zlib,,g" ${WRKSRC}/libetonyek.pc.in .if ${PORT_OPTIONS:MTEST} post-build: @cd ${WRKSRC}/src/test && ${MAKE_CMD} check .endif .include Index: head/graphics/libetonyek01/distinfo =================================================================== --- head/graphics/libetonyek01/distinfo (revision 425454) +++ head/graphics/libetonyek01/distinfo (revision 425455) @@ -1,2 +1,3 @@ -SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055 -SIZE (libetonyek-0.1.3.tar.xz) = 372884 +TIMESTAMP = 1478385570 +SHA256 (libetonyek-0.1.6.tar.xz) = df54271492070fbcc6aad9f81ca89658b25dd106cc4ab6b04b067b7a43dcc078 +SIZE (libetonyek-0.1.6.tar.xz) = 1243364 Index: head/graphics/libetonyek01/files/patch-mdds1.2 =================================================================== --- head/graphics/libetonyek01/files/patch-mdds1.2 (nonexistent) +++ head/graphics/libetonyek01/files/patch-mdds1.2 (revision 425455) @@ -0,0 +1,33 @@ +--- configure.ac ++++ configure.ac +@@ -24,8 +24,8 @@ AC_LANG([C++]) + # Configure options + # ================= + AC_ARG_WITH([mdds], +- AS_HELP_STRING([--with-mdds=1.0|0.x], [Specify which version of mdds to use (1.0 is the default)]), +- [], [with_mdds="1.0"]) ++ AS_HELP_STRING([--with-mdds=1.2|0.x], [Specify which version of mdds to use (1.2 is the default)]), ++ [], [with_mdds="1.2"]) + + # =========================== + # Find required base packages +@@ -47,7 +47,7 @@ AC_PROG_SED + + AM_MISSING_PROG([GPERF], [gperf]) + +-AS_IF([test "$with_mdds" = "1.0"], [AX_CXX_COMPILE_STDCXX_11([noext])]) ++AS_IF([test "$with_mdds" = "1.2"], [AX_CXX_COMPILE_STDCXX_11([noext])]) + + # =============== + # Find librevenge +@@ -138,8 +138,8 @@ AC_SUBST([GLM_CFLAGS]) + # ========= + # Find mdds + # ========= +-AS_IF([test "$with_mdds" = "1.0"], [ +- PKG_CHECK_MODULES([MDDS], [mdds-1.0]) ++AS_IF([test "$with_mdds" = "1.2"], [ ++ PKG_CHECK_MODULES([MDDS], [mdds-1.2]) + ], [ + PKG_CHECK_MODULES([MDDS], [mdds]) + AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type]) Property changes on: head/graphics/libetonyek01/files/patch-mdds1.2 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/libetonyek01/pkg-plist =================================================================== --- head/graphics/libetonyek01/pkg-plist (revision 425454) +++ head/graphics/libetonyek01/pkg-plist (revision 425455) @@ -1,15 +1,15 @@ bin/key2raw bin/key2text bin/key2xhtml bin/numbers2csv bin/numbers2raw bin/numbers2text bin/pages2html bin/pages2raw bin/pages2text 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.6 libdata/pkgconfig/libetonyek-0.1.pc