Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2015 07:30:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380673 - head/math/p5-Math-Pari
Message-ID:  <201503070730.t277UQrm077771@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  7 07:30:26 2015
New Revision: 380673
URL: https://svnweb.freebsd.org/changeset/ports/380673
QAT: https://qat.redports.org/buildarchive/r380673/

Log:
  - Update to 2.010808
  - Use MAKE_CMD
  - Silence patch and clean messages
  
  Changes:	http://search.cpan.org/dist/Math-Pari/Changes

Modified:
  head/math/p5-Math-Pari/Makefile
  head/math/p5-Math-Pari/distinfo

Modified: head/math/p5-Math-Pari/Makefile
==============================================================================
--- head/math/p5-Math-Pari/Makefile	Sat Mar  7 07:16:13 2015	(r380672)
+++ head/math/p5-Math-Pari/Makefile	Sat Mar  7 07:30:26 2015	(r380673)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Pari
-PORTVERSION=	2.01080607
-PORTREVISION=	1
+PORTVERSION=	2.01080800
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C/00$//}
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	PARI - numerical/scientific/number-theoretic calculations
@@ -14,16 +14,16 @@ COMMENT=	PARI - numerical/scientific/num
 BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/math/pari:configure
 LIB_DEPENDS=	libpari.so:${PORTSDIR}/math/pari
 
-USES=		perl5
+USES=		perl5 zip
 USE_PERL5=	configure
 
 CONFIGURE_ARGS=	parilib="-L${LOCALBASE}/lib -lpari" \
 		paridir=`${MAKE} -C ${PORTSDIR}/math/pari -V WRKSRC`
 
 post-patch:
-	${REINPLACE_CMD} -e 's/2001004/2003000/' ${WRKSRC}/Makefile.PL
+	@${REINPLACE_CMD} -e 's|2001007|2003000|' ${WRKSRC}/Makefile.PL
 
 post-clean:
-	${MAKE} -C ${PORTSDIR}/math/pari -DBATCH clean
+	@${MAKE_CMD} -C ${PORTSDIR}/math/pari -DBATCH clean
 
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Pari/distinfo
==============================================================================
--- head/math/p5-Math-Pari/distinfo	Sat Mar  7 07:16:13 2015	(r380672)
+++ head/math/p5-Math-Pari/distinfo	Sat Mar  7 07:30:26 2015	(r380673)
@@ -1,2 +1,2 @@
-SHA256 (Math-Pari-2.01080607.tar.gz) = 1968a4158cac1009b706cc53f28654625be5eaa1607f3d6ad0550745d3ea0561
-SIZE (Math-Pari-2.01080607.tar.gz) = 125016
+SHA256 (Math-Pari-2.010808.zip) = 543633b2984a71e8adee2a6130f740cc1e22aefb95ca3e886338aee9e1ae3c06
+SIZE (Math-Pari-2.010808.zip) = 153838



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