diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-14 16:27:45 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-14 16:37:19 +0800 |
commit | 443956782647f139ae333e79016c125d5af32f48 (patch) | |
tree | a6b72fb8e74fd76fca95b1e26490ca595b60921b | |
parent | 9ca1a546d20dfdfc7ae26420bf667f7cada858cf (diff) | |
download | freebsd-ports-gnome-443956782647f139ae333e79016c125d5af32f48.tar.gz freebsd-ports-gnome-443956782647f139ae333e79016c125d5af32f48.tar.zst freebsd-ports-gnome-443956782647f139ae333e79016c125d5af32f48.zip |
math/libpoly: Update 0.1.8 -> 0.1.9
Reported by: portscout
-rw-r--r-- | math/libpoly/Makefile | 2 | ||||
-rw-r--r-- | math/libpoly/distinfo | 6 | ||||
-rw-r--r-- | math/libpoly/pkg-plist | 24 |
3 files changed, 27 insertions, 5 deletions
diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index f6f1c76b0473..b4c22ea71c65 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -1,6 +1,6 @@ PORTNAME= libpoly DISTVERSIONPREFIX= v -DISTVERSION= 0.1.8 +DISTVERSION= 0.1.9 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/libpoly/distinfo b/math/libpoly/distinfo index f5bcfc3826a4..5007aa778189 100644 --- a/math/libpoly/distinfo +++ b/math/libpoly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586032779 -SHA256 (SRI-CSL-libpoly-v0.1.8_GH0.tar.gz) = 23935b1767ca2da067035c9b219a3637a39f1d9b3a8f93e3ffe8433a0362f5d4 -SIZE (SRI-CSL-libpoly-v0.1.8_GH0.tar.gz) = 506947 +TIMESTAMP = 1618388168 +SHA256 (SRI-CSL-libpoly-v0.1.9_GH0.tar.gz) = e17a012015d351b690c7c7a8b54f1ad140eee783eca0df2b25e20676d15f353d +SIZE (SRI-CSL-libpoly-v0.1.9_GH0.tar.gz) = 614179 diff --git a/math/libpoly/pkg-plist b/math/libpoly/pkg-plist index 7af9d3f258d9..0b6a9828e4aa 100644 --- a/math/libpoly/pkg-plist +++ b/math/libpoly/pkg-plist @@ -12,6 +12,25 @@ include/poly/polynomial.h include/poly/polynomial_context.h include/poly/polynomial_hash_set.h include/poly/polynomial_vector.h +include/poly/polyxx.h +include/poly/polyxx/algebraic_number.h +include/poly/polyxx/assignment.h +include/poly/polyxx/context.h +include/poly/polyxx/dyadic_interval.h +include/poly/polyxx/dyadic_rational.h +include/poly/polyxx/integer.h +include/poly/polyxx/integer_ring.h +include/poly/polyxx/interval.h +include/poly/polyxx/interval_assignment.h +include/poly/polyxx/polynomial.h +include/poly/polyxx/polynomial_utils.h +include/poly/polyxx/rational.h +include/poly/polyxx/rational_interval.h +include/poly/polyxx/sign_condition.h +include/poly/polyxx/upolynomial.h +include/poly/polyxx/utils.h +include/poly/polyxx/value.h +include/poly/polyxx/variable.h include/poly/rational.h include/poly/rational_interval.h include/poly/sign_condition.h @@ -24,4 +43,7 @@ include/poly/variable_order.h include/poly/version.h lib/libpoly.so lib/libpoly.so.0 -lib/libpoly.so.0.1.8 +lib/libpoly.so.0.1.9 +lib/libpolyxx.so +lib/libpolyxx.so.0 +lib/libpolyxx.so.0.1.9 |