Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2020 16:05:44 +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: r526228 - head/math/mppp
Message-ID:  <202002151605.01FG5i7A072590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 15 16:05:44 2020
New Revision: 526228
URL: https://svnweb.freebsd.org/changeset/ports/526228

Log:
  math/mppp: Update 0.17 -> 0.18
  
  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	Sat Feb 15 16:05:06 2020	(r526227)
+++ head/math/mppp/Makefile	Sat Feb 15 16:05:44 2020	(r526228)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mppp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.17
+DISTVERSION=	0.18
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/mppp/distinfo
==============================================================================
--- head/math/mppp/distinfo	Sat Feb 15 16:05:06 2020	(r526227)
+++ head/math/mppp/distinfo	Sat Feb 15 16:05:44 2020	(r526228)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570314983
-SHA256 (bluescarni-mppp-v0.17_GH0.tar.gz) = 828b1b719c915e021641c6837d537a5de0c9f6977ec5abd4046d1be1cd1de351
-SIZE (bluescarni-mppp-v0.17_GH0.tar.gz) = 1400253
+TIMESTAMP = 1581781831
+SHA256 (bluescarni-mppp-v0.18_GH0.tar.gz) = 05c8585ed76be1d230b2a5243dd911481e8be9bd204433fa8e6cfe93d6ac0b15
+SIZE (bluescarni-mppp-v0.18_GH0.tar.gz) = 1418389

Modified: head/math/mppp/pkg-plist
==============================================================================
--- head/math/mppp/pkg-plist	Sat Feb 15 16:05:06 2020	(r526227)
+++ head/math/mppp/pkg-plist	Sat Feb 15 16:05:44 2020	(r526228)
@@ -2,8 +2,8 @@ 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/quadmath.hpp
 include/mp++/detail/type_traits.hpp
 include/mp++/detail/utils.hpp
 include/mp++/detail/visibility.hpp
@@ -23,5 +23,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.3
-lib/libmp++.so.3.0
+lib/libmp++.so.4
+lib/libmp++.so.4.0



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