diff options
author | wen <wen@pkgsrc.org> | 2016-02-14 12:01:24 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-02-14 12:01:24 +0000 |
commit | 2f3bdb5ee1726858051c883661aa60dbb64b9f52 (patch) | |
tree | cdf929db235b83eab3bad65c8ffe54cbef042ee4 /math | |
parent | 8744422de7145d918e0b041aecafc70cf715ee71 (diff) | |
download | pkgsrc-2f3bdb5ee1726858051c883661aa60dbb64b9f52.tar.gz |
Update to 1.06
Add LICENSE
Upstream changes:
Release 1.06.
New 'mydist' Makefile target to sign and build a tarball.
Pass ABSTRACT, AUTHOR, LICENSE and MIN_PERL_VERSION to
ExtUtils::MakeMaker::WriteMakefile().
Correctly set $VERSION that doesn't trigger warnings:
https://rt.cpan.org/Ticket/Display.html?id=89020
Update documentation to include the URL to the project's new
source code repository at github.com:
https://github.com/blair/perl-math-interpolate
Update author contact email address.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile index 2104941d826..c1fd6433dcb 100644 --- a/math/p5-Math-Interpolate/Makefile +++ b/math/p5-Math-Interpolate/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2015/06/12 10:50:29 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2016/02/14 12:01:24 wen Exp $ -DISTNAME= Math-Interpolate-1.05 +DISTNAME= Math-Interpolate-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 9 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl module for interpolating data +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Math/Interpolate/.packlist diff --git a/math/p5-Math-Interpolate/distinfo b/math/p5-Math-Interpolate/distinfo index 1b6ad68fdcf..a7a00c42dee 100644 --- a/math/p5-Math-Interpolate/distinfo +++ b/math/p5-Math-Interpolate/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 23:33:39 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/02/14 12:01:24 wen Exp $ -SHA1 (Math-Interpolate-1.05.tar.gz) = e0ef6aaa4c678409abe8ca91e0355319ea5aea1c -RMD160 (Math-Interpolate-1.05.tar.gz) = 2154b7e5dbda7a280ea0759d14c0bcf1f0391125 -SHA512 (Math-Interpolate-1.05.tar.gz) = c475b93780cb1c5b74eecb82e76a6bb2a94a93556eb4ee869c777ea198b3263f9756d5d7a3e6503d3e4b6402867357dd1effed089002fa3fec11efcae8dc69da -Size (Math-Interpolate-1.05.tar.gz) = 44323 bytes +SHA1 (Math-Interpolate-1.06.tar.gz) = 9350ac34b3dff29be6f9fb160bae0e6aa6157081 +RMD160 (Math-Interpolate-1.06.tar.gz) = 3513cf704b921dca3ba0aa40c537b1be2e94352d +SHA512 (Math-Interpolate-1.06.tar.gz) = c573ac238d169449390db6b54303e94a93f7459b24bb8bfaf6aa765d6ce1b0d25a8c876ea530e10fb7eb271093c853c28f185ec805ca1f54751204ab469c64db +Size (Math-Interpolate-1.06.tar.gz) = 47283 bytes |