mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-LWP-Protocol-https: Updated for version 6.04.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6da83769af
commit
b01e3c2e7b
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-LWP-Protocol-https
|
||||
VERSION=${VERSION:-6.03}
|
||||
VERSION=${VERSION:-6.04}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,11 +51,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 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-LWP-Protocol-https"
|
||||
VERSION="6.03"
|
||||
HOMEPAGE="http://search.cpan.org/dist/LWP-Protocol-https-6.03/lib/LWP/Protocol/https.pm"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.03.tar.gz"
|
||||
MD5SUM="2a9341732172da290fe1b5af98a015a7"
|
||||
VERSION="6.04"
|
||||
HOMEPAGE="http://search.cpan.org/~gaas/LWP-Protocol-https/lib/LWP/Protocol/https.pm"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz"
|
||||
MD5SUM="1b422a7d3b5fed1eb4d748fdc9fd79a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libwww-perl perl-Mozilla-CA perl-IO-Socket-SSL"
|
||||
|
|
Loading…
Reference in a new issue