svn commit: r335438 - head/math/p5-Math-MPFR

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 1 21:05:31 UTC 2013


Author: sunpoet
Date: Sun Dec  1 21:05:30 2013
New Revision: 335438
URL: http://svnweb.freebsd.org/changeset/ports/335438

Log:
  - Update to 3.19
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES

Modified:
  head/math/p5-Math-MPFR/Makefile
  head/math/p5-Math-MPFR/distinfo   (contents, props changed)

Modified: head/math/p5-Math-MPFR/Makefile
==============================================================================
--- head/math/p5-Math-MPFR/Makefile	Sun Dec  1 20:03:09 2013	(r335437)
+++ head/math/p5-Math-MPFR/Makefile	Sun Dec  1 21:05:30 2013	(r335438)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-MPFR
-PORTVERSION=	3.18
+PORTVERSION=	3.19
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SISYPHUS
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to MPFR Library
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr
 TEST_DEPENDS=	p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \

Modified: head/math/p5-Math-MPFR/distinfo
==============================================================================
--- head/math/p5-Math-MPFR/distinfo	Sun Dec  1 20:03:09 2013	(r335437)
+++ head/math/p5-Math-MPFR/distinfo	Sun Dec  1 21:05:30 2013	(r335438)
@@ -1,2 +1,2 @@
-SHA256 (Math-MPFR-3.18.tar.gz) = 196858246a0eb398acaa3a819de2f5b01ea3d18dff7840df8092383358a3af0a
-SIZE (Math-MPFR-3.18.tar.gz) = 87234
+SHA256 (Math-MPFR-3.19.tar.gz) = dc8063cadf8628891e9c0600f361a893669588233e4b95fea32485d81e31e6f4
+SIZE (Math-MPFR-3.19.tar.gz) = 92454


More information about the svn-ports-head mailing list