diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-09-01 08:04:13 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:46 +0100 |
commit | 27cc771c17fdbd22ad940daaf7a3d20340d3cb07 (patch) | |
tree | fda40d601f7416335e3e481e0d43e28cea8af616 /perl/perl-Math-GMPf | |
parent | 3af96bf0cf33ab7bc8409f3f576cd913e4b24045 (diff) | |
download | slackbuilds-27cc771c17fdbd22ad940daaf7a3d20340d3cb07.tar.gz |
perl/perl-Math-GMPf: Updated for version 0.43.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-GMPf')
-rw-r--r-- | perl/perl-Math-GMPf/README | 2 | ||||
-rw-r--r-- | perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild | 6 | ||||
-rw-r--r-- | perl/perl-Math-GMPf/perl-Math-GMPf.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Math-GMPf/README b/perl/perl-Math-GMPf/README index 3a55832255..0f4b694f18 100644 --- a/perl/perl-Math-GMPf/README +++ b/perl/perl-Math-GMPf/README @@ -2,5 +2,5 @@ perl-Math-GMPf (perl interface to the GMP library's floating point). perl interface to the GMP library's floating point (mpf) functions. -For tests only, optional deps: perl-Math-GMP, perl-Math-GMPz, +For tests only, optional deps: perl-Math-GMP, perl-Math-GMPz, perl-Math-GMPq, perl-Math-MPFR, perl-Test-Pod. diff --git a/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild b/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild index 43caeba9be..1cf6a0a49a 100644 --- a/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild +++ b/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-Math-GMPf. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Math-GMPf -VERSION=${VERSION:-0.42} +VERSION=${VERSION:-0.43} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES README $PKG/usr/doc/$PRGNAM-$VERSION +cp CHANGES README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/perl/perl-Math-GMPf/perl-Math-GMPf.info b/perl/perl-Math-GMPf/perl-Math-GMPf.info index f81017d263..d46b0c103d 100644 --- a/perl/perl-Math-GMPf/perl-Math-GMPf.info +++ b/perl/perl-Math-GMPf/perl-Math-GMPf.info @@ -1,8 +1,8 @@ PRGNAM="perl-Math-GMPf" -VERSION="0.42" +VERSION="0.43" HOMEPAGE="https://metacpan.org/pod/Math::GMPf" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-0.42.tar.gz" -MD5SUM="aa615b3f5aa233ed598b157749e17642" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-0.43.tar.gz" +MD5SUM="a375592e67bcdbe259aa10085371be26" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |