diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-09 05:05:58 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-09 08:48:30 +0000 |
| commit | de683a04c603bf64aa94ab71a4e7acb02de21e59 (patch) | |
| tree | 0fa91a5edd8d9b117aef7b844d8c715b33f834ec /math/paritwine | |
| parent | f400ca63102d0eec239412579e67539c8359c585 (diff) | |
Diffstat (limited to 'math/paritwine')
| -rw-r--r-- | math/paritwine/Makefile | 18 | ||||
| -rw-r--r-- | math/paritwine/distinfo | 6 | ||||
| -rw-r--r-- | math/paritwine/pkg-plist | 2 |
3 files changed, 18 insertions, 8 deletions
diff --git a/math/paritwine/Makefile b/math/paritwine/Makefile index 40de36ef89fc..dc38e11b7233 100644 --- a/math/paritwine/Makefile +++ b/math/paritwine/Makefile @@ -1,12 +1,11 @@ PORTNAME= paritwine -DISTVERSION= 0.1 -PORTREVISION= 4 +DISTVERSION= 0.2.2 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +MASTER_SITES= https://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Glue library between PARI/GP and other mathematics libraries -WWW= https://www.multiprecision.org/paritwine/home.html +WWW= https://www.multiprecision.org/paritwine/index.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -30,4 +29,15 @@ INFO= paritwine TEST_TARGET= check +# ============================================================================ +# Testsuite summary for paritwine 0.2.2 +# ============================================================================ +# TOTAL: 4 +# PASS: 3 +# SKIP: 1 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 + .include <bsd.port.mk> diff --git a/math/paritwine/distinfo b/math/paritwine/distinfo index b629b01e3783..4fc29d9ae283 100644 --- a/math/paritwine/distinfo +++ b/math/paritwine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628529438 -SHA256 (paritwine-0.1.tar.gz) = e3c104b02729013ba7e57fb5960a3b82a29e14e11de351431c85ac0f2da8ae5f -SIZE (paritwine-0.1.tar.gz) = 507029 +TIMESTAMP = 1762664341 +SHA256 (paritwine-0.2.2.tar.gz) = ff7bc2ed599df4c80d902f61cce1668afbed8f73254df372785a9337310a7642 +SIZE (paritwine-0.2.2.tar.gz) = 514887 diff --git a/math/paritwine/pkg-plist b/math/paritwine/pkg-plist index 60c5cc4ea90e..2bdbe0132647 100644 --- a/math/paritwine/pkg-plist +++ b/math/paritwine/pkg-plist @@ -3,5 +3,5 @@ include/paritwine.h lib/libparitwine.a lib/libparitwine.so lib/libparitwine.so.0 -lib/libparitwine.so.0.0.0 +lib/libparitwine.so.0.2.0 %%DATADIR%%/paritwine.gp |
