summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl/perl-Net-Netmask/perl-Net-Netmask.SlackBuild10
-rw-r--r--perl/perl-Net-Netmask/perl-Net-Netmask.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/perl/perl-Net-Netmask/perl-Net-Netmask.SlackBuild b/perl/perl-Net-Netmask/perl-Net-Netmask.SlackBuild
index 5839aa36d2..fc34b62b3a 100644
--- a/perl/perl-Net-Netmask/perl-Net-Netmask.SlackBuild
+++ b/perl/perl-Net-Netmask/perl-Net-Netmask.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Net-Netmask
-# Copyright 2013 Kent Fritz Mountain View, CA, USA
+# Copyright 2013,2017 Kent Fritz Mountain View, CA, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Net-Netmask
-VERSION=${VERSION:-1.9019}
+VERSION=${VERSION:-1.9022}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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-Net-Netmask/perl-Net-Netmask.info b/perl/perl-Net-Netmask/perl-Net-Netmask.info
index 98ba4308e9..157543b619 100644
--- a/perl/perl-Net-Netmask/perl-Net-Netmask.info
+++ b/perl/perl-Net-Netmask/perl-Net-Netmask.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Net-Netmask"
-VERSION="1.9019"
+VERSION="1.9022"
HOMEPAGE="https://metacpan.org/pod/Net::Netmask"
-DOWNLOAD="http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9019.tar.gz"
-MD5SUM="406995de27f55980f50f0bfbeb3c2d27"
+DOWNLOAD="http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9022.tar.gz"
+MD5SUM="67cee41e2214bd0934ff96944b29130c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""