perl/perl-Net-LDAP: Updated for version 0.57.

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-07 21:09:07 +07:00 committed by Robby Workman
parent 2c22e62913
commit 79a57dfb48
3 changed files with 10 additions and 10 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Net-LDAP
VERSION=${VERSION:-0.53}
VERSION=${VERSION:-0.57}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -49,11 +49,11 @@ rm -rf perl-ldap-$VERSION
tar xvf $CWD/perl-ldap-$VERSION.tar.gz
cd perl-ldap-$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,10 +1,10 @@
PRGNAM="perl-Net-LDAP"
VERSION="0.53"
HOMEPAGE="http://search.cpan.org/dist/perl-ldap-0.53/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-0.53.tar.gz"
MD5SUM="3063be5e1597586fd50c10f572e3a853"
VERSION="0.57"
HOMEPAGE="http://search.cpan.org/dist/perl-ldap-0.57/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-0.57.tar.gz"
MD5SUM="deff50f0de5d4cf95145765b6edd67d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL"
REQUIRES="perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-IO-Socket-INET6"
MAINTAINER="Christopher Walker"
EMAIL="kris240376@gmail.com"

View file

@ -12,7 +12,7 @@ perl-Net-LDAP: A collection of modules that implements a LDAP services API for P
perl-Net-LDAP: programs. This module may be used to search directories or perform
perl-Net-LDAP: maintenance functions such as adding, deleting or modifying entries.
perl-Net-LDAP:
perl-Net-LDAP: Homepage: http://search.cpan.org/dist/perl-ldap-0.44/
perl-Net-LDAP: Homepage: http://search.cpan.org/dist/perl-ldap-0.57/
perl-Net-LDAP:
perl-Net-LDAP:
perl-Net-LDAP: