Date: Tue, 12 Jan 2016 21:40:35 +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: r405955 - head/math/p5-Math-BigInt-Pari Message-ID: <201601122140.u0CLeZgi077111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 12 21:40:35 2016 New Revision: 405955 URL: https://svnweb.freebsd.org/changeset/ports/405955 Log: - Update to 1.25 - Add LICENSE Changes: http://search.cpan.org/dist/Math-BigInt-Pari/CHANGES Modified: head/math/p5-Math-BigInt-Pari/Makefile head/math/p5-Math-BigInt-Pari/distinfo Modified: head/math/p5-Math-BigInt-Pari/Makefile ============================================================================== --- head/math/p5-Math-BigInt-Pari/Makefile Tue Jan 12 21:40:30 2016 (r405954) +++ head/math/p5-Math-BigInt-Pari/Makefile Tue Jan 12 21:40:35 2016 (r405955) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-BigInt-Pari -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Use Math::Pari for Math::BigInt routines -BUILD_DEPENDS= p5-Math-BigInt>=1.999709:${PORTSDIR}/math/p5-Math-BigInt \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-BigInt>=1.999714:${PORTSDIR}/math/p5-Math-BigInt \ p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/math/p5-Math-BigInt-Pari/distinfo ============================================================================== --- head/math/p5-Math-BigInt-Pari/distinfo Tue Jan 12 21:40:30 2016 (r405954) +++ head/math/p5-Math-BigInt-Pari/distinfo Tue Jan 12 21:40:35 2016 (r405955) @@ -1,2 +1,2 @@ -SHA256 (Math-BigInt-Pari-1.23.tar.gz) = 3394d4497ef87ea6f47f3155ec1cd2cb353984f0c5fa79954b6980b0b0a73229 -SIZE (Math-BigInt-Pari-1.23.tar.gz) = 59660 +SHA256 (Math-BigInt-Pari-1.25.tar.gz) = ca0d82a915b7847b88fa4ddc94ee3464ebd565c8fdc9c9f47fa5feabbacc9360 +SIZE (Math-BigInt-Pari-1.25.tar.gz) = 61119
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601122140.u0CLeZgi077111>