Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 20:29:13 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        toni.viemero@iki.fi
Subject:   ports/99520: [PATCH] www/p5-W3C-LogValidator: update to 1.06
Message-ID:  <200606270229.k5R2TDa4047218@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606270240.k5R2eESN011861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99520
>Category:       ports
>Synopsis:       [PATCH] www/p5-W3C-LogValidator: update to 1.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 27 02:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- 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

Port maintainer (toni.viemero@iki.fi) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-W3C-LogValidator-1.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LogValidator/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Mar 2006 16:26:27 -0000	1.6
+++ Makefile	27 Jun 2006 02:29:21 -0000
@@ -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 @@
 
 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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LogValidator/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	21 Mar 2006 16:26:27 -0000	1.6
+++ distinfo	27 Jun 2006 02:29:21 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LogValidator/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 02:58:15 -0000	1.4
+++ pkg-plist	27 Jun 2006 02:29:21 -0000
@@ -5,15 +5,16 @@
 %%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
--- p5-W3C-LogValidator-1.06.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606270229.k5R2TDa4047218>