svn commit: r446014 - branches/2017Q3/math/pari
Carlos J. Puga Medina
cpm at FreeBSD.org
Sun Jul 16 15:38:45 UTC 2017
Author: cpm
Date: Sun Jul 16 15:38:44 2017
New Revision: 446014
URL: https://svnweb.freebsd.org/changeset/ports/446014
Log:
MFH: r445998
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 at rawbw.com> (maintainer)
Approved by: ports-secteam (miwi)
Modified:
branches/2017Q3/math/pari/Makefile
branches/2017Q3/math/pari/distinfo
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/math/pari/Makefile
==============================================================================
--- branches/2017Q3/math/pari/Makefile Sun Jul 16 15:20:03 2017 (r446013)
+++ branches/2017Q3/math/pari/Makefile Sun Jul 16 15:38:44 2017 (r446014)
@@ -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
Modified: branches/2017Q3/math/pari/distinfo
==============================================================================
--- branches/2017Q3/math/pari/distinfo Sun Jul 16 15:20:03 2017 (r446013)
+++ branches/2017Q3/math/pari/distinfo Sun Jul 16 15:38:44 2017 (r446014)
@@ -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
More information about the svn-ports-branches
mailing list