Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2018 20:32:02 +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: r463754 - head/math/p5-Math-MPFR
Message-ID:  <201803062032.w26KW2b8006380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar  6 20:32:02 2018
New Revision: 463754
URL: https://svnweb.freebsd.org/changeset/ports/463754

Log:
  Update to 4.01
  
  Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES

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

Modified: head/math/p5-Math-MPFR/Makefile
==============================================================================
--- head/math/p5-Math-MPFR/Makefile	Tue Mar  6 20:31:56 2018	(r463753)
+++ head/math/p5-Math-MPFR/Makefile	Tue Mar  6 20:32:02 2018	(r463754)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-MPFR
-PORTVERSION=	4.0
+PORTVERSION=	4.01
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -22,6 +22,9 @@ TEST_DEPENDS=	p5-Math-GMP>=0:math/p5-Math-GMP \
 
 USE_PERL5=	configure
 USES=		localbase perl5
+
+post-patch:
+	@${REINPLACE_CMD} -e 's| -lquadmath||' ${WRKSRC}/Makefile.PL
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so

Modified: head/math/p5-Math-MPFR/distinfo
==============================================================================
--- head/math/p5-Math-MPFR/distinfo	Tue Mar  6 20:31:56 2018	(r463753)
+++ head/math/p5-Math-MPFR/distinfo	Tue Mar  6 20:32:02 2018	(r463754)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515159240
-SHA256 (Math-MPFR-4.0.tar.gz) = 9f1f1237781b01f4d319be97ea370c3e8ae64c103f258a7a2311985686195ab5
-SIZE (Math-MPFR-4.0.tar.gz) = 147334
+TIMESTAMP = 1520364898
+SHA256 (Math-MPFR-4.01.tar.gz) = 0d5afc5bcfdb8f163e9638519e0122df78bf6e985aae9d1ec7ebf8fd2f7ab9b3
+SIZE (Math-MPFR-4.01.tar.gz) = 151364



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