svn commit: r527542 - head/math/mppp

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 1 09:09:41 UTC 2020


Author: yuri
Date: Sun Mar  1 09:09:39 2020
New Revision: 527542
URL: https://svnweb.freebsd.org/changeset/ports/527542

Log:
  math/mppp: Update 0.18 -> 0.19
  
  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	Sun Mar  1 08:34:04 2020	(r527541)
+++ head/math/mppp/Makefile	Sun Mar  1 09:09:39 2020	(r527542)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mppp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.18
+DISTVERSION=	0.19
 CATEGORIES=	math
 
 MAINTAINER=	yuri at FreeBSD.org

Modified: head/math/mppp/distinfo
==============================================================================
--- head/math/mppp/distinfo	Sun Mar  1 08:34:04 2020	(r527541)
+++ head/math/mppp/distinfo	Sun Mar  1 09:09:39 2020	(r527542)
@@ -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

Modified: head/math/mppp/pkg-plist
==============================================================================
--- head/math/mppp/pkg-plist	Sun Mar  1 08:34:04 2020	(r527541)
+++ head/math/mppp/pkg-plist	Sun Mar  1 09:09:39 2020	(r527542)
@@ -4,6 +4,9 @@ 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
@@ -17,11 +20,10 @@ 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


More information about the svn-ports-all mailing list