From nobody Mon Nov 08 09:05:27 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8339B184FEBE; Mon, 8 Nov 2021 09:05:27 +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 4HnlZH2xthz4lck; Mon, 8 Nov 2021 09:05:27 +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 40D106CC4; Mon, 8 Nov 2021 09:05:27 +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 1A895RIU060272; Mon, 8 Nov 2021 09:05:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A895RJP060271; Mon, 8 Nov 2021 09:05:27 GMT (envelope-from git) Date: Mon, 8 Nov 2021 09:05:27 GMT Message-Id: <202111080905.1A895RJP060271@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: bee9f8e30de7 - main - math/pari: Update 2.13.2 -> 2.13.3 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org 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: bee9f8e30de748d00eafe0eaffe06d74e8355519 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bee9f8e30de748d00eafe0eaffe06d74e8355519 commit bee9f8e30de748d00eafe0eaffe06d74e8355519 Author: Yuri Victorovich AuthorDate: 2021-11-08 08:12:01 +0000 Commit: Yuri Victorovich CommitDate: 2021-11-08 09:05:22 +0000 math/pari: Update 2.13.2 -> 2.13.3 Reported by: portscout --- math/pari/Makefile | 5 ++--- math/pari/distinfo | 6 +++--- math/pari/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/math/pari/Makefile b/math/pari/Makefile index e50cce4bd9fb..9cfb07b037ba 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,11 +1,10 @@ # Created by: Yoshiaki UCHIKAWA PORTNAME= pari -DISTVERSION= 2.13.2 +DISTVERSION= 2.13.3 PORTEPOCH= 2 CATEGORIES= math -MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ - http://mirrors.rit.edu/zi/ +MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/ MAINTAINER= yuri@FreeBSD.org COMMENT= Mathematics library and advanced calculator package diff --git a/math/pari/distinfo b/math/pari/distinfo index 878b63e989cf..3f5324cd656f 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624764961 -SHA256 (pari-2.13.2.tar.gz) = 1679985094a0b723d14f49aa891dbe5ec967aa4040050a2c50bd764ddb3eba24 -SIZE (pari-2.13.2.tar.gz) = 4766461 +TIMESTAMP = 1636358273 +SHA256 (pari-2.13.3.tar.gz) = ccba7f1606c6854f1443637bb57ad0958d41c7f4753f8ae8459f1d64c267a1ca +SIZE (pari-2.13.3.tar.gz) = 4768312 diff --git a/math/pari/pkg-descr b/math/pari/pkg-descr index f4dead445e76..40252f802006 100644 --- a/math/pari/pkg-descr +++ b/math/pari/pkg-descr @@ -15,4 +15,4 @@ Algorithm, improvement of implementation are done. Because improvement of performance was big, ports was made as -devel in particular. -WWW: http://pari.math.u-bordeaux.fr/ +WWW: https://pari.math.u-bordeaux.fr/