svn commit: r321727 - head/math/p5-Math-Symbolic
Frederic Culot
culot at FreeBSD.org
Tue Jun 25 09:07:17 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list