diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-04 12:22:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-04 12:22:07 +0000 |
commit | 50223f220ee9b3820919ebf171433c2325104b0e (patch) | |
tree | c3e20183555165147836acf681510c4c51c2402d /math/p5-Math-Round | |
parent | ee514c8a3b48e9132737b550b93eb7d4d88d9f98 (diff) | |
download | pkgsrc-50223f220ee9b3820919ebf171433c2325104b0e.tar.gz |
Update to 0.07:
0.07 Fri Jan 2 10:35:47 2015
- Perl 5.22 exports POSIX::round, so "use POSIX" had to be
changed to "use POSIX ()". Thanks to Jarkko Hietaniemi and
Slaven Rezic for the tip.
Diffstat (limited to 'math/p5-Math-Round')
-rw-r--r-- | math/p5-Math-Round/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Round/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index aefbd567e77..2c06d07bfef 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2014/05/29 23:36:55 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2015/01/04 12:22:07 wiz Exp $ -DISTNAME= Math-Round-0.06 +DISTNAME= Math-Round-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-Round/distinfo b/math/p5-Math-Round/distinfo index a884931a23c..d57e9d2ee56 100644 --- a/math/p5-Math-Round/distinfo +++ b/math/p5-Math-Round/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/04/21 17:46:39 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2015/01/04 12:22:07 wiz Exp $ -SHA1 (Math-Round-0.06.tar.gz) = ab6d15a5594b3f443b70c1d6477fc8409520173a -RMD160 (Math-Round-0.06.tar.gz) = c9f68f179d77a992a1bf21b0918457415a6789c9 -Size (Math-Round-0.06.tar.gz) = 5002 bytes +SHA1 (Math-Round-0.07.tar.gz) = 8e9d97f0e7fe3e74e24fb95cc2320059359776b1 +RMD160 (Math-Round-0.07.tar.gz) = c352b5b1b091534b435dfb555d5ea156b4b0806b +Size (Math-Round-0.07.tar.gz) = 5221 bytes |