Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 19:37:18 +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: r301752 - head/math/p5-Math-MPC
Message-ID:  <201207301937.q6UJbIe9032061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jul 30 19:37:17 2012
New Revision: 301752
URL: http://svn.freebsd.org/changeset/ports/301752

Log:
  - Update to 1.00
  - Pet portlint: remove ABI version number from LIB_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Math-MPC/CHANGES

Modified:
  head/math/p5-Math-MPC/Makefile   (contents, props changed)
  head/math/p5-Math-MPC/distinfo   (contents, props changed)

Modified: head/math/p5-Math-MPC/Makefile
==============================================================================
--- head/math/p5-Math-MPC/Makefile	Mon Jul 30 19:33:07 2012	(r301751)
+++ head/math/p5-Math-MPC/Makefile	Mon Jul 30 19:37:17 2012	(r301752)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Math-MPC
-PORTVERSION=	0.93
+PORTVERSION=	1.00
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 #MASTER_SITE_SUBDIR=	CPAN:SISYPHUS
@@ -16,15 +16,14 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	A perl interface to MPC Library
 
 BUILD_DEPENDS=	p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR
-LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp \
-		mpc.2:${PORTSDIR}/math/mpc \
-		mpfr.4:${PORTSDIR}/math/mpfr
-RUN_DEPENDS=	p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR
-
+LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp \
+		mpc:${PORTSDIR}/math/mpc \
+		mpfr:${PORTSDIR}/math/mpfr
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 
-PERL_CONFIGURE=	yes
 MAKE_ENV=	INC="-I${LOCALBASE}/include"
+PERL_CONFIGURE=	yes
 
 MAN3=		Math::MPC.3
 

Modified: head/math/p5-Math-MPC/distinfo
==============================================================================
--- head/math/p5-Math-MPC/distinfo	Mon Jul 30 19:33:07 2012	(r301751)
+++ head/math/p5-Math-MPC/distinfo	Mon Jul 30 19:37:17 2012	(r301752)
@@ -1,2 +1,2 @@
-SHA256 (Math-MPC-0.93.tar.gz) = 859c7b52412c3945f904a880172e7690596644a9c695573d047750f933d02cc9
-SIZE (Math-MPC-0.93.tar.gz) = 48879
+SHA256 (Math-MPC-1.00.tar.gz) = 0b152a2cbdf81e4319a8ef8bc52841e96904b4c02026dd6d48c670d8c542cdd2
+SIZE (Math-MPC-1.00.tar.gz) = 49850



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