summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andreas Guldstrand2017-01-18 22:07:53 +0100
committer Willy Sudiarto Raharjo2017-01-21 01:04:30 +0100
commit450c311cba99cb3e5be754e82ab36167eece91ac (patch)
tree7ebd30678d2d436dd641e11d3623b541d685407c
parent2e830338cdbee46f37906488b7aee8ca8ac34b1e (diff)
downloadslackbuilds-450c311cba99cb3e5be754e82ab36167eece91ac.tar.gz
perl/perl-YAML-LibYAML: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--perl/perl-YAML-LibYAML/README8
-rw-r--r--perl/perl-YAML-LibYAML/perl-YAML-LibYAML.SlackBuild6
-rw-r--r--perl/perl-YAML-LibYAML/perl-YAML-LibYAML.info4
3 files changed, 9 insertions, 9 deletions
diff --git a/perl/perl-YAML-LibYAML/README b/perl/perl-YAML-LibYAML/README
index dd08ca2a2c..4f871ccc0a 100644
--- a/perl/perl-YAML-LibYAML/README
+++ b/perl/perl-YAML-LibYAML/README
@@ -1,9 +1,9 @@
-Kirill Siminov's libyaml is arguably the best YAML implementation. The C
-library is written precisely to the YAML 1.1 specification. It was originally
+Kirill Siminov's libyaml is arguably the best YAML implementation. The C
+library is written precisely to the YAML 1.1 specification. It was originally
bound to Python and was later bound to Ruby.
-This module is a Perl XS binding to libyaml which offers Perl the best YAML
+This module is a Perl XS binding to libyaml which offers Perl the best YAML
support to date.
-This module exports the functions Dump, Load, DumpFile and LoadFile. These
+This module exports the functions Dump, Load, DumpFile and LoadFile. These
functions are intended to work exactly like YAML.pm's corresponding functions.
diff --git a/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.SlackBuild b/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.SlackBuild
index 9408881cd7..78dc0709a3 100644
--- a/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.SlackBuild
+++ b/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.SlackBuild
@@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.info b/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.info
index 82e2e22916..fbdc0fdbdc 100644
--- a/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.info
+++ b/perl/perl-YAML-LibYAML/perl-YAML-LibYAML.info
@@ -6,5 +6,5 @@ MD5SUM="733e63b743088781eb8cad6477cd4905"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Glenn Becker"
-EMAIL="glenn.becker@gmail.com"
+MAINTAINER="Andreas Guldstrand"
+EMAIL="andreas.guldstrand@gmail.com"