From pgollucci@FreeBSD.org  Thu Jul  9 01:23:24 2009
Return-Path: <pgollucci@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5BB0F10656C0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Jul 2009 01:23:24 +0000 (UTC)
	(envelope-from pgollucci@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 3EC2E8FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Jul 2009 01:23:24 +0000 (UTC)
	(envelope-from pgollucci@FreeBSD.org)
Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691NOO1026619
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Jul 2009 01:23:24 GMT
	(envelope-from pgollucci@freefall.freebsd.org)
Received: (from pgollucci@localhost)
	by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691NNSC026618;
	Thu, 9 Jul 2009 01:23:23 GMT
	(envelope-from pgollucci)
Message-Id: <200907090123.n691NNSC026618@freefall.freebsd.org>
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: [PATCH] www/p5-W3C-LogValidator: update to 1.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify: toni.viemero@iki.fi

>Number:         136590
>Category:       ports
>Synopsis:       [PATCH] www/p5-W3C-LogValidator: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 09 01:30:26 UTC 2009
>Closed-Date:    Thu Jul 23 17:34:25 UTC 2009
>Last-Modified:  Thu Jul 23 17:40:23 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 9 01:36:40 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136590 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jul 9 01:36:45 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136590 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: toni.viemero@iki.fi
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/136590: [PATCH] www/p5-W3C-LogValidator: update to 1.4
Date: Thu, 9 Jul 2009 01:36:43 UT

 Maintainer of www/p5-W3C-LogValidator,
 
 Please note that PR ports/136590 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136590
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: =?ISO-8859-1?Q?Toni_Viemer=F6?= <toni.viemero@iki.fi>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/136590: [PATCH] www/p5-W3C-LogValidator: update to 1.4
Date: Thu, 09 Jul 2009 07:35:48 +0300

 Patch looks fine to me.
 
 -- 
 Toni Viemer  |  http://selfdestruct.net/
 "Don't do anything by half. If you love someone, love them. If you
   hate someone, hate them until it hurts."
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Wed Jul 22 20:17:40 UTC 2009 
State-Changed-Why:  
Maintainer timeout (14 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136590 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Jul 23 17:34:24 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136590 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136590: commit references a PR
Date: Thu, 23 Jul 2009 17:32:13 +0000 (UTC)

 pgollucci    2009-07-23 17:29:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-W3C-LogValidator Makefile distinfo pkg-plist 
   Log:
   - Update to 1.4
   
   PR:             ports/136590
   Approved by:    maintainer timeout (toni.viemero@iki.fi; 14 days)
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.12      +6 -6      ports/www/p5-W3C-LogValidator/Makefile
   1.10      +3 -3      ports/www/p5-W3C-LogValidator/distinfo
   1.7       +4 -4      ports/www/p5-W3C-LogValidator/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
