perl/perl-BerkeleyDB: Updated for version 0.53.

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 17:28:40 +07:00 committed by Robby Workman
parent 849d9a8fad
commit 3a0b374275
2 changed files with 8 additions and 8 deletions

View file

@ -28,8 +28,8 @@
# Modified by the SlackBuilds.org project.
PRGNAM="perl-BerkeleyDB"
VERSION=${VERSION:-0.52}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
@ -71,11 +71,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-BerkeleyDB"
VERSION="0.52"
VERSION="0.53"
HOMEPAGE="http://search.cpan.org/dist/BerkeleyDB/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.52.tar.gz"
MD5SUM="e1031f4cd3062fdb1597af4373789d79"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.53.tar.gz"
MD5SUM="899c6967316c7a36b1d5b6a4c7ffbb02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""