Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2021 00:27:43 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561686 - head/math/dune-common
Message-ID:  <202101160027.10G0Rhh0084124@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 16 00:27:43 2021
New Revision: 561686
URL: https://svnweb.freebsd.org/changeset/ports/561686

Log:
  math/dune-common: Update 2.7.0 -> 2.7.1

Modified:
  head/math/dune-common/Makefile
  head/math/dune-common/distinfo
  head/math/dune-common/pkg-plist

Modified: head/math/dune-common/Makefile
==============================================================================
--- head/math/dune-common/Makefile	Sat Jan 16 00:09:30 2021	(r561685)
+++ head/math/dune-common/Makefile	Sat Jan 16 00:27:43 2021	(r561686)
@@ -2,8 +2,7 @@
 
 PORTNAME=	dune-common
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.7.0
-PORTREVISION=	4
+DISTVERSION=	2.7.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,25 +17,30 @@ LIB_DEPENDS=	libopenblas.so:math/openblas \
 		libtbb.so:devel/tbb
 
 USES=		cmake compiler:c++17-lang fortran pkgconfig python shebangfix
-SHEBANG_FILES=	bin/dune-ctest
+SHEBANG_FILES=	bin/dune-ctest cmake/scripts/extract_cmake_data.py
 USE_GITLAB=	yes
 USE_LDCONFIG=	yes
 
 GL_SITE=	https://gitlab.dune-project.org
 GL_ACCOUNT=	core
-GL_COMMIT=	c5321673af09725a411bdd81aa2be5cfaf8bf9a6
+GL_COMMIT=	aa689abba532f40db8f5663fa379ea77211c1953
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS DOXYGEN
 OPTIONS_SUB=	yes
 
 DOCS_CMAKE_BOOL=	FREEBSD_INSTALL_DOCS
-DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen \
-			latex:print/tex-formats \
+DOCS_BUILD_DEPENDS=	latex:print/tex-formats \
 			sphinx-build:textproc/py-sphinx
 
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_IMPLIES=	DOCS
+
 PORTDOCS=	*
+
+post-install:
+	@${RM} ${STAGEDIR}${PREFIX}/share/dune/cmake/scripts/run-in-dune-env.sh.in # https://gitlab.dune-project.org/core/dune-common/-/issues/229
 
 post-stage-DOCS-on: # https://gitlab.dune-project.org/core/dune-common/issues/191
 	@${RMDIR} ${STAGEDIR}${DOCSDIR}/comm

Modified: head/math/dune-common/distinfo
==============================================================================
--- head/math/dune-common/distinfo	Sat Jan 16 00:09:30 2021	(r561685)
+++ head/math/dune-common/distinfo	Sat Jan 16 00:27:43 2021	(r561686)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584201333
-SHA256 (core-dune-common-c5321673af09725a411bdd81aa2be5cfaf8bf9a6_GL0.tar.gz) = 1154fc0054c0a214fbfff776f10588fe5f4c23efa8c6333574ee0758085990fb
-SIZE (core-dune-common-c5321673af09725a411bdd81aa2be5cfaf8bf9a6_GL0.tar.gz) = 573359
+TIMESTAMP = 1610753851
+SHA256 (core-dune-common-aa689abba532f40db8f5663fa379ea77211c1953_GL0.tar.gz) = e83532b99635ded53ad0bdde2c64f90dfbf454b94b706ed89fd514a35e2df213
+SIZE (core-dune-common-aa689abba532f40db8f5663fa379ea77211c1953_GL0.tar.gz) = 573832

Modified: head/math/dune-common/pkg-plist
==============================================================================
--- head/math/dune-common/pkg-plist	Sat Jan 16 00:09:30 2021	(r561685)
+++ head/math/dune-common/pkg-plist	Sat Jan 16 00:27:43 2021	(r561686)
@@ -202,5 +202,4 @@ share/dune/cmake/scripts/index.rst.in
 share/dune/cmake/scripts/main77.cc.in
 share/dune/cmake/scripts/module_library.cc.in
 share/dune/cmake/scripts/pyversion.py
-share/dune/cmake/scripts/run-in-dune-env.sh.in
 share/dune/cmake/scripts/sphinx_cmake_dune.py



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