diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-08 08:12:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-11-08 09:05:22 +0000 |
commit | bee9f8e30de748d00eafe0eaffe06d74e8355519 (patch) | |
tree | 64f9418dae3e4b306de08f27d7ed2a2aa323a6fd /math/pari | |
parent | 9eea5342606285225e90f7a1e0a9d8464a618cce (diff) |
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 5 | ||||
-rw-r--r-- | math/pari/distinfo | 6 | ||||
-rw-r--r-- | 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 <yoshiaki@kt.rim.or.jp> 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/ |