summaryrefslogtreecommitdiffstats
path: root/perl/perl-Expect
diff options
context:
space:
mode:
author Cristiano Urban2017-05-20 17:48:46 +0200
committer Willy Sudiarto Raharjo2017-05-27 02:29:15 +0200
commit22c5e656a943f8ea91787e036258aaf3d247428a (patch)
tree9346656e329fa29cd5eb398d3bed48c5a859db35 /perl/perl-Expect
parent83ab42b2ce1b042282fc1bb9675d4475524784a7 (diff)
downloadslackbuilds-22c5e656a943f8ea91787e036258aaf3d247428a.tar.gz
perl/perl-Expect: Updated for version 1.35.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Expect')
-rw-r--r--perl/perl-Expect/README4
-rw-r--r--perl/perl-Expect/perl-Expect.SlackBuild7
-rw-r--r--perl/perl-Expect/perl-Expect.info6
-rw-r--r--perl/perl-Expect/slack-desc4
4 files changed, 10 insertions, 11 deletions
diff --git a/perl/perl-Expect/README b/perl/perl-Expect/README
index 594b6e467f..7fd8992ef2 100644
--- a/perl/perl-Expect/README
+++ b/perl/perl-Expect/README
@@ -1,4 +1,4 @@
-Expect is tool to automate interaction with an application providing
-a CLI (Command Line Interface).
+Expect is a tool to automate interactions with command line programs
+that expose a text terminal interface.
perl-IO-Stty is an optional dependency.
diff --git a/perl/perl-Expect/perl-Expect.SlackBuild b/perl/perl-Expect/perl-Expect.SlackBuild
index 589232faf6..2f08eeaf41 100644
--- a/perl/perl-Expect/perl-Expect.SlackBuild
+++ b/perl/perl-Expect/perl-Expect.SlackBuild
@@ -23,12 +23,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Expect
-VERSION=${VERSION:-1.33}
+VERSION=${VERSION:-1.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
-SRCPREFIX="$(printf $SRCNAM | tr '[:upper:]' '[:lower:]')".pm
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -62,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCPREFIX-$SRCNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
-cd $SRCPREFIX-$SRCNAM-$VERSION
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/perl/perl-Expect/perl-Expect.info b/perl/perl-Expect/perl-Expect.info
index 09d3dc665a..0041577256 100644
--- a/perl/perl-Expect/perl-Expect.info
+++ b/perl/perl-Expect/perl-Expect.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Expect"
-VERSION="1.33"
+VERSION="1.35"
HOMEPAGE="https://metacpan.org/pod/Expect"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/Expect-1.33.tar.gz"
-MD5SUM="1fbb052de1383966a3be5f420a34e83c"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JA/JACOBY/Expect-1.35.tar.gz"
+MD5SUM="f7170964058cfb4a73567284a64c8cee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-IO-Tty"
diff --git a/perl/perl-Expect/slack-desc b/perl/perl-Expect/slack-desc
index cdc552aa73..73742e4f8c 100644
--- a/perl/perl-Expect/slack-desc
+++ b/perl/perl-Expect/slack-desc
@@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
perl-Expect: perl-Expect (perl module Expect)
perl-Expect:
-perl-Expect: Expect is tool to automate interaction with an application providing
-perl-Expect: a CLI (Command Line Interface).
+perl-Expect: Expect is a tool to automate interactions with command line programs
+perl-Expect: that expose a text terminal interface.
perl-Expect:
perl-Expect: Homepage: https://metacpan.org/pod/Expect
perl-Expect: