From owner-dev-commits-ports-all@freebsd.org Sun Jul 25 18:47:09 2021 Return-Path: Delivered-To: dev-commits-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 3176F65E42D; Sun, 25 Jul 2021 18:47:09 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXsVP0qhbz4fGF; Sun, 25 Jul 2021 18:47:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2DC09B5; Sun, 25 Jul 2021 18:47:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16PIl81u081929; Sun, 25 Jul 2021 18:47:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16PIl8u2081928; Sun, 25 Jul 2021 18:47:08 GMT (envelope-from git) Date: Sun, 25 Jul 2021 18:47:08 GMT Message-Id: <202107251847.16PIl8u2081928@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: d28495c0ce31 - main - math/arb: Update 2.19.0 -> 2.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d28495c0ce313bca840d7a423f52231abcfbbe8f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2021 18:47:09 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d28495c0ce313bca840d7a423f52231abcfbbe8f commit d28495c0ce313bca840d7a423f52231abcfbbe8f Author: Yuri Victorovich AuthorDate: 2021-07-25 17:13:35 +0000 Commit: Yuri Victorovich CommitDate: 2021-07-25 18:47:02 +0000 math/arb: Update 2.19.0 -> 2.20.0 --- math/arb/Makefile | 6 +----- math/arb/distinfo | 8 +++----- math/arb/pkg-plist | 2 +- math/e-antic/Makefile | 2 +- math/mppp/Makefile | 2 +- math/sage/Makefile | 2 +- math/symengine/Makefile | 2 +- 7 files changed, 9 insertions(+), 15 deletions(-) diff --git a/math/arb/Makefile b/math/arb/Makefile index 69f4badf26fa..a9db7a184551 100644 --- a/math/arb/Makefile +++ b/math/arb/Makefile @@ -1,11 +1,7 @@ PORTNAME= arb -DISTVERSION= 2.19.0 -PORTREVISION= 1 +DISTVERSION= 2.20.0 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ -PATCHFILES= b6c8032e2da1b19eb7c5a5f5c2f3372643e3d170.patch:-p1 # compatibility fix for latest flint - MAINTAINER= yuri@FreeBSD.org COMMENT= C library for arbitrary-precision interval arithmetic diff --git a/math/arb/distinfo b/math/arb/distinfo index dc7bb6009664..7085960ebb8f 100644 --- a/math/arb/distinfo +++ b/math/arb/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1627190196 -SHA256 (fredrik-johansson-arb-2.19.0_GH0.tar.gz) = 0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13 -SIZE (fredrik-johansson-arb-2.19.0_GH0.tar.gz) = 1606463 -SHA256 (b6c8032e2da1b19eb7c5a5f5c2f3372643e3d170.patch) = 031b5e734ac7d23d769a5d6448c8eb76210a808087acd823fbde726e55fcc464 -SIZE (b6c8032e2da1b19eb7c5a5f5c2f3372643e3d170.patch) = 1336 +TIMESTAMP = 1627224413 +SHA256 (fredrik-johansson-arb-2.20.0_GH0.tar.gz) = d2f186b10590c622c11d1ca190c01c3da08bac9bc04e84cb591534b917faffe7 +SIZE (fredrik-johansson-arb-2.20.0_GH0.tar.gz) = 1621426 diff --git a/math/arb/pkg-plist b/math/arb/pkg-plist index 6e8dba7b7832..ff30ac250d4f 100644 --- a/math/arb/pkg-plist +++ b/math/arb/pkg-plist @@ -25,4 +25,4 @@ include/mag.h include/partitions.h lib/libarb.so lib/libarb.so.2 -lib/libarb.so.2.10.0 +lib/libarb.so.2.11.0 diff --git a/math/e-antic/Makefile b/math/e-antic/Makefile index 5e4ec19b2620..f800192df207 100644 --- a/math/e-antic/Makefile +++ b/math/e-antic/Makefile @@ -2,7 +2,7 @@ PORTNAME= e-antic DISTVERSION= 1.0.0-rc.13 -PORTREVISION= 1 +PORTREVISION= 2 #MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/ CATEGORIES= math diff --git a/math/mppp/Makefile b/math/mppp/Makefile index 6f0a2c3ab644..840e4f4d89f8 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -1,7 +1,7 @@ PORTNAME= mppp DISTVERSIONPREFIX= v DISTVERSION= 0.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/sage/Makefile b/math/sage/Makefile index 4ae24ad66355..f8d30a68a1ff 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -2,7 +2,7 @@ PORTNAME= sage PORTVERSION= 9.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \ diff --git a/math/symengine/Makefile b/math/symengine/Makefile index fa6ef53f143b..ee1ccd4d13d1 100644 --- a/math/symengine/Makefile +++ b/math/symengine/Makefile @@ -1,7 +1,7 @@ PORTNAME= symengine DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org