perl/perl-Term-UI: Updated for version 0.46.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2015-05-30 15:49:00 +07:00 committed by Willy Sudiarto Raharjo
parent 1e69440d19
commit e20c2822dc
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Term-UI
# Copyright 2013 Andreas Voegele <andreas@andreasvoegele.com>
# Copyright 2013-2015 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=perl-Term-UI
VERSION=${VERSION:-0.42}
VERSION=${VERSION:-0.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,11 +63,12 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Term-UI"
VERSION="0.42"
VERSION="0.46"
HOMEPAGE="https://metacpan.org/pod/Term::UI"
DOWNLOAD="http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-0.42.tar.gz"
MD5SUM="cc9465134bcb923d65ac1f190d21b04f"
DOWNLOAD="http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-0.46.tar.gz"
MD5SUM="eaa9240bc44e18dfe558286eb1f3c592"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Log-Message-Simple"