diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-27 22:34:48 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-27 22:34:48 +0800 |
commit | 452bf13373f01175cbb3548106f8f4783743fdca (patch) | |
tree | 01955751e42d6ebb460990bb5a3e9824ff135ab1 /www/p5-W3C-LogValidator | |
parent | 52eca1659f04a20fd0ea7cf5439c3507f5200c02 (diff) | |
download | freebsd-ports-gnome-452bf13373f01175cbb3548106f8f4783743fdca.tar.gz freebsd-ports-gnome-452bf13373f01175cbb3548106f8f4783743fdca.tar.zst freebsd-ports-gnome-452bf13373f01175cbb3548106f8f4783743fdca.zip |
- Update to 1.06
- Update makefile and plist to respect NOPORTDOCS
- Restrict to Perl 5.8.2+ due to dependency upon
www/p5-webservice-validator-css-w3c
PR: ports/99520
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'www/p5-W3C-LogValidator')
-rw-r--r-- | www/p5-W3C-LogValidator/Makefile | 20 | ||||
-rw-r--r-- | www/p5-W3C-LogValidator/distinfo | 6 | ||||
-rw-r--r-- | www/p5-W3C-LogValidator/pkg-plist | 9 |
3 files changed, 16 insertions, 19 deletions
diff --git a/www/p5-W3C-LogValidator/Makefile b/www/p5-W3C-LogValidator/Makefile index 6d1fce390ece..537b7e99e7d2 100644 --- a/www/p5-W3C-LogValidator/Makefile +++ b/www/p5-W3C-LogValidator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= W3C-LogValidator -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= W3C @@ -28,30 +28,26 @@ 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 <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - -.if ${PERL_LEVEL} < 500600 -post-patch: - @${FIND} ${WRKSRC} -name "*.pm" | \ - ${XARGS} ${PERL5} -pi -e 's/^our ([^;=]+)/use vars qw(\1); \1/;' +.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 +.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 <bsd.port.post.mk> diff --git a/www/p5-W3C-LogValidator/distinfo b/www/p5-W3C-LogValidator/distinfo index 25d9bb2a6383..edea2f6e678f 100644 --- a/www/p5-W3C-LogValidator/distinfo +++ b/www/p5-W3C-LogValidator/distinfo @@ -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 diff --git a/www/p5-W3C-LogValidator/pkg-plist b/www/p5-W3C-LogValidator/pkg-plist index 9cc543a61141..db0b1c23bf6b 100644 --- a/www/p5-W3C-LogValidator/pkg-plist +++ b/www/p5-W3C-LogValidator/pkg-plist @@ -5,15 +5,16 @@ bin/logprocess.pl %%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 |