perl/perl-HTML-TableExtract: Updated for version 2.11.

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 18:02:19 +07:00 committed by Robby Workman
parent 8c6adebd78
commit 03e5fd53c2
3 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-HTML-TableExtract
VERSION=${VERSION:-2.10}
VERSION=${VERSION:-2.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,11 +68,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-HTML-TableExtract"
VERSION="2.10"
HOMEPAGE="http://search.cpan.org/~msisk/HTML-TableExtract-2.10/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MS/MSISK/HTML-TableExtract-2.10.tar.gz"
MD5SUM="e6e355f6049dc57706e719c5ce61ff39"
VERSION="2.11"
HOMEPAGE="http://search.cpan.org/~msisk/HTML-TableExtract-2.11/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/M/MS/MSISK/HTML-TableExtract-2.11.tar.gz"
MD5SUM="ac1b8fa092d53931a9f3fdbba330f5b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-html-parser"

View file

@ -12,7 +12,7 @@ perl-HTML-TableExtract: Perl module for extracting the content contained in tabl
perl-HTML-TableExtract: within an HTML document, either as text or encoded element
perl-HTML-TableExtract: trees.
perl-HTML-TableExtract:
perl-HTML-TableExtract: Homepage: http://search.cpan.org/~msisk/HTML-TableExtract-2.10/
perl-HTML-TableExtract: Homepage: http://search.cpan.org/~msisk/HTML-TableExtract-2.11/
perl-HTML-TableExtract:
perl-HTML-TableExtract:
perl-HTML-TableExtract: