mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Update to 0.1.3.
This commit is contained in:
parent
6977e13fef
commit
a4f858c6fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393926
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libetonyek
|
PORTNAME= libetonyek
|
||||||
PORTVERSION= 0.1.1
|
PORTVERSION= 0.1.3
|
||||||
PORTEPOCH= 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}/
|
||||||
|
@ -13,6 +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= mdds>=0.12.1_1:${PORTSDIR}/devel/mdds \
|
||||||
|
${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm
|
||||||
LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
|
LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
|
||||||
librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
|
librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
|
||||||
libxml2.so:${PORTSDIR}/textproc/libxml2
|
libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||||
|
@ -23,7 +25,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake gperf libtool pathfix pkgconfig tar:xz
|
USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (libetonyek-0.1.1.tar.xz) = 9c6a5a0f15ae6cc6e2dfb2272b664dedda7918ed46f3756f9f29a72589d8c83e
|
SHA256 (libetonyek-0.1.3.tar.xz) = fe12276a62bd5f5ca4f5bfbd4938a74d097084e1f9fe173e521f63203f56f055
|
||||||
SIZE (libetonyek-0.1.1.tar.xz) = 338396
|
SIZE (libetonyek-0.1.3.tar.xz) = 372884
|
||||||
|
|
|
@ -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.1
|
lib/libetonyek-0.1.so.1.0.3
|
||||||
libdata/pkgconfig/libetonyek-0.1.pc
|
libdata/pkgconfig/libetonyek-0.1.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue