From 97799125c770a63c684ac70a40ade516a3283fa4 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Sun, 20 Mar 2022 12:16:19 +0000 Subject: perl/perl-Math-BigInt-GMP: Updated for version 1.6010. Fix 'find $PKG/usr/share/man' command. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild | 4 ++-- perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'perl') diff --git a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild index d905bb600c206..e8445268348ff 100644 --- a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild +++ b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Math-BigInt-GMP -VERSION=${VERSION:-1.6007} +VERSION=${VERSION:-1.6010} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,7 +92,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/share/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true diff --git a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info index 68a45279f394c..a59cea37b6885 100644 --- a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info +++ b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info @@ -1,8 +1,8 @@ PRGNAM="perl-Math-BigInt-GMP" -VERSION="1.6007" +VERSION="1.6010" HOMEPAGE="https://metacpan.org/pod/Math::BigInt::GMP" -DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.6007.tar.gz" -MD5SUM="abc713279a17091a8043a7a6806ce8d4" +DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.6010.tar.gz" +MD5SUM="04896476c092876336f28d27ee40460f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Math-MPC" -- cgit v1.2.3