perl/perl-Test-Inter: Updated for version 1.09.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-20 20:35:19 +07:00
parent da3876c705
commit fa6969431a
2 changed files with 5 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Test-Inter # Slackware build script for perl-Test-Inter
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com> # Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=Test-Inter SRCNAM=Test-Inter
PRGNAM=perl-$SRCNAM PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-1.07} VERSION=${VERSION:-1.09}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -76,7 +76,6 @@ perl Makefile.PL \
INSTALLVENDORMAN3DIR=/usr/man/man3 INSTALLVENDORMAN3DIR=/usr/man/man3
make make
make test
make install DESTDIR=$PKG make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \;

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Test-Inter" PRGNAM="perl-Test-Inter"
VERSION="1.07" VERSION="1.09"
HOMEPAGE="https://metacpan.org/pod/distribution/Test-Inter/lib/Test/Inter.pod" HOMEPAGE="https://metacpan.org/pod/distribution/Test-Inter/lib/Test/Inter.pod"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SB/SBECK/Test-Inter-1.07.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SB/SBECK/Test-Inter-1.09.tar.gz"
MD5SUM="25ad8d4481121cb76fa01c433ecedb0e" MD5SUM="4e9bbe25e28d2453a6c63a1e675cc484"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""