From 7806613633bd5665f66504f3dc37f102418f78b3 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Fri, 4 Dec 2015 17:18:51 +0000 Subject: perl/perl-Test-SharedFork: Updated for version 0.34. Fixes build with perl-5.22. Signed-off-by: David Spencer Signed-off-by: Robby Workman --- .../perl-Test-SharedFork.SlackBuild | 19 +++++++++---------- perl/perl-Test-SharedFork/perl-Test-SharedFork.info | 6 +++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild b/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild index c09b36b570..76effbc902 100644 --- a/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild +++ b/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild @@ -27,7 +27,7 @@ PRGNAM="perl-Test-SharedFork" -VERSION=${VERSION:-0.24} +VERSION=${VERSION:-0.34} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,15 +77,14 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -perl Build.PL \ - prefix=/usr \ - installdirs=vendor \ - destdir=$PKG -./Build -./Build test -./Build install \ - --install_path bindoc=/usr/man/man1 \ - --install_path libdoc=/usr/man/man3 +perl Makefile.PL \ + PREFIX=/usr \ + INSTALLDIRS=vendor \ + INSTALLVENDORMAN1DIR=/usr/man/man1 \ + INSTALLVENDORMAN3DIR=/usr/man/man3 +make +make test +make install DESTDIR=$PKG ### putting essential docs mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/perl/perl-Test-SharedFork/perl-Test-SharedFork.info b/perl/perl-Test-SharedFork/perl-Test-SharedFork.info index 1fdfcb02e0..f35d981cfe 100644 --- a/perl/perl-Test-SharedFork/perl-Test-SharedFork.info +++ b/perl/perl-Test-SharedFork/perl-Test-SharedFork.info @@ -1,8 +1,8 @@ PRGNAM="perl-Test-SharedFork" -VERSION="0.24" +VERSION="0.34" HOMEPAGE="https://metacpan.org/pod/Test::SharedFork" -DOWNLOAD="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-SharedFork-0.24.tar.gz" -MD5SUM="6cdefc061e885e7ce56ee0c3a1ede9a3" +DOWNLOAD="http://www.cpan.org/authors/id/E/EX/EXODIST/Test-SharedFork-0.34.tar.gz" +MD5SUM="40b7dd32228f7e6c2e31c41fb863df16" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Test-Requires" -- cgit v1.2.3