Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 21:00:48 +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: r427520 - head/math/p5-Math-MPC
Message-ID:  <201612012100.uB1L0m4n022551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  1 21:00:48 2016
New Revision: 427520
URL: https://svnweb.freebsd.org/changeset/ports/427520

Log:
  - Update to 1.06
  - Use USES=localbase
  
  Changes:	http://search.cpan.org/dist/Math-MPC/CHANGES

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

Modified: head/math/p5-Math-MPC/Makefile
==============================================================================
--- head/math/p5-Math-MPC/Makefile	Thu Dec  1 21:00:43 2016	(r427519)
+++ head/math/p5-Math-MPC/Makefile	Thu Dec  1 21:00:48 2016	(r427520)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-MPC
-PORTVERSION=	1.05
+PORTVERSION=	1.06
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,9 +19,8 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-MAKE_ENV=	INC="-I${LOCALBASE}/include"
-USES=		perl5
 USE_PERL5=	configure
+USES=		localbase perl5
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Math/MPC/MPC.so

Modified: head/math/p5-Math-MPC/distinfo
==============================================================================
--- head/math/p5-Math-MPC/distinfo	Thu Dec  1 21:00:43 2016	(r427519)
+++ head/math/p5-Math-MPC/distinfo	Thu Dec  1 21:00:48 2016	(r427520)
@@ -1,2 +1,3 @@
-SHA256 (Math-MPC-1.05.tar.gz) = e0fd91159d758b14b6b876a751c6f9d868b2e577854bda6797f322f5061fd85e
-SIZE (Math-MPC-1.05.tar.gz) = 54337
+TIMESTAMP = 1480552900
+SHA256 (Math-MPC-1.06.tar.gz) = 072210d6d1b50c6a73c935b328c59cab977368257bebc9569d82f90bad835106
+SIZE (Math-MPC-1.06.tar.gz) = 62103



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