Date: Tue, 25 Jun 2013 09:07:17 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321727 - head/math/p5-Math-Symbolic Message-ID: <201306250907.r5P97HPb041852@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Tue Jun 25 09:07:16 2013 New Revision: 321727 URL: http://svnweb.freebsd.org/changeset/ports/321727 Log: - Update to 0.612 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Math-Symbolic/Changes Modified: head/math/p5-Math-Symbolic/Makefile head/math/p5-Math-Symbolic/distinfo Modified: head/math/p5-Math-Symbolic/Makefile ============================================================================== --- head/math/p5-Math-Symbolic/Makefile Tue Jun 25 08:14:26 2013 (r321726) +++ head/math/p5-Math-Symbolic/Makefile Tue Jun 25 09:07:16 2013 (r321727) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Symbolic -PORTVERSION= 0.611 +PORTVERSION= 0.612 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER @@ -11,9 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Symbolic calculations -BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic.3 \ Modified: head/math/p5-Math-Symbolic/distinfo ============================================================================== --- head/math/p5-Math-Symbolic/distinfo Tue Jun 25 08:14:26 2013 (r321726) +++ head/math/p5-Math-Symbolic/distinfo Tue Jun 25 09:07:16 2013 (r321727) @@ -1,2 +1,2 @@ -SHA256 (Math-Symbolic-0.611.tar.gz) = 0f70e32145586918988a3028822f2bfac26b35981d4668bf1db44c1350ea3730 -SIZE (Math-Symbolic-0.611.tar.gz) = 133530 +SHA256 (Math-Symbolic-0.612.tar.gz) = a9af979956c4c28683c535b5e5da3cde198c0cac2a11b3c9a129da218b3b9c08 +SIZE (Math-Symbolic-0.612.tar.gz) = 137357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306250907.r5P97HPb041852>