diff options
author | cpm <cpm@FreeBSD.org> | 2017-07-16 20:18:59 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-07-16 20:18:59 +0800 |
commit | 0c2e9442ac5473ef2e04ce9786b27827042abd19 (patch) | |
tree | e072e422072c272efe82f76eb1f08ff114625604 /math | |
parent | 2a9ed7a104d6646a23a7cf44e329beed12b86245 (diff) | |
download | freebsd-ports-gnome-0c2e9442ac5473ef2e04ce9786b27827042abd19.tar.gz freebsd-ports-gnome-0c2e9442ac5473ef2e04ce9786b27827042abd19.tar.zst freebsd-ports-gnome-0c2e9442ac5473ef2e04ce9786b27827042abd19.zip |
math/pari: update to 2.9.3 (bugfix)
- Update to 2.9.3
- Sort USES section
Changes: http://pari.math.u-bordeaux.fr/archives/pari-announce-17/msg00002.html
PR: 220728
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
MFH: 2017Q3
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 16 | ||||
-rw-r--r-- | math/pari/distinfo | 6 |
2 files changed, 10 insertions, 12 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 516fcb9ebaab..cf3ea7c6c639 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pari -PORTVERSION= 2.9.2 -PORTREVISION= 2 +PORTVERSION= 2.9.3 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ @@ -16,17 +15,16 @@ LICENSE= GPLv2 LIB_DEPENDS= libgmp.so:math/gmp -MAKE_JOBS_UNSAFE= yes - -ALL_TARGET= gp +USES= perl5 readline +USE_LDCONFIG= yes +USE_PERL5= build +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --mandir=${MANPREFIX}/man/man1 \ --prefix=${PREFIX} \ --with-readline -HAS_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5= build -USES= perl5 readline +ALL_TARGET= gp +MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 OPTIONS_RADIO= THREADS diff --git a/math/pari/distinfo b/math/pari/distinfo index f2276b47469f..1d26abf7f3fe 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491984081 -SHA256 (pari-2.9.2.tar.gz) = 9aa24cbbcf4e0b09dcc21cf9b09f2eb08e38ee16ab13651be7274c9b3e46207e -SIZE (pari-2.9.2.tar.gz) = 3842811 +TIMESTAMP = 1500022257 +SHA256 (pari-2.9.3.tar.gz) = e76a27779d2b1210ce1aba48363b98dd201a1bf876eb14f46ea6bd7769a00a63 +SIZE (pari-2.9.3.tar.gz) = 3847598 |