textproc/libepubgen: update to 0.1.1
PR: 252659 Approved by: maintainer (timeout 2w)
This commit is contained in:
parent
f6f36be196
commit
7f4532864b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563207
3 changed files with 21 additions and 16 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libepubgen
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 9
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -11,7 +10,6 @@ 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 \
|
||||
|
@ -19,27 +17,34 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string/classification.hpp:de
|
|||
${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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,5 +7,5 @@ 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
|
||||
|
|
Loading…
Reference in a new issue