summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-07-16 12:18:59 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-07-16 12:18:59 +0000
commit7365b66baf3353ff91df4ae1c1d218a5c4338eb9 (patch)
treee072e422072c272efe82f76eb1f08ff114625604 /math/pari/Makefile
parentnet-mgmt/cacti: Update to 1.1.13 (Fixes security vulnerability) (diff)
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
Notes
Notes: svn path=/head/; revision=445998
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile16
1 files changed, 7 insertions, 9 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