svn commit: r314567 - head/math/p5-Math-GMPf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 18 14:40:50 UTC 2013


Author: sunpoet
Date: Mon Mar 18 14:40:49 2013
New Revision: 314567
URL: http://svnweb.freebsd.org/changeset/ports/314567

Log:
  - Update to 0.36
  - Add LICENSE
  - Cleanup Makefile header
  
  Changes:	http://search.cpan.org/dist/Math-GMPf/CHANGES

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

Modified: head/math/p5-Math-GMPf/Makefile
==============================================================================
--- head/math/p5-Math-GMPf/Makefile	Mon Mar 18 14:40:29 2013	(r314566)
+++ head/math/p5-Math-GMPf/Makefile	Mon Mar 18 14:40:49 2013	(r314567)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Math-GMPf
-# Date created:		2011-11-30
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-GMPf
-PORTVERSION=	0.35
+PORTVERSION=	0.36
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SISYPHUS
@@ -15,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Perl interface to the GMP library floating point (mpf) functions
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
 TEST_DEPENDS=	p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

Modified: head/math/p5-Math-GMPf/distinfo
==============================================================================
--- head/math/p5-Math-GMPf/distinfo	Mon Mar 18 14:40:29 2013	(r314566)
+++ head/math/p5-Math-GMPf/distinfo	Mon Mar 18 14:40:49 2013	(r314567)
@@ -1,2 +1,2 @@
-SHA256 (Math-GMPf-0.35.tar.gz) = ea4765bb6bc5aab22bf02b81b2d5d6c753c10be4acc52564fce07988bbed1bd6
-SIZE (Math-GMPf-0.35.tar.gz) = 37573
+SHA256 (Math-GMPf-0.36.tar.gz) = 52818d62b90871639bca046450ae9d2e45945e62d64d07d1234a6c8d160b1983
+SIZE (Math-GMPf-0.36.tar.gz) = 37997


More information about the svn-ports-all mailing list