Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 06:36:09 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538640 - head/graphics/libetonyek01
Message-ID:  <202006130636.05D6a9mr012129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sat Jun 13 06:36:09 2020
New Revision: 538640
URL: https://svnweb.freebsd.org/changeset/ports/538640

Log:
  graphics/libetonyek01: bump after devel/mdds update

Modified:
  head/graphics/libetonyek01/Makefile

Modified: head/graphics/libetonyek01/Makefile
==============================================================================
--- head/graphics/libetonyek01/Makefile	Sat Jun 13 06:34:20 2020	(r538639)
+++ head/graphics/libetonyek01/Makefile	Sat Jun 13 06:36:09 2020	(r538640)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libetonyek
 PORTVERSION=	0.1.9
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	LODEV/${PORTNAME}
@@ -14,7 +14,7 @@ COMMENT=	Library to interpret and import Apple Keynote
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/include/mdds-1.4/mdds/global.hpp:devel/mdds \
+BUILD_DEPENDS=	${LOCALBASE}/include/mdds-${MDDS_VERSION}/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 \
@@ -24,7 +24,9 @@ LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 USES=		compiler:c++11-lib gmake libtool pathfix \
 		pkgconfig tar:xz
 
-CONFIGURE_ARGS=	--disable-tests --disable-werror --without-docs --with-mdds=1.4
+MDDS_VERSION=	1.5
+
+CONFIGURE_ARGS=	--disable-tests --disable-werror --without-docs --with-mdds=${MDDS_VERSION}
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006130636.05D6a9mr012129>