From owner-svn-ports-head@freebsd.org Sun Feb 17 02:59:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5153914DEF4D; Sun, 17 Feb 2019 02:59:59 +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) server-signature RSA-PSS (4096 bits) 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 E99138194E; Sun, 17 Feb 2019 02:59:58 +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 9E406182EB; Sun, 17 Feb 2019 02:59:58 +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 x1H2xwkE009561; Sun, 17 Feb 2019 02:59:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1H2xvgB009557; Sun, 17 Feb 2019 02:59:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902170259.x1H2xvgB009557@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 17 Feb 2019 02:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493148 - in head/math: arb flint2 flint2/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: arb flint2 flint2/files X-SVN-Commit-Revision: 493148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E99138194E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2019 02:59:59 -0000 Author: yuri Date: Sun Feb 17 02:59:57 2019 New Revision: 493148 URL: https://svnweb.freebsd.org/changeset/ports/493148 Log: math/flint2: Update g20180323 -> g20190210 Bump math/arb. Deleted: head/math/flint2/files/ Modified: head/math/arb/Makefile head/math/flint2/Makefile head/math/flint2/distinfo head/math/flint2/pkg-plist Modified: head/math/arb/Makefile ============================================================================== --- head/math/arb/Makefile Sun Feb 17 02:37:34 2019 (r493147) +++ head/math/arb/Makefile Sun Feb 17 02:59:57 2019 (r493148) @@ -2,6 +2,7 @@ PORTNAME= arb DISTVERSION= 2.16.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/flint2/Makefile ============================================================================== --- head/math/flint2/Makefile Sun Feb 17 02:37:34 2019 (r493147) +++ head/math/flint2/Makefile Sun Feb 17 02:59:57 2019 (r493148) @@ -1,13 +1,9 @@ # $FreeBSD$ PORTNAME= flint2 -DISTVERSION= g20180323 -PORTREVISION= 1 +DISTVERSION= g20190210 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 95c58b723a9463c27d35e182dfcba6d347eca624.patch:-p1 # cmake fixes: https://github.com/wbhart/flint2/pull/459 - MAINTAINER= yuri@FreeBSD.org COMMENT= Fast library for number theory @@ -28,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GITHUB= yes GH_ACCOUNT= wbhart -GH_TAGNAME= 83008bd +GH_TAGNAME= 2baa9bc USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS Modified: head/math/flint2/distinfo ============================================================================== --- head/math/flint2/distinfo Sun Feb 17 02:37:34 2019 (r493147) +++ head/math/flint2/distinfo Sun Feb 17 02:59:57 2019 (r493148) @@ -1,5 +1,3 @@ -TIMESTAMP = 1522384688 -SHA256 (wbhart-flint2-g20180323-83008bd_GH0.tar.gz) = 34cdd1c4dd1f9fac8b4d00a33014932786bc263dced2b55a87112fe90a4fa9dc -SIZE (wbhart-flint2-g20180323-83008bd_GH0.tar.gz) = 3889958 -SHA256 (95c58b723a9463c27d35e182dfcba6d347eca624.patch) = 00d157939827c3b2582be9388db5b4d25f92afa3808cc4cecd0ed15d5d728c92 -SIZE (95c58b723a9463c27d35e182dfcba6d347eca624.patch) = 1142 +TIMESTAMP = 1550371793 +SHA256 (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = e3c085121f481992af84330ae76b47015bd22bffb078432a197e325855d667d5 +SIZE (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = 4130197 Modified: head/math/flint2/pkg-plist ============================================================================== --- head/math/flint2/pkg-plist Sun Feb 17 02:37:34 2019 (r493147) +++ head/math/flint2/pkg-plist Sun Feb 17 02:59:57 2019 (r493148) @@ -47,6 +47,7 @@ include/flint/fq_mat.h include/flint/fq_mat_templates.h include/flint/fq_nmod.h include/flint/fq_nmod_mat.h +include/flint/fq_nmod_mpoly.h include/flint/fq_nmod_poly.h include/flint/fq_nmod_poly_factor.h include/flint/fq_nmod_vec.h @@ -96,5 +97,6 @@ include/flint/qadic.h include/flint/qadicxx.h include/flint/qsieve.h include/flint/templates.h +include/flint/thread_pool.h include/flint/ulong_extras.h lib/libflint.so