perl/perl-net-http: Updated for version 6.07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
704ce8cbe0
commit
c23626cff5
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-net-http
|
||||
|
||||
# Copyright 2011-2013 LukenShiro, Italy
|
||||
# Copyright 2011-2014 LukenShiro, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-net-http
|
||||
VERSION=${VERSION:-6.06}
|
||||
VERSION=${VERSION:-6.07}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -53,10 +53,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
|||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -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 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
echo "y" | CFLAGS="$SLKCFLAGS" perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-net-http"
|
||||
VERSION="6.06"
|
||||
VERSION="6.07"
|
||||
HOMEPAGE="https://metacpan.org/pod/Net::HTTP"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz"
|
||||
MD5SUM="6e74d76205f168775de68347266793a7"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/M/MS/MSCHILLI/Net-HTTP-6.07.tar.gz"
|
||||
MD5SUM="b6da691523456089d7a812ac398bc77e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -13,7 +13,7 @@ perl-net-http: Net::HTTP class represents a connection to an HTTP server. The HT
|
|||
perl-net-http: protocol is described in RFC 2616. The Net::HTTP class supports
|
||||
perl-net-http: HTTP/1.0 and HTTP/1.1.
|
||||
perl-net-http:
|
||||
perl-net-http: http://search.cpan.org/dist/Net-HTTP/
|
||||
perl-net-http:
|
||||
perl-net-http:
|
||||
perl-net-http:
|
||||
perl-net-http:
|
||||
|
|
Loading…
Reference in New Issue