Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:11:11 +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: r426500 - head/math/p5-Math-MPFR
Message-ID:  <201611191711.uAJHBBmY079044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:11:10 2016
New Revision: 426500
URL: https://svnweb.freebsd.org/changeset/ports/426500

Log:
  - Update to 3.34
  - Use USES=localbase
  
  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	Sat Nov 19 17:11:06 2016	(r426499)
+++ head/math/p5-Math-MPFR/Makefile	Sat Nov 19 17:11:10 2016	(r426500)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-MPFR
-PORTVERSION=	3.33
+PORTVERSION=	3.34
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -20,9 +20,8 @@ TEST_DEPENDS=	p5-Math-GMP>=0:math/p5-Mat
 		p5-Math-GMPq>=0:math/p5-Math-GMPq \
 		p5-Math-GMPz>=0:math/p5-Math-GMPz
 
-USES=		perl5
 USE_PERL5=	configure
-MAKE_ENV=	INC="-I${LOCALBASE}/include"
+USES=		localbase perl5
 
 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	Sat Nov 19 17:11:06 2016	(r426499)
+++ head/math/p5-Math-MPFR/distinfo	Sat Nov 19 17:11:10 2016	(r426500)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472161491
-SHA256 (Math-MPFR-3.33.tar.gz) = 7fedfef0806ca55a2cdffb1fe345e819a9efc5cbe25549ce77ae676f1ce0beb8
-SIZE (Math-MPFR-3.33.tar.gz) = 116742
+TIMESTAMP = 1479554358
+SHA256 (Math-MPFR-3.34.tar.gz) = 9ea4dd9ad2a9934fc2fb4777ed09807e3b2b136c99703573a4e80322008eb969
+SIZE (Math-MPFR-3.34.tar.gz) = 127710



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