mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
math/mppp: Update 0.19 -> 0.20
Reported by: portscout
This commit is contained in:
parent
04b581898e
commit
8dff28899c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538027
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= mppp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.19
|
||||
DISTVERSION= 0.20
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1583043604
|
||||
SHA256 (bluescarni-mppp-v0.19_GH0.tar.gz) = dde0cef4bb27c30b57a48a457fa9b10291d260c07064df009e29bf2b261c2a7e
|
||||
SIZE (bluescarni-mppp-v0.19_GH0.tar.gz) = 1439211
|
||||
TIMESTAMP = 1591369079
|
||||
SHA256 (bluescarni-mppp-v0.20_GH0.tar.gz) = c736daeaac30e38e1c09a19d249209ad49f8ec92ab1315a8fb9a47cc1f54e607
|
||||
SIZE (bluescarni-mppp-v0.20_GH0.tar.gz) = 1506502
|
||||
|
@ -1,9 +1,13 @@
|
||||
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
|
||||
include/mp++/detail/mpfr.hpp
|
||||
include/mp++/detail/parse_complex.hpp
|
||||
include/mp++/detail/rational_literals.hpp
|
||||
include/mp++/detail/real128_literal.hpp
|
||||
include/mp++/detail/real_literals.hpp
|
||||
@ -18,12 +22,13 @@ 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++/Findmp++_GMP.cmake
|
||||
lib/cmake/mp++/Findmp++_MPC.cmake
|
||||
lib/cmake/mp++/Findmp++_MPFR.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.5
|
||||
lib/libmp++.so.5.0
|
||||
lib/libmp++.so.6
|
||||
lib/libmp++.so.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user