Index: head/www/p5-W3C-LogValidator/Makefile =================================================================== --- head/www/p5-W3C-LogValidator/Makefile (revision 166450) +++ head/www/p5-W3C-LogValidator/Makefile (revision 166451) @@ -1,57 +1,53 @@ # New ports collection makefile for: p5-W3C-LogValidator # Date created: Jun 24, 2004 # Whom: toni.viemero@iki.fi # # $FreeBSD$ # PORTNAME= W3C-LogValidator -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= W3C PKGNAMEPREFIX= p5- MAINTAINER= toni.viemero@iki.fi COMMENT= A comprehensive validation tool for webmasters and web developers BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/WebService/Validator/CSS/W3C.pm:${PORTSDIR}/www/p5-webservice-validator-css-w3c \ ${SITE_PERL}/WebService/Validator/HTML/W3C.pm:${PORTSDIR}/www/p5-webservice-validator-html-w3c \ ${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= W3C::LogValidator.3 \ W3C::LogValidator::Basic.3 \ - W3C::LogValidator::Config.3 \ W3C::LogValidator::CSSValidator.3 \ + W3C::LogValidator::Config.3 \ W3C::LogValidator::HTMLValidator.3 \ - W3C::LogValidator::SurveyEngine.3 \ W3C::LogValidator::Output::HTML.3 \ W3C::LogValidator::Output::Mail.3 \ - W3C::LogValidator::Output::Raw.3 + W3C::LogValidator::Output::Raw.3 \ + W3C::LogValidator::SurveyEngine.3 .include -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +.if ${PERL_LEVEL} < 500802 # inherited from www/p5-webservice-validator-css-w3c +IGNORE= requires at least Perl 5.8.2. Please install lang/perl5.8 and try again .endif -.if ${PERL_LEVEL} < 500600 -post-patch: - @${FIND} ${WRKSRC} -name "*.pm" | \ - ${XARGS} ${PERL5} -pi -e 's/^our ([^;=]+)/use vars qw(\1); \1/;' -.endif - +.ifndef (NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/samples/NewModule.pm ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/samples/NewOutputModule.pm ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/samples/logprocess.conf ${EXAMPLESDIR} +.endif .include Property changes on: head/www/p5-W3C-LogValidator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-W3C-LogValidator/distinfo =================================================================== --- head/www/p5-W3C-LogValidator/distinfo (revision 166450) +++ head/www/p5-W3C-LogValidator/distinfo (revision 166451) @@ -1,3 +1,3 @@ -MD5 (W3C-LogValidator-1.05.tar.gz) = 67660c4bf5cda39ea5489444f4de4f18 -SHA256 (W3C-LogValidator-1.05.tar.gz) = d63f74658712ca95f80f7c18ab1d9aaec5cf49fdf8da1b8d690e8054085e1214 -SIZE (W3C-LogValidator-1.05.tar.gz) = 28902 +MD5 (W3C-LogValidator-1.06.tar.gz) = f572898e26e3253c4c4c8f23304e9502 +SHA256 (W3C-LogValidator-1.06.tar.gz) = 78dcc0501c72771047e1a15496638de642cf448da3659fdaba5173f7013e82d1 +SIZE (W3C-LogValidator-1.06.tar.gz) = 31252 Property changes on: head/www/p5-W3C-LogValidator/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-W3C-LogValidator/pkg-plist =================================================================== --- head/www/p5-W3C-LogValidator/pkg-plist (revision 166450) +++ head/www/p5-W3C-LogValidator/pkg-plist (revision 166451) @@ -1,21 +1,22 @@ bin/logprocess.pl %%SITE_PERL%%/W3C/LogValidator.pm %%SITE_PERL%%/W3C/LogValidator/Basic.pm %%SITE_PERL%%/W3C/LogValidator/CSSValidator.pm %%SITE_PERL%%/W3C/LogValidator/Config.pm %%SITE_PERL%%/W3C/LogValidator/HTMLValidator.pm %%SITE_PERL%%/W3C/LogValidator/LinkChecker.pm +%%SITE_PERL%%/W3C/LogValidator/LinkReferer.pm %%SITE_PERL%%/W3C/LogValidator/Output/HTML.pm %%SITE_PERL%%/W3C/LogValidator/Output/Mail.pm %%SITE_PERL%%/W3C/LogValidator/Output/Raw.pm %%SITE_PERL%%/W3C/LogValidator/SurveyEngine.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator/.packlist -%%EXAMPLESDIR%%/NewModule.pm -%%EXAMPLESDIR%%/NewOutputModule.pm -%%EXAMPLESDIR%%/logprocess.conf -@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%%%EXAMPLESDIR%%/NewModule.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/NewOutputModule.pm +%%PORTDOCS%%%%EXAMPLESDIR%%/logprocess.conf +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C @dirrm %%SITE_PERL%%/W3C/LogValidator/Output @dirrm %%SITE_PERL%%/W3C/LogValidator @dirrmtry %%SITE_PERL%%/W3C Property changes on: head/www/p5-W3C-LogValidator/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property