math/arb: Update 2.19.0 -> 2.20.0
This commit is contained in:
parent
35c4b7b175
commit
d28495c0ce
7 changed files with 9 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= mppp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.24
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -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/ \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= symengine
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.7.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue