Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2011 19:06:36 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kaoru@kaisei.org
Subject:   ports/161829: [PATCH] textproc/p5-FormValidator-Lite: update to 0.27
Message-ID:  <20111020110636.111765822@sunpoet.net>
Resent-Message-ID: <201110201110.p9KBA45w052991@freefall.freebsd.org>

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

>Number:         161829
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-FormValidator-Lite: update to 0.27
>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 Oct 20 11:10:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Update to 0.27
- Add BUILD_DEPENDS and TEST_DEPENDS
- Space/Tab twiddle
- Sort PLIST

Changes:	http://search.cpan.org/dist/FormValidator-Lite/Changes

Port maintainer (kaoru@kaisei.org) is cc'd.

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

--- p5-FormValidator-Lite-0.27.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-FormValidator-Lite/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	30 Sep 2011 07:38:37 -0000	1.21
+++ Makefile	20 Oct 2011 11:05:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	FormValidator-Lite
-PORTVERSION=	0.25
+PORTVERSION=	0.27
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,21 +17,27 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \
-	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite
+BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
+		p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+RUN_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
+		p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+
+TEST_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+		p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
+		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
 MAN3=		FormValidator::Lite.3 \
-	FormValidator::Lite::Constraint.3 \
-	FormValidator::Lite::Constraint::Date.3 \
-	FormValidator::Lite::Constraint::Default.3 \
-	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
+		FormValidator::Lite::Constraint.3 \
+		FormValidator::Lite::Constraint::Date.3 \
+		FormValidator::Lite::Constraint::Default.3 \
+		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
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-FormValidator-Lite/distinfo,v
retrieving revision 1.22
diff -u -u -r1.22 distinfo
--- distinfo	30 Sep 2011 07:38:37 -0000	1.22
+++ distinfo	20 Oct 2011 11:05:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (FormValidator-Lite-0.25.tar.gz) = 516facb2f328e0c1fa3caafe017cf832323a58b5babcd7de260f452ed6c72758
-SIZE (FormValidator-Lite-0.25.tar.gz) = 63062
+SHA256 (FormValidator-Lite-0.27.tar.gz) = 524e5d15c924999e2c05b6296905ca92942ba251e2ed7c3031fae08a5b00e526
+SIZE (FormValidator-Lite-0.27.tar.gz) = 34520
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-FormValidator-Lite/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	13 Dec 2010 18:34:51 -0000	1.4
+++ pkg-plist	20 Oct 2011 11:05:50 -0000
@@ -1,21 +1,18 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Lite/.packlist
-%%SITE_PERL%%/FormValidator/Lite/Constraint/File.pm
-%%SITE_PERL%%/FormValidator/Lite/Constraint/Japanese.pm
+%%SITE_PERL%%/FormValidator/Lite.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm
 %%SITE_PERL%%/FormValidator/Lite/Constraint/Default.pm
 %%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/File.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/Japanese.pm
 %%SITE_PERL%%/FormValidator/Lite/Constraint/Time.pm
+%%SITE_PERL%%/FormValidator/Lite/Constraint/URL.pm
 %%SITE_PERL%%/FormValidator/Lite/Messages/en.pm
 %%SITE_PERL%%/FormValidator/Lite/Messages/ja.pm
+%%SITE_PERL%%/FormValidator/Lite/Upload.pm
 %%SITE_PERL%%/FormValidator/Lite/Upload/CGI.pm
 %%SITE_PERL%%/FormValidator/Lite/Upload/HTTPEngine.pm
 %%SITE_PERL%%/FormValidator/Lite/Upload/PlackRequest.pm
-%%SITE_PERL%%/FormValidator/Lite/Constraint.pm
-%%SITE_PERL%%/FormValidator/Lite/Upload.pm
-%%SITE_PERL%%/FormValidator/Lite.pm
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator/Lite
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FormValidator
 @dirrm %%SITE_PERL%%/FormValidator/Lite/Upload
 @dirrm %%SITE_PERL%%/FormValidator/Lite/Messages
 @dirrm %%SITE_PERL%%/FormValidator/Lite/Constraint
--- p5-FormValidator-Lite-0.27.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?20111020110636.111765822>