Date: Thu, 28 Apr 2016 19:04:50 +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: r414205 - head/math/p5-Math-BigRat Message-ID: <201604281904.u3SJ4onV041903@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Apr 28 19:04:50 2016 New Revision: 414205 URL: https://svnweb.freebsd.org/changeset/ports/414205 Log: - Update to 0.260804 Changes: http://search.cpan.org/dist/Math-BigRat/CHANGES Modified: head/math/p5-Math-BigRat/Makefile head/math/p5-Math-BigRat/distinfo Modified: head/math/p5-Math-BigRat/Makefile ============================================================================== --- head/math/p5-Math-BigRat/Makefile Thu Apr 28 19:04:45 2016 (r414204) +++ head/math/p5-Math-BigRat/Makefile Thu Apr 28 19:04:50 2016 (r414205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigRat -PORTVERSION= 0.26.08.02 +PORTVERSION= 0.26.08.04 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ COMMENT= Arbitrary big rational numbers LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Math-BigInt>=1.999718:math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} + NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-BigRat/distinfo ============================================================================== --- head/math/p5-Math-BigRat/distinfo Thu Apr 28 19:04:45 2016 (r414204) +++ head/math/p5-Math-BigRat/distinfo Thu Apr 28 19:04:50 2016 (r414205) @@ -1,2 +1,2 @@ -SHA256 (Math-BigRat-0.260802.tar.gz) = 1b1ed448c355677bf6403705f8428fee5bdf2bb138a3fe721bf51414c1695508 -SIZE (Math-BigRat-0.260802.tar.gz) = 64042 +SHA256 (Math-BigRat-0.260804.tar.gz) = f9bf5c007c0f141df7c7887d3482d47033cf7deab094a01e2863f31bacd7ef8a +SIZE (Math-BigRat-0.260804.tar.gz) = 67934
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604281904.u3SJ4onV041903>