Bug 170969 - [PATCH] textproc/p5-FormValidator-Lite: update to 0.29
Summary: [PATCH] textproc/p5-FormValidator-Lite: update to 0.29
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 04:00 UTC by Steve Wills
Modified: 2012-08-27 22:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-FormValidator-Lite-0.29.patch (768 bytes, patch)
2012-08-24 04:00 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2012-08-24 04:00:14 UTC
- Update to 0.29

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

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 04:00:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 04:00:57 UTC
Maintainer of textproc/p5-FormValidator-Lite,

Please note that PR ports/170969 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/170969

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 04:01:01 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Steve Wills freebsd_committer freebsd_triage 2012-08-24 09:02:59 UTC
Responsible Changed
From-To: perl->swills

I'll take it.
Comment 5 kaoru 2012-08-27 18:03:40 UTC
Use this patch instead.

--- p5-FormValidator-Lite-0.29.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-FormValidator-Lite/Makefile ./Makefile
--- /usr/ports/textproc/p5-FormValidator-Lite/Makefile	2011-10-21 16:10:59.000000000 +0900
+++ ./Makefile	2012-08-28 01:59:18.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	FormValidator-Lite
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,9 +18,9 @@
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
-		p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+		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-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+		p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load
 
 TEST_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
 		p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
diff -ruN --exclude=CVS /usr/ports/textproc/p5-FormValidator-Lite/distinfo ./distinfo
--- /usr/ports/textproc/p5-FormValidator-Lite/distinfo	2011-10-21 16:10:59.000000000 +0900
+++ ./distinfo	2012-08-28 01:57:48.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (FormValidator-Lite-0.28.tar.gz) = 676404988e9fd5b2c820cc8afbe81bbc8f89804a70edbe22af3f22189c18b3ab
-SIZE (FormValidator-Lite-0.28.tar.gz) = 34584
+SHA256 (FormValidator-Lite-0.29.tar.gz) = 0d979e4a3ea958bbbd399956da38819edf9822a9d1aeb7f3243fa8b3359cf216
+SIZE (FormValidator-Lite-0.29.tar.gz) = 34586
===> Done
--- p5-FormValidator-Lite-0.29.patch ends here ---
Comment 6 Steve Wills freebsd_committer freebsd_triage 2012-08-27 22:43:14 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-27 22:43:20 UTC
Author: swills
Date: Mon Aug 27 21:43:06 2012
New Revision: 303250
URL: http://svn.freebsd.org/changeset/ports/303250

Log:
  - Update to 0.29
  
  PR:		ports/170969
  Approved by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)

Modified:
  head/textproc/p5-FormValidator-Lite/Makefile   (contents, props changed)
  head/textproc/p5-FormValidator-Lite/distinfo   (contents, props changed)

Modified: head/textproc/p5-FormValidator-Lite/Makefile
==============================================================================
--- head/textproc/p5-FormValidator-Lite/Makefile	Mon Aug 27 21:38:59 2012	(r303249)
+++ head/textproc/p5-FormValidator-Lite/Makefile	Mon Aug 27 21:43:06 2012	(r303250)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	FormValidator-Lite
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,9 +18,9 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
-		p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+		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-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
+		p5-Class-Load>=0.11:${PORTSDIR}/devel/p5-Class-Load
 
 TEST_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
 		p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \

Modified: head/textproc/p5-FormValidator-Lite/distinfo
==============================================================================
--- head/textproc/p5-FormValidator-Lite/distinfo	Mon Aug 27 21:38:59 2012	(r303249)
+++ head/textproc/p5-FormValidator-Lite/distinfo	Mon Aug 27 21:43:06 2012	(r303250)
@@ -1,2 +1,2 @@
-SHA256 (FormValidator-Lite-0.28.tar.gz) = 676404988e9fd5b2c820cc8afbe81bbc8f89804a70edbe22af3f22189c18b3ab
-SIZE (FormValidator-Lite-0.28.tar.gz) = 34584
+SHA256 (FormValidator-Lite-0.29.tar.gz) = 0d979e4a3ea958bbbd399956da38819edf9822a9d1aeb7f3243fa8b3359cf216
+SIZE (FormValidator-Lite-0.29.tar.gz) = 34586
_______________________________________________
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"