perl/perl-Crypt-DES: Updated for version 2.07.

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:40:59 +07:00 committed by Robby Workman
parent d6d24ece6d
commit 53425b365a
3 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Crypt-DES
VERSION=${VERSION:-2.05}
VERSION=${VERSION:-2.07}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,11 +62,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $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 {} \;
perl Makefile.PL \
PREFIX=/usr \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Crypt-DES"
VERSION="2.05"
HOMEPAGE="http://search.cpan.org/dist/Crypt-DES-2.05/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz"
MD5SUM="a8a0bea7064e11d2af434f3e468c17bb"
VERSION="2.07"
HOMEPAGE="http://search.cpan.org/dist/Crypt-DES-2.07/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-DES-2.07.tar.gz"
MD5SUM="e845d24cf383ca4a30a3380a2735feac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -10,7 +10,7 @@ perl-Crypt-DES: perl-Crypt-DES (DES encryption module)
perl-Crypt-DES:
perl-Crypt-DES: This module implements DES encryption
perl-Crypt-DES:
perl-Crypt-DES: Homepage: http://search.cpan.org/dist/Crypt-DES-2.05/
perl-Crypt-DES: Homepage: http://search.cpan.org/dist/Crypt-DES-2.07/
perl-Crypt-DES:
perl-Crypt-DES:
perl-Crypt-DES: