Date: Sat, 23 Nov 2019 06:25:07 +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: r518185 - head/math/cadabra2 Message-ID: <201911230625.xAN6P7PA076082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Nov 23 06:25:07 2019 New Revision: 518185 URL: https://svnweb.freebsd.org/changeset/ports/518185 Log: math/cadabra2: Update 2.2.5-5 -> 2.2.7 Reported by: portscout Modified: head/math/cadabra2/Makefile head/math/cadabra2/distinfo head/math/cadabra2/pkg-plist Modified: head/math/cadabra2/Makefile ============================================================================== --- head/math/cadabra2/Makefile Sat Nov 23 05:53:50 2019 (r518184) +++ head/math/cadabra2/Makefile Sat Nov 23 06:25:07 2019 (r518185) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= cadabra2 -DISTVERSION= 2.2.5-5 -DISTVERSIONSUFFIX= -gf10cac6b9a -PORTREVISION= 5 +DISTVERSION= 2.2.7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -31,7 +29,7 @@ USE_TEX= base texmf texhash USE_LDCONFIG= yes OPTIONS_SUB= yes -CMAKE_ON= ENABLE_SYSTEM_JSONCPP BUILD_SHARED_LIBS USE_PYTHON_3 # OFF doesn't work, still links to python3: https://github.com/kpeeters/cadabra2/issues/76 +CMAKE_ON= ENABLE_SYSTEM_JSONCPP USE_PYTHON_3 # OFF doesn't work, still links to python3: https://github.com/kpeeters/cadabra2/issues/76 CMAKE_OFF= ENABLE_MATHEMATICA CXXFLAGS+= -I${LOCALBASE}/include/jsoncpp LDFLAGS+= -ljsoncpp Modified: head/math/cadabra2/distinfo ============================================================================== --- head/math/cadabra2/distinfo Sat Nov 23 05:53:50 2019 (r518184) +++ head/math/cadabra2/distinfo Sat Nov 23 06:25:07 2019 (r518185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549747092 -SHA256 (kpeeters-cadabra2-2.2.5-5-gf10cac6b9a_GH0.tar.gz) = 9b998c2dab003fa36944bf261828d4c9ae3f75a760b1ac458c4a12757d506bf5 -SIZE (kpeeters-cadabra2-2.2.5-5-gf10cac6b9a_GH0.tar.gz) = 24065768 +TIMESTAMP = 1574488492 +SHA256 (kpeeters-cadabra2-2.2.7_GH0.tar.gz) = 9baec68c52fca1e7bcda70448b8596f335ef004f4fc670a1def4721e6d8ac035 +SIZE (kpeeters-cadabra2-2.2.7_GH0.tar.gz) = 24049395 Modified: head/math/cadabra2/pkg-plist ============================================================================== --- head/math/cadabra2/pkg-plist Sat Nov 23 05:53:50 2019 (r518184) +++ head/math/cadabra2/pkg-plist Sat Nov 23 06:25:07 2019 (r518185) @@ -26,12 +26,14 @@ man/man1/cadabra2python.1.gz %%GUI%%%%DATADIR%%/manual/algorithms/einsteinify.cnb %%GUI%%%%DATADIR%%/manual/algorithms/eliminate_kronecker.cnb %%GUI%%%%DATADIR%%/manual/algorithms/eliminate_metric.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/eliminate_vielbein.cnb %%GUI%%%%DATADIR%%/manual/algorithms/epsilon_to_delta.cnb %%GUI%%%%DATADIR%%/manual/algorithms/evaluate.cnb %%GUI%%%%DATADIR%%/manual/algorithms/expand.cnb %%GUI%%%%DATADIR%%/manual/algorithms/expand_delta.cnb %%GUI%%%%DATADIR%%/manual/algorithms/expand_diracbar.cnb %%GUI%%%%DATADIR%%/manual/algorithms/expand_power.cnb +%%GUI%%%%DATADIR%%/manual/algorithms/explicit_indices.cnb %%GUI%%%%DATADIR%%/manual/algorithms/factor_in.cnb %%GUI%%%%DATADIR%%/manual/algorithms/factor_out.cnb %%GUI%%%%DATADIR%%/manual/algorithms/fierz.cnb @@ -82,6 +84,7 @@ man/man1/cadabra2python.1.gz %%GUI%%%%DATADIR%%/manual/properties/Indices.cnb %%GUI%%%%DATADIR%%/manual/properties/Integer.cnb %%GUI%%%%DATADIR%%/manual/properties/InverseMetric.cnb +%%GUI%%%%DATADIR%%/manual/properties/InverseVielbein.cnb %%GUI%%%%DATADIR%%/manual/properties/KroneckerDelta.cnb %%GUI%%%%DATADIR%%/manual/properties/LaTeXForm.cnb %%GUI%%%%DATADIR%%/manual/properties/Metric.cnb @@ -98,6 +101,7 @@ man/man1/cadabra2python.1.gz %%GUI%%%%DATADIR%%/manual/properties/Symmetric.cnb %%GUI%%%%DATADIR%%/manual/properties/Tableau.cnb %%GUI%%%%DATADIR%%/manual/properties/TableauSymmetry.cnb +%%GUI%%%%DATADIR%%/manual/properties/Vielbein.cnb %%GUI%%%%DATADIR%%/manual/properties/WeightInherit.cnb %%GUI%%%%DATADIR%%/notebook.html %%GUI%%%%DATADIR%%/notebook.tex @@ -108,8 +112,10 @@ man/man1/cadabra2python.1.gz %%DATADIR%%/python/cdb/core/solve.cnb %%DATADIR%%/python/cdb/gauge_theory/__init__.py %%DATADIR%%/python/cdb/gauge_theory/instantons.py -%%DATADIR%%/python/cdb/relativity/__init__.py -%%DATADIR%%/python/cdb/relativity/schwarzschild.py +%%DATADIR%%/python/cdb/relativity/abstract.cnb +%%DATADIR%%/python/cdb/relativity/schwarzschild.cnb +%%DATADIR%%/python/cdb/sympy/solvers.cnb +%%DATADIR%%/python/cdb/utils/develop.cnb %%DATADIR%%/python/cdb/utils/node.cnb %%DATADIR%%/python/cdb_appdirs.py %%GUI%%share/icons/hicolor/128x128/apps/cadabra2-gtk.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911230625.xAN6P7PA076082>