[Midnightbsd-cvs] mports [18910] trunk/math/p5-Math-Round/pkg-plist: math round 0.7

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 10 11:14:01 EDT 2015


Revision: 18910
          http://svnweb.midnightbsd.org/mports/?rev=18910
Author:   laffer1
Date:     2015-05-10 11:14:00 -0400 (Sun, 10 May 2015)
Log Message:
-----------
math round 0.7

Modified Paths:
--------------
    trunk/math/p5-Math-Round/Makefile
    trunk/math/p5-Math-Round/distinfo
    trunk/math/p5-Math-Round/pkg-descr
    trunk/math/p5-Math-Round/pkg-plist

Property Changed:
----------------
    trunk/math/p5-Math-Round/pkg-descr

Modified: trunk/math/p5-Math-Round/Makefile
===================================================================
--- trunk/math/p5-Math-Round/Makefile	2015-05-10 15:11:12 UTC (rev 18909)
+++ trunk/math/p5-Math-Round/Makefile	2015-05-10 15:14:00 UTC (rev 18910)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	Math-Round
-PORTVERSION=	0.06
+PORTVERSION=	0.07
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -8,12 +8,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl extension for rounding numbers
-LICENSE=	perl
 
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 
-MAKE_JOBS_SAFE=	yes
-
-MAN3=		Math::Round.3
-
 .include <bsd.port.mk>

Modified: trunk/math/p5-Math-Round/distinfo
===================================================================
--- trunk/math/p5-Math-Round/distinfo	2015-05-10 15:11:12 UTC (rev 18909)
+++ trunk/math/p5-Math-Round/distinfo	2015-05-10 15:14:00 UTC (rev 18910)
@@ -1,2 +1,2 @@
-SHA256 (Math-Round-0.06.tar.gz) = a5086f7693ac49a9bdcdc9cccff9159be527d150951319c061bfb2e0dedb8da4
-SIZE (Math-Round-0.06.tar.gz) = 5002
+SHA256 (Math-Round-0.07.tar.gz) = 73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327
+SIZE (Math-Round-0.07.tar.gz) = 5221

Modified: trunk/math/p5-Math-Round/pkg-descr
===================================================================
--- trunk/math/p5-Math-Round/pkg-descr	2015-05-10 15:11:12 UTC (rev 18909)
+++ trunk/math/p5-Math-Round/pkg-descr	2015-05-10 15:14:00 UTC (rev 18910)
@@ -1,7 +1,5 @@
-Math::Round is a Perl module.  It supplies functions to round numbers,
-both positive and negative, in various ways.  This may seem like an
-odd thing to write a whole module for, but rounding can sometimes be
-a little tricky, so I thought some people might find this useful.
+Math::Round supplies functions that will round numbers in different ways. The
+functions round and nearest are exported by default; others are available as
+described below. "use ... qw(:all)" exports all functions.
 
 WWW: http://search.cpan.org/dist/Math-Round/
-


Property changes on: trunk/math/p5-Math-Round/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/math/p5-Math-Round/pkg-plist
===================================================================
--- trunk/math/p5-Math-Round/pkg-plist	2015-05-10 15:11:12 UTC (rev 18909)
+++ trunk/math/p5-Math-Round/pkg-plist	2015-05-10 15:14:00 UTC (rev 18910)
@@ -1,8 +1,3 @@
+%%SITE_PERL%%/Math/Round.pm
 %%SITE_PERL%%/auto/Math/Round/autosplit.ix
-%%SITE_PERL%%/Math/Round.pm
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Round
- at dirrm %%SITE_PERL%%/auto/Math/Round
- at dirrmtry %%SITE_PERL%%/auto/Math
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
- at dirrmtry %%SITE_PERL%%/Math
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
+%%PERL5_MAN3%%/Math::Round.3.gz



More information about the Midnightbsd-cvs mailing list