From owner-svn-ports-head@FreeBSD.ORG Mon Jul 30 19:37:18 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84E53106566B; Mon, 30 Jul 2012 19:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0668FC0A; Mon, 30 Jul 2012 19:37:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6UJbINX032064; Mon, 30 Jul 2012 19:37:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6UJbIe9032061; Mon, 30 Jul 2012 19:37:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201207301937.q6UJbIe9032061@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Jul 2012 19:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301752 - head/math/p5-Math-MPC X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 19:37:18 -0000 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