From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 17:05:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1A30479; Fri, 20 Jun 2014 17:05:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C431D2587; Fri, 20 Jun 2014 17:05:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KH5Vso015456; Fri, 20 Jun 2014 17:05:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KH5VCU015453; Fri, 20 Jun 2014 17:05:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406201705.s5KH5VCU015453@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Jun 2014 17:05:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358604 - head/textproc/p5-FormValidator-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 17:05:32 -0000 Author: sunpoet Date: Fri Jun 20 17:05:31 2014 New Revision: 358604 URL: http://svnweb.freebsd.org/changeset/ports/358604 QAT: https://qat.redports.org/buildarchive/r358604/ Log: - Fix and sort *_DEPENDS: Filter::Util::Call is already in all supported Perl releases - Update pkg-descr Modified: head/textproc/p5-FormValidator-Lite/Makefile head/textproc/p5-FormValidator-Lite/pkg-descr Modified: head/textproc/p5-FormValidator-Lite/Makefile ============================================================================== --- head/textproc/p5-FormValidator-Lite/Makefile Fri Jun 20 16:38:03 2014 (r358603) +++ head/textproc/p5-FormValidator-Lite/Makefile Fri Jun 20 17:05:31 2014 (r358604) @@ -3,6 +3,7 @@ PORTNAME= FormValidator-Lite PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +16,14 @@ 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 \ - 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 + p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \ + p5-Email-Valid-Loose>=0:${PORTSDIR}/mail/p5-Email-Valid-Loose 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 \ +TEST_DEPENDS= p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -USES= perl5 USE_PERL5= modbuild +USES= perl5 .include Modified: head/textproc/p5-FormValidator-Lite/pkg-descr ============================================================================== --- head/textproc/p5-FormValidator-Lite/pkg-descr Fri Jun 20 16:38:03 2014 (r358603) +++ head/textproc/p5-FormValidator-Lite/pkg-descr Fri Jun 20 17:05:31 2014 (r358604) @@ -1,3 +1,3 @@ -FormValidator::Simple like lightweight form validation library. +FormValidator::Lite is a simple, fast implementation for form validation. WWW: http://search.cpan.org/dist/FormValidator-Lite/