Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2009 01:23:23 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        toni.viemero@iki.fi
Subject:   ports/136590: [PATCH] www/p5-W3C-LogValidator: update to 1.4
Message-ID:  <200907090123.n691NNSC026618@freefall.freebsd.org>
Resent-Message-ID: <200907090130.n691UQ6o038685@freefall.freebsd.org>

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

>Number:         136590
>Category:       ports
>Synopsis:       [PATCH] www/p5-W3C-LogValidator: update to 1.4
>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:   Thu Jul 09 01:30:26 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC
>Description:
- Update to 1.4

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

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

--- p5-W3C-LogValidator-1.4,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LogValidator/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	17 Apr 2008 14:30:18 -0000	1.11
+++ Makefile	9 Jul 2009 01:23:21 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	W3C-LogValidator
-PORTVERSION=	1.2
+PORTVERSION=	1.4
 PORTEPOCH=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
@@ -36,12 +36,12 @@
 	W3C::LogValidator::Output::Raw.3 \
 	W3C::LogValidator::SurveyEngine.3
 
-.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}
+.ifndef (NOPORTEXAMPLES)
+	@${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.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LogValidator/distinfo,v
retrieving revision 1.9
diff -u -u -r1.9 distinfo
--- distinfo	24 Jan 2008 14:07:43 -0000	1.9
+++ distinfo	9 Jul 2009 01:23:21 -0000
@@ -1,3 +1,3 @@
-MD5 (W3C-LogValidator-1.2.tar.gz) = d90c019dc7e04b0d1ea178a57d2389d3
-SHA256 (W3C-LogValidator-1.2.tar.gz) = f39a7e40618baf921210a003e3a3321b6f491b5af69ebc7d43eefc4a1ca98cde
-SIZE (W3C-LogValidator-1.2.tar.gz) = 31882
+MD5 (W3C-LogValidator-1.4.tar.gz) = 092f89770b5acbbd3250218f291c0bf8
+SHA256 (W3C-LogValidator-1.4.tar.gz) = 5b1832ee13f7ae52d81da13c999c04da2cd6dcc03f9b73b32c5c10d4f7d59239
+SIZE (W3C-LogValidator-1.4.tar.gz) = 34722
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/p5-W3C-LogValidator/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	24 Jan 2008 14:07:43 -0000	1.6
+++ pkg-plist	9 Jul 2009 01:23:21 -0000
@@ -11,10 +11,10 @@
 %%SITE_PERL%%/W3C/LogValidator/Output/Raw.pm
 %%SITE_PERL%%/W3C/LogValidator/SurveyEngine.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/W3C/LogValidator/.packlist
-%%PORTDOCS%%%%EXAMPLESDIR%%/NewModule.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/NewOutputModule.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/logprocess.conf
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NewModule.pm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NewOutputModule.pm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logprocess.conf
+%%PORTEXAMPLES%%@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.4,1.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?200907090123.n691NNSC026618>