Index: head/textproc/libepubgen/Makefile =================================================================== --- head/textproc/libepubgen/Makefile (revision 563206) +++ head/textproc/libepubgen/Makefile (revision 563207) @@ -1,45 +1,50 @@ # $FreeBSD$ PORTNAME= libepubgen -PORTVERSION= 0.1.0 -PORTREVISION= 9 +PORTVERSION= 0.1.1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= greg@unrelenting.technology COMMENT= Library for generating documents in ePub format LICENSE= MPL20 -LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string/classification.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/algorithm/string/join.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/algorithm/string/split.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/algorithm/string/trim.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/assign/list_of.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \ ${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs +LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -CONFIGURE_ARGS= --disable-werror -CPPFLAGS+= -I${LOCALBASE}/include - -GNU_CONFIGURE= yes USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-werror + INSTALL_TARGET= install-strip +CPPFLAGS+= -I${LOCALBASE}/include + +SO_VER= 1.0.1 +PLIST_SUB+= SO_VER="${SO_VER}" + +PORTDOCS= * + OPTIONS_DEFINE= DOCS DOXYGEN TEST OPTIONS_DEFAULT= OPTIONS_SUB= yes +DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen +DOXYGEN_CONFIGURE_OFF= --without-docs +DOXYGEN_IMPLIES= DOCS + TEST_TARGET= check TEST_LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libcppunit.so:devel/cppunit TEST_CONFIGURE_ENABLE= tests - -PORTDOCS= * -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_CONFIGURE_OFF= --without-docs -DOXYGEN_IMPLIES= DOCS .include Index: head/textproc/libepubgen/distinfo =================================================================== --- head/textproc/libepubgen/distinfo (revision 563206) +++ head/textproc/libepubgen/distinfo (revision 563207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517410235 -SHA256 (libepubgen-0.1.0.tar.xz) = eeaa2c19cc487c821b6477194a01b4373bce9368afb644d768d088935e3b3994 -SIZE (libepubgen-0.1.0.tar.xz) = 319652 +TIMESTAMP = 1610597172 +SHA256 (libepubgen-0.1.1.tar.xz) = 03e084b994cbeffc8c3dd13303b2cb805f44d8f2c3b79f7690d7e3fc7f6215ad +SIZE (libepubgen-0.1.1.tar.xz) = 324380 Index: head/textproc/libepubgen/pkg-plist =================================================================== --- head/textproc/libepubgen/pkg-plist (revision 563206) +++ head/textproc/libepubgen/pkg-plist (revision 563207) @@ -1,11 +1,11 @@ include/libepubgen-0.1/libepubgen/EPUBDrawingGenerator.h include/libepubgen-0.1/libepubgen/EPUBPackage.h include/libepubgen-0.1/libepubgen/EPUBPresentationGenerator.h include/libepubgen-0.1/libepubgen/EPUBTextGenerator.h include/libepubgen-0.1/libepubgen/libepubgen-api.h include/libepubgen-0.1/libepubgen/libepubgen-decls.h include/libepubgen-0.1/libepubgen/libepubgen.h lib/libepubgen-0.1.so lib/libepubgen-0.1.so.1 -lib/libepubgen-0.1.so.1.0.0 +lib/libepubgen-0.1.so.%%SO_VER%% libdata/pkgconfig/libepubgen-0.1.pc