svn commit: r538640 - head/graphics/libetonyek01

Dima Panov fluffy at FreeBSD.org
Sat Jun 13 06:36:10 UTC 2020


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


More information about the svn-ports-all mailing list