Bug 178395 - [MAINTAINER] textproc/p5-FormValidator-Lite: update to 0.34
Summary: [MAINTAINER] textproc/p5-FormValidator-Lite: update to 0.34
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-07 14:50 UTC by kaoru
Modified: 2013-05-13 09:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-FormValidator-Lite-0.34.patch (1.57 KB, patch)
2013-05-07 14:50 UTC, kaoru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaoru 2013-05-07 14:50:00 UTC
- Update to 0.34

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-07 14:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-05-07 14:57:58 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-13 08:55:43 UTC
Author: culot
Date: Mon May 13 07:55:29 2013
New Revision: 318003
URL: http://svnweb.freebsd.org/changeset/ports/318003

Log:
  - Update to 0.34 [1]
  - Trim Makefile's header [1]
  - Update TEST_DEPENDS
  - Pet portlint(1) by changing tab into space in WWW link
  
  Changes:	http://search.cpan.org/dist/FormValidator-Lite/Changes
  PR:		ports/178395 [1]
  Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)

Modified:
  head/textproc/p5-FormValidator-Lite/Makefile
  head/textproc/p5-FormValidator-Lite/distinfo
  head/textproc/p5-FormValidator-Lite/pkg-descr

Modified: head/textproc/p5-FormValidator-Lite/Makefile
==============================================================================
--- head/textproc/p5-FormValidator-Lite/Makefile	Mon May 13 07:35:58 2013	(r318002)
+++ head/textproc/p5-FormValidator-Lite/Makefile	Mon May 13 07:55:29 2013	(r318003)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	p5-FormValidator-Lite
-# Date created:		2009-03-09
-# Whom:			TAKAHASHI Kaoru <kaoru@kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
 # $FreeBSD$
 #
 
 PORTNAME=	FormValidator-Lite
-PORTVERSION=	0.29
+PORTVERSION=	0.34
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,11 +15,12 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
-		p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load
-RUN_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
-		p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load
-
-TEST_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+		p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load \
+		p5-Email-Valid>0:${PORTSDIR}/mail/p5-Email-Valid \
+		p5-Email-Valid-Loose>0:${PORTSDIR}/mail/p5-Email-Valid-Loose \
+		p5-Filter>0:${PORTSDIR}/devel/p5-Filter
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Text-TestBase>0:${PORTSDIR}/textproc/p5-Text-TestBase \
 		p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 
@@ -40,4 +38,10 @@ MAN3=		FormValidator::Lite.3 \
 		FormValidator::Lite::Messages::en.3 \
 		FormValidator::Lite::Messages::ja.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/textproc/p5-FormValidator-Lite/distinfo
==============================================================================
--- head/textproc/p5-FormValidator-Lite/distinfo	Mon May 13 07:35:58 2013	(r318002)
+++ head/textproc/p5-FormValidator-Lite/distinfo	Mon May 13 07:55:29 2013	(r318003)
@@ -1,2 +1,2 @@
-SHA256 (FormValidator-Lite-0.29.tar.gz) = 0d979e4a3ea958bbbd399956da38819edf9822a9d1aeb7f3243fa8b3359cf216
-SIZE (FormValidator-Lite-0.29.tar.gz) = 34586
+SHA256 (FormValidator-Lite-0.34.tar.gz) = 4e408f1b6c13b351244bf789a27c9eea78792f99390d4a34387e267c9f416db2
+SIZE (FormValidator-Lite-0.34.tar.gz) = 31658

Modified: head/textproc/p5-FormValidator-Lite/pkg-descr
==============================================================================
--- head/textproc/p5-FormValidator-Lite/pkg-descr	Mon May 13 07:35:58 2013	(r318002)
+++ head/textproc/p5-FormValidator-Lite/pkg-descr	Mon May 13 07:55:29 2013	(r318003)
@@ -1,3 +1,3 @@
 FormValidator::Simple like lightweight form validation library.
 
-WWW:	http://search.cpan.org/dist/FormValidator-Lite/
+WWW: http://search.cpan.org/dist/FormValidator-Lite/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-05-13 08:55:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!