Index: head/math/mppp/Makefile =================================================================== --- head/math/mppp/Makefile (revision 527541) +++ head/math/mppp/Makefile (revision 527542) @@ -1,39 +1,39 @@ # $FreeBSD$ PORTNAME= mppp DISTVERSIONPREFIX= v -DISTVERSION= 0.18 +DISTVERSION= 0.19 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Multiprecision for modern C++ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING # build only checks that the headers exist, and then they are included in the run time BUILD_DEPENDS= ${LOCALBASE}/include/gmp.h:math/gmp \ ${LOCALBASE}/include/mpfr.h:math/mpfr RUN_DEPENDS= ${LOCALBASE}/include/gmp.h:math/gmp \ ${LOCALBASE}/include/mpfr.h:math/mpfr USES= cmake compiler:c++14-lang USE_GITHUB= yes GH_ACCOUNT= bluescarni TEST_ARGS= -DMPPP_BUILD_TESTS=ON -DMPPP_WITH_MPFR=ON -DMPPP_WITH_QUADMATH=OFF # no quad-precision fp type on FreeBSD, requested __float128 reinstantiation, bug#238129 BENCHMARK_ARGS= -DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_BOOST=OFF do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${TEST_ARGS} ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test benchmarks: build # additionally depends on boost-libs @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${BENCHMARK_ARGS} ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} benchmark .include Index: head/math/mppp/distinfo =================================================================== --- head/math/mppp/distinfo (revision 527541) +++ head/math/mppp/distinfo (revision 527542) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581781831 -SHA256 (bluescarni-mppp-v0.18_GH0.tar.gz) = 05c8585ed76be1d230b2a5243dd911481e8be9bd204433fa8e6cfe93d6ac0b15 -SIZE (bluescarni-mppp-v0.18_GH0.tar.gz) = 1418389 +TIMESTAMP = 1583043604 +SHA256 (bluescarni-mppp-v0.19_GH0.tar.gz) = dde0cef4bb27c30b57a48a457fa9b10291d260c07064df009e29bf2b261c2a7e +SIZE (bluescarni-mppp-v0.19_GH0.tar.gz) = 1439211 Index: head/math/mppp/pkg-plist =================================================================== --- head/math/mppp/pkg-plist (revision 527541) +++ head/math/mppp/pkg-plist (revision 527542) @@ -1,27 +1,29 @@ include/mp++/concepts.hpp include/mp++/config.hpp include/mp++/detail/fwd_decl.hpp include/mp++/detail/gmp.hpp include/mp++/detail/integer_literals.hpp include/mp++/detail/mpfr.hpp +include/mp++/detail/rational_literals.hpp +include/mp++/detail/real128_literal.hpp +include/mp++/detail/real_literals.hpp include/mp++/detail/type_traits.hpp include/mp++/detail/utils.hpp include/mp++/detail/visibility.hpp include/mp++/exceptions.hpp include/mp++/extra/pybind11.hpp include/mp++/integer.hpp include/mp++/mp++.hpp include/mp++/rational.hpp include/mp++/real.hpp include/mp++/real128.hpp include/mp++/type_name.hpp lib/cmake/mp++/FindGMP.cmake lib/cmake/mp++/FindMPFR.cmake -lib/cmake/mp++/FindQuadmath.cmake lib/cmake/mp++/mp++-config-version.cmake lib/cmake/mp++/mp++-config.cmake lib/cmake/mp++/mp++_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mp++/mp++_export.cmake lib/libmp++.so -lib/libmp++.so.4 -lib/libmp++.so.4.0 +lib/libmp++.so.5 +lib/libmp++.so.5.0