Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 12:18:59 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445998 - head/math/pari
Message-ID:  <201707161218.v6GCIxr5035888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sun Jul 16 12:18:59 2017
New Revision: 445998
URL: https://svnweb.freebsd.org/changeset/ports/445998

Log:
  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

Modified:
  head/math/pari/Makefile
  head/math/pari/distinfo

Modified: head/math/pari/Makefile
==============================================================================
--- head/math/pari/Makefile	Sun Jul 16 11:58:03 2017	(r445997)
+++ head/math/pari/Makefile	Sun Jul 16 12:18:59 2017	(r445998)
@@ -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: head/math/pari/distinfo
==============================================================================
--- head/math/pari/distinfo	Sun Jul 16 11:58:03 2017	(r445997)
+++ head/math/pari/distinfo	Sun Jul 16 12:18:59 2017	(r445998)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707161218.v6GCIxr5035888>