Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 04:46:24 +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: r560260 - head/math/mppp
Message-ID:  <202101040446.1044kOUs034512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Jan  4 04:46:24 2021
New Revision: 560260
URL: https://svnweb.freebsd.org/changeset/ports/560260

Log:
  math/mppp: Update 0.21 -> 0.22
  
  Reported by:	portscout

Modified:
  head/math/mppp/Makefile
  head/math/mppp/distinfo
  head/math/mppp/pkg-plist

Modified: head/math/mppp/Makefile
==============================================================================
--- head/math/mppp/Makefile	Mon Jan  4 04:45:48 2021	(r560259)
+++ head/math/mppp/Makefile	Mon Jan  4 04:46:24 2021	(r560260)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mppp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.21
+DISTVERSION=	0.22
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,6 +18,8 @@ LIB_DEPENDS=	libarb.so:math/arb \
 		libmpfr.so:math/mpfr
 
 USES=		cmake compiler:c++14-lang
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	bluescarni
 

Modified: head/math/mppp/distinfo
==============================================================================
--- head/math/mppp/distinfo	Mon Jan  4 04:45:48 2021	(r560259)
+++ head/math/mppp/distinfo	Mon Jan  4 04:46:24 2021	(r560260)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592547827
-SHA256 (bluescarni-mppp-v0.21_GH0.tar.gz) = 49a05fc6874a800cb42a3ac16eb46a50583f0b59d3b54008c58af766186a8c69
-SIZE (bluescarni-mppp-v0.21_GH0.tar.gz) = 1857134
+TIMESTAMP = 1609734013
+SHA256 (bluescarni-mppp-v0.22_GH0.tar.gz) = 92e34a393c7b6e61daec6a26827a2b73b9b61d961ab37bcabbf051cc7ff19ad2
+SIZE (bluescarni-mppp-v0.22_GH0.tar.gz) = 1868147

Modified: head/math/mppp/pkg-plist
==============================================================================
--- head/math/mppp/pkg-plist	Mon Jan  4 04:45:48 2021	(r560259)
+++ head/math/mppp/pkg-plist	Mon Jan  4 04:46:24 2021	(r560260)
@@ -2,7 +2,6 @@ include/mp++/complex.hpp
 include/mp++/complex128.hpp
 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/mpc.hpp
@@ -16,6 +15,7 @@ include/mp++/detail/utils.hpp
 include/mp++/detail/visibility.hpp
 include/mp++/exceptions.hpp
 include/mp++/extra/pybind11.hpp
+include/mp++/fwd.hpp
 include/mp++/integer.hpp
 include/mp++/mp++.hpp
 include/mp++/rational.hpp
@@ -30,5 +30,5 @@ 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.7
-lib/libmp++.so.7.0
+lib/libmp++.so.8
+lib/libmp++.so.8.0



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