From owner-svn-ports-all@freebsd.org Tue Dec 22 06:30:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 529814B4CE9; Tue, 22 Dec 2020 06:30:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D0RKd1sZQz3MTb; Tue, 22 Dec 2020 06:30:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3314D2F252; Tue, 22 Dec 2020 06:30:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BM6UTgc095638; Tue, 22 Dec 2020 06:30:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BM6USJ0095636; Tue, 22 Dec 2020 06:30:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202012220630.0BM6USJ0095636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 22 Dec 2020 06:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558890 - head/math/flint2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/flint2 X-SVN-Commit-Revision: 558890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2020 06:30:29 -0000 Author: yuri Date: Tue Dec 22 06:30:28 2020 New Revision: 558890 URL: https://svnweb.freebsd.org/changeset/ports/558890 Log: math/flint2: Update 2.6.3 -> 2.7.0 Reported by: portscout Modified: head/math/flint2/Makefile head/math/flint2/distinfo head/math/flint2/pkg-plist Modified: head/math/flint2/Makefile ============================================================================== --- head/math/flint2/Makefile Tue Dec 22 04:39:45 2020 (r558889) +++ head/math/flint2/Makefile Tue Dec 22 06:30:28 2020 (r558890) @@ -2,7 +2,7 @@ PORTNAME= flint2 DISTVERSIONPREFIX= v -DISTVERSION= 2.6.3 +DISTVERSION= 2.7.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr + libmpfr.so:math/mpfr \ + libopenblas.so:math/openblas USES= cmake compiler:c++11-lang USE_GITHUB= yes Modified: head/math/flint2/distinfo ============================================================================== --- head/math/flint2/distinfo Tue Dec 22 04:39:45 2020 (r558889) +++ head/math/flint2/distinfo Tue Dec 22 06:30:28 2020 (r558890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597336021 -SHA256 (wbhart-flint2-v2.6.3_GH0.tar.gz) = 26f00856ba35c8c44fc2642972f4f0248ef7157e1f59a49a8cebce31bc01ff52 -SIZE (wbhart-flint2-v2.6.3_GH0.tar.gz) = 4526459 +TIMESTAMP = 1608615265 +SHA256 (wbhart-flint2-v2.7.0_GH0.tar.gz) = c1885e64faf0eccc0d48e0a4346ae7c862e858dcb6809890232cbba0b917d2e3 +SIZE (wbhart-flint2-v2.7.0_GH0.tar.gz) = 4943442 Modified: head/math/flint2/pkg-plist ============================================================================== --- head/math/flint2/pkg-plist Tue Dec 22 04:39:45 2020 (r558889) +++ head/math/flint2/pkg-plist Tue Dec 22 06:30:28 2020 (r558890) @@ -21,6 +21,7 @@ include/flint/fmpq.h include/flint/fmpq_mat.h include/flint/fmpq_matxx.h include/flint/fmpq_mpoly.h +include/flint/fmpq_mpoly_factor.h include/flint/fmpq_poly.h include/flint/fmpq_polyxx.h include/flint/fmpq_vec.h @@ -40,6 +41,7 @@ include/flint/fmpz_mod_poly_factor.h include/flint/fmpz_mod_poly_factorxx.h include/flint/fmpz_mod_polyxx.h include/flint/fmpz_mpoly.h +include/flint/fmpz_mpoly_factor.h include/flint/fmpz_poly.h include/flint/fmpz_poly_factor.h include/flint/fmpz_poly_factorxx.h @@ -61,6 +63,7 @@ include/flint/fq_nmod.h include/flint/fq_nmod_embed.h include/flint/fq_nmod_mat.h include/flint/fq_nmod_mpoly.h +include/flint/fq_nmod_mpoly_factor.h include/flint/fq_nmod_poly.h include/flint/fq_nmod_poly_factor.h include/flint/fq_nmod_vec.h @@ -74,6 +77,8 @@ include/flint/fq_vec_templates.h include/flint/fq_zech.h include/flint/fq_zech_embed.h include/flint/fq_zech_mat.h +include/flint/fq_zech_mpoly.h +include/flint/fq_zech_mpoly_factor.h include/flint/fq_zech_poly.h include/flint/fq_zech_poly_factor.h include/flint/fq_zech_vec.h @@ -92,9 +97,11 @@ include/flint/mpfr_mat.h include/flint/mpfr_vec.h include/flint/mpn_extras.h include/flint/mpoly.h +include/flint/n_poly.h include/flint/nmod_mat.h include/flint/nmod_matxx.h include/flint/nmod_mpoly.h +include/flint/nmod_mpoly_factor.h include/flint/nmod_poly.h include/flint/nmod_poly_factor.h include/flint/nmod_poly_mat.h @@ -125,5 +132,5 @@ include/flint/tuple.h include/flint/ulong_extras.h include/flint/vector.h lib/libflint.so -lib/libflint.so.14 -lib/libflint.so.14.0.3 +lib/libflint.so.15 +lib/libflint.so.15.0.0