perl/perl-Convert-BinHex: Updated for version 1.123.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-06 20:02:02 +07:00 committed by Robby Workman
parent 7dedc03056
commit 518b897568
2 changed files with 7 additions and 9 deletions

View File

@ -28,16 +28,14 @@
SRCNAM=Convert-BinHex
PRGNAM=perl-Convert-BinHex
VERSION=1.119
VERSION=${VERSION:-1.123}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -71,11 +69,11 @@ cd $TMP
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $TMP/$SRCNAM-$VERSION
chown -R root.root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Convert-BinHex"
VERSION="1.119"
VERSION="1.123"
HOMEPAGE="http://search.cpan.org/dist/Convert-BinHex/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-1.119.tar.gz"
MD5SUM="ba70ad1772abac6270078f28197a7961"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-1.123.tar.gz"
MD5SUM="6957dee877c64918066ae27ca6069bfe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""