diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index 7e2002e705f9..f3a43abb5eb2 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -1,31 +1,32 @@ PORTNAME= libpoly DISTVERSIONPREFIX= v DISTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C library for manipulating polynomials WWW= https://github.com/SRI-CSL/libpoly LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libgmp.so:math/gmp USES= cmake:testing USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= SRI-CSL CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PIC .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=unused-but-set-variable .endif # tests as of 0.2.1: 100% tests passed, 0 tests failed out of 15 .include diff --git a/math/libpoly/distinfo b/math/libpoly/distinfo index 5851b332dd36..f23ed9fb3284 100644 --- a/math/libpoly/distinfo +++ b/math/libpoly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764441566 -SHA256 (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = b662ea4d7515426aeccda090339dbb086629a2f6ba4688b7710a892f7d2c7c58 +TIMESTAMP = 1774150953 +SHA256 (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = f9920afc876f998633348b9cbfcf180757ada48cc872040256c60ad0707b5a0f SIZE (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = 629599 diff --git a/math/libpoly/pkg-plist b/math/libpoly/pkg-plist index 566daf94d073..52804e061e27 100644 --- a/math/libpoly/pkg-plist +++ b/math/libpoly/pkg-plist @@ -1,51 +1,51 @@ include/poly/algebraic_number.h include/poly/assignment.h include/poly/dyadic_interval.h include/poly/dyadic_rational.h include/poly/feasibility_set.h include/poly/feasibility_set_int.h include/poly/integer.h include/poly/interval.h include/poly/monomial.h include/poly/output_language.h include/poly/poly.h include/poly/polynomial.h include/poly/polynomial_context.h include/poly/polynomial_hash_set.h include/poly/polynomial_heap.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 include/poly/upolynomial.h include/poly/upolynomial_factors.h include/poly/value.h include/poly/variable_db.h include/poly/variable_list.h include/poly/variable_order.h include/poly/version.h lib/libpoly.so lib/libpoly.so.0 -lib/libpoly.so.0.2.0 +lib/libpoly.so.0.2.1 lib/libpolyxx.so lib/libpolyxx.so.0 -lib/libpolyxx.so.0.2.0 +lib/libpolyxx.so.0.2.1