diff --git a/www/p5-Feed-Find/Makefile b/www/p5-Feed-Find/Makefile index 3bde002a9c8..91db1e68979 100644 --- a/www/p5-Feed-Find/Makefile +++ b/www/p5-Feed-Find/Makefile @@ -1,15 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:52 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2011/03/23 07:43:33 jasper Exp $ COMMENT= autodiscover syndication feeds MODULES= cpan CPAN_AUTHOR= BTROTT -DISTNAME= Feed-Find-0.06 -REVISION= 0 +DISTNAME= Feed-Find-0.07 CATEGORIES= www -USE_GROFF = Yes - -CONFIGURE_STYLE= modbuild # perl PERMIT_PACKAGE_CDROM= Yes diff --git a/www/p5-Feed-Find/distinfo b/www/p5-Feed-Find/distinfo index 841c260d7d4..78e900b1cab 100644 --- a/www/p5-Feed-Find/distinfo +++ b/www/p5-Feed-Find/distinfo @@ -1,5 +1,5 @@ -MD5 (Feed-Find-0.06.tar.gz) = vkU39lLUEkPL+Y9ek30W8w== -RMD160 (Feed-Find-0.06.tar.gz) = /2rp/Eo6nFqKXTaIZb/AHvSKwa8= -SHA1 (Feed-Find-0.06.tar.gz) = vt/0qIG6Z3LY/SG72VhWrKDcD4s= -SHA256 (Feed-Find-0.06.tar.gz) = g9ROQtifKPXY1X39r9SgCJ8f8QAQoEbBtv/1LMbVsx0= -SIZE (Feed-Find-0.06.tar.gz) = 16361 +MD5 (Feed-Find-0.07.tar.gz) = kjXjygYdC+uc8jy1eVImaQ== +RMD160 (Feed-Find-0.07.tar.gz) = 2HsDH+tl+HXdny0bmYm+Vv27bjw= +SHA1 (Feed-Find-0.07.tar.gz) = u9634A0MVHF5WgRHynSqm/Hw1rg= +SHA256 (Feed-Find-0.07.tar.gz) = AJhPPW58aGcgURi/OWcvXsSrfVlHImqrZ6VwjiobQ2k= +SIZE (Feed-Find-0.07.tar.gz) = 46380 diff --git a/www/p5-Feed-Find/patches/patch-Makefile_PL b/www/p5-Feed-Find/patches/patch-Makefile_PL index 3a874777be5..bd24d79a976 100644 --- a/www/p5-Feed-Find/patches/patch-Makefile_PL +++ b/www/p5-Feed-Find/patches/patch-Makefile_PL @@ -1,16 +1,16 @@ -$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/04/18 00:06:49 espie Exp $ ---- Makefile.PL.orig Wed Apr 18 02:04:58 2007 -+++ Makefile.PL Wed Apr 18 02:05:08 2007 -@@ -12,10 +12,12 @@ sign(1); - - include('ExtUtils::AutoInstall'); +$OpenBSD: patch-Makefile_PL,v 1.2 2011/03/23 07:43:33 jasper Exp $ +--- Makefile.PL.orig Wed Mar 23 01:42:36 2011 ++++ Makefile.PL Wed Mar 23 01:42:46 2011 +@@ -3,10 +3,12 @@ name 'Feed-Find'; + all_from 'lib/Feed/Find.pm'; + readme_from 'lib/Feed/Find.pm'; +=pod - requires('Class::ErrorHandler'); - requires('LWP'); - requires('HTML::Parser'); - requires('URI'); + requires 'Class::ErrorHandler'; + requires 'LWP'; + requires 'HTML::Parser'; + requires 'URI'; +=cut - auto_include(); - auto_install(); + test_requires 'Test::More'; +