From kaoru@rave.kaoru.trans-nt.com  Wed Jun  9 12:27:33 2010
Return-Path: <kaoru@rave.kaoru.trans-nt.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 472D41065676
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Jun 2010 12:27:33 +0000 (UTC)
	(envelope-from kaoru@rave.kaoru.trans-nt.com)
Received: from msa04b.plala.or.jp (msa04.plala.or.jp [58.93.240.4])
	by mx1.freebsd.org (Postfix) with ESMTP id AEEB08FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Jun 2010 12:27:31 +0000 (UTC)
Received: from rave.kaoru.trans-nt.com ([219.165.189.104])
          by msa04b.plala.or.jp with ESMTP
          id <20100609122730.HSGB2232.msa04b.plala.or.jp@rave.kaoru.trans-nt.com>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Wed, 9 Jun 2010 21:27:30 +0900
Received: by rave.kaoru.trans-nt.com (Postfix, from userid 10666)
	id E451FEF41; Wed,  9 Jun 2010 21:27:29 +0900 (JST)
Message-Id: <20100609122729.E451FEF41@rave.kaoru.trans-nt.com>
Date: Wed,  9 Jun 2010 21:27:29 +0900 (JST)
From: TAKAHASHI Kaoru <kaoru@kaisei.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] textproc/p5-FormValidator-Lite: update to 0.13
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147721
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/p5-FormValidator-Lite: update to 0.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 09 12:30:04 UTC 2010
>Closed-Date:    Sun Jun 13 12:52:07 UTC 2010
>Last-Modified:  Sun Jun 13 12:52:07 UTC 2010
>Originator:     TAKAHASHI Kaoru
>Release:        FreeBSD 6.4-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD rave.kaoru.trans-nt.com 6.4-RELEASE-p7 FreeBSD 6.4-RELEASE-p7 #0: Fri Oct  2 02:46:10 UTC
>Description:
- Update to 0.13

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

--- p5-FormValidator-Lite-0.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-FormValidator-Lite/Makefile /tmp/p5-FormValidator-Lite/Makefile
--- /usr/ports/textproc/p5-FormValidator-Lite/Makefile	2010-05-22 17:45:03.000000000 +0900
+++ /tmp/p5-FormValidator-Lite/Makefile	2010-06-09 21:26:54.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	FormValidator-Lite
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -25,6 +25,7 @@
 	FormValidator::Lite::Constraint::Email.3 \
 	FormValidator::Lite::Constraint::File.3 \
 	FormValidator::Lite::Constraint::Japanese.3 \
+	FormValidator::Lite::Constraint::Time.3 \
 	FormValidator::Lite::Constraint::URL.3 \
 	FormValidator::Lite::Messages::en.3 \
 	FormValidator::Lite::Messages::ja.3
diff -ruN --exclude=CVS /usr/ports/textproc/p5-FormValidator-Lite/distinfo /tmp/p5-FormValidator-Lite/distinfo
--- /usr/ports/textproc/p5-FormValidator-Lite/distinfo	2010-05-22 17:45:03.000000000 +0900
+++ /tmp/p5-FormValidator-Lite/distinfo	2010-06-09 21:25:18.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (FormValidator-Lite-0.12.tar.gz) = 999dd1252f879d9c39dadaa7b71fa502
-SHA256 (FormValidator-Lite-0.12.tar.gz) = 9d2005917c4c5a496ab0b585ae1a592413430018ebe06b6f2f0dc25b61a7295d
-SIZE (FormValidator-Lite-0.12.tar.gz) = 58771
+MD5 (FormValidator-Lite-0.13.tar.gz) = f6fa7c63be43b76d98a539c851e772d1
+SHA256 (FormValidator-Lite-0.13.tar.gz) = c9f2294bbb4e80182560be4a59c6bd438f2e9400990056d3fa23758d3d81913b
+SIZE (FormValidator-Lite-0.13.tar.gz) = 60630
diff -ruN --exclude=CVS /usr/ports/textproc/p5-FormValidator-Lite/pkg-plist /tmp/p5-FormValidator-Lite/pkg-plist
--- /usr/ports/textproc/p5-FormValidator-Lite/pkg-plist	2009-03-12 01:43:37.000000000 +0900
+++ /tmp/p5-FormValidator-Lite/pkg-plist	2010-06-09 21:26:05.000000000 +0900
@@ -6,6 +6,7 @@
 %%SITE_PERL%%/FormValidator/Lite/Constraint/Email.pm
 %%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm
 %%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/Time.pm
 %%SITE_PERL%%/FormValidator/Lite/Messages/en.pm
 %%SITE_PERL%%/FormValidator/Lite/Messages/ja.pm
 %%SITE_PERL%%/FormValidator/Lite/Upload/CGI.pm
--- p5-FormValidator-Lite-0.13.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Wed Jun 9 12:43:28 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147721: commit references a PR
Date: Sun, 13 Jun 2010 12:46:04 +0000 (UTC)

 wxs         2010-06-13 12:45:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-FormValidator-Lite Makefile distinfo pkg-plist 
   Log:
   Update to 0.13
   
   PR:             ports/147721
   Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
   
   Revision  Changes    Path
   1.11      +2 -1      ports/textproc/p5-FormValidator-Lite/Makefile
   1.13      +3 -3      ports/textproc/p5-FormValidator-Lite/distinfo
   1.2       +2 -1      ports/textproc/p5-FormValidator-Lite/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Sun Jun 13 12:52:06 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147721 
>Unformatted:
