summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Andreas Voegele2015-05-30 10:49:00 +0200
committer Willy Sudiarto Raharjo2015-05-31 05:36:26 +0200
commite20c2822dce8d80ab247b87cd7b28557b355957f (patch)
tree9916ae7f921ab9a2636ddf78a1b4e26264ca0295 /perl
parent1e69440d19f12a634caadeded049ae860f329e18 (diff)
downloadslackbuilds-e20c2822dce8d80ab247b87cd7b28557b355957f.tar.gz
perl/perl-Term-UI: Updated for version 0.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Term-UI/perl-Term-UI.SlackBuild7
-rw-r--r--perl/perl-Term-UI/perl-Term-UI.info6
2 files changed, 7 insertions, 6 deletions
diff --git a/perl/perl-Term-UI/perl-Term-UI.SlackBuild b/perl/perl-Term-UI/perl-Term-UI.SlackBuild
index 55ee4a6aea..9cb4d1595b 100644
--- a/perl/perl-Term-UI/perl-Term-UI.SlackBuild
+++ b/perl/perl-Term-UI/perl-Term-UI.SlackBuild
@@ -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
diff --git a/perl/perl-Term-UI/perl-Term-UI.info b/perl/perl-Term-UI/perl-Term-UI.info
index 1f2f97d22f..4e0fd7fccb 100644
--- a/perl/perl-Term-UI/perl-Term-UI.info
+++ b/perl/perl-Term-UI/perl-Term-UI.info
@@ -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"