diff options
-rw-r--r-- | www/p5-HTML-TableTiler/Makefile | 2 | ||||
-rw-r--r-- | www/p5-HTML-TableTiler/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTML-TableTiler/files/patch-Makefile.PL | 22 |
3 files changed, 24 insertions, 2 deletions
diff --git a/www/p5-HTML-TableTiler/Makefile b/www/p5-HTML-TableTiler/Makefile index ac06bed00171..8c82800f7628 100644 --- a/www/p5-HTML-TableTiler/Makefile +++ b/www/p5-HTML-TableTiler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-TableTiler -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML diff --git a/www/p5-HTML-TableTiler/distinfo b/www/p5-HTML-TableTiler/distinfo index 472e03d8b1e0..eced32a20fc4 100644 --- a/www/p5-HTML-TableTiler/distinfo +++ b/www/p5-HTML-TableTiler/distinfo @@ -1 +1 @@ -MD5 (HTML-TableTiler-1.11.tar.gz) = 9762eeb7addfdf080507d7860f8add48 +MD5 (HTML-TableTiler-1.12.tar.gz) = 3adadea85f5fc21c84d4da923aecb51a diff --git a/www/p5-HTML-TableTiler/files/patch-Makefile.PL b/www/p5-HTML-TableTiler/files/patch-Makefile.PL new file mode 100644 index 000000000000..5419a6426d9f --- /dev/null +++ b/www/p5-HTML-TableTiler/files/patch-Makefile.PL @@ -0,0 +1,22 @@ +--- Makefile.PL.orig Mon Jan 12 00:46:17 2004 ++++ Makefile.PL Mon Jan 12 11:11:54 2004 +@@ -13,11 +13,11 @@ + , PREREQ_PM => { 'HTML::PullParser' => '1.0' } + ) + +-; eval +- { require LWP::Simple +- ; my $res = LWP::Simple::get +- ( "http://perl.4pro.net/install.txt" +- . "?DISTRIBUTION=$dist&PERL=$]-$^O" +- ) +- ; eval $res if $res +- } ++#; eval ++# { require LWP::Simple ++# ; my $res = LWP::Simple::get ++# ( "http://perl.4pro.net/install.txt" ++# . "?DISTRIBUTION=$dist&PERL=$]-$^O" ++# ) ++# ; eval $res if $res ++# } |