diff options
-rw-r--r-- | perl/perl-common-sense/README | 6 | ||||
-rw-r--r-- | perl/perl-common-sense/perl-common-sense.SlackBuild | 11 | ||||
-rw-r--r-- | perl/perl-common-sense/perl-common-sense.info | 8 | ||||
-rw-r--r-- | perl/perl-common-sense/slack-desc | 2 |
4 files changed, 14 insertions, 13 deletions
diff --git a/perl/perl-common-sense/README b/perl/perl-common-sense/README index 7eec1b8709..d1e5aa5fee 100644 --- a/perl/perl-common-sense/README +++ b/perl/perl-common-sense/README @@ -1,3 +1,3 @@ -common::sense module implements some sane defaults for Perl -programs, as defined by two typical, (or not so typical - -use your common sense) specimens of Perl coders.
\ No newline at end of file +common::sense module implements some sane defaults for Perl programs, +as defined by two typical, (or not so typical - use your common sense) +specimens of Perl coders. diff --git a/perl/perl-common-sense/perl-common-sense.SlackBuild b/perl/perl-common-sense/perl-common-sense.SlackBuild index 3455af6601..f6dafa4c90 100644 --- a/perl/perl-common-sense/perl-common-sense.SlackBuild +++ b/perl/perl-common-sense/perl-common-sense.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for perl-common-sense # Copyright 2013 Donald Cooley La Porte, IN USA +# Copyright 2017 Donald Cooley South Haven, IN USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-common-sense -VERSION=${VERSION:-3.72} +VERSION=${VERSION:-3.74} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -31,7 +32,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 +43,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" @@ -56,7 +57,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/perl/perl-common-sense/perl-common-sense.info b/perl/perl-common-sense/perl-common-sense.info index 54ead6273e..3be1945924 100644 --- a/perl/perl-common-sense/perl-common-sense.info +++ b/perl/perl-common-sense/perl-common-sense.info @@ -1,10 +1,10 @@ PRGNAM="perl-common-sense" -VERSION="3.72" +VERSION="3.74" HOMEPAGE="https://metacpan.org/pod/common::sense" -DOWNLOAD="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.72.tar.gz" -MD5SUM="9558981f345e6874c1b03d148a45953e" +DOWNLOAD="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz" +MD5SUM="35b273147200c4c95eef7816f83e572d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Donald Cooley" -EMAIL="dfc@warpmail.net" +EMAIL="chytraeu@sdf.org" diff --git a/perl/perl-common-sense/slack-desc b/perl/perl-common-sense/slack-desc index 2243122636..f2a3d45be1 100644 --- a/perl/perl-common-sense/slack-desc +++ b/perl/perl-common-sense/slack-desc @@ -16,4 +16,4 @@ perl-common-sense: perl-common-sense: perl-common-sense: perl-common-sense: -perl-common-sense: +perl-common-sense: https://metacpan.org/pod/common::sense |