Bug 186863 - [PATCH] www/p5-HTML-FormFu-Model-DBIC: update to 1.02
Summary: [PATCH] www/p5-HTML-FormFu-Model-DBIC: update to 1.02
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: 2014-02-18 12:00 UTC by oleg
Modified: 2014-02-20 13:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-HTML-FormFu-Model-DBIC-1.02.patch (1.69 KB, patch)
2014-02-18 12:00 UTC, oleg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description oleg 2014-02-18 12:00:00 UTC
- Update to 1.02

Port maintainer (oleg@mamontov.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-18 12:00:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-18 12:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-02-18 15:15:36 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-20 13:03:08 UTC
Author: culot
Date: Thu Feb 20 13:03:00 2014
New Revision: 345223
URL: http://svnweb.freebsd.org/changeset/ports/345223
QAT: https://qat.redports.org/buildarchive/r345223/

Log:
  - Update to 1.02 [1]
  - Fix dependencies
  
  Changes:	http://search.cpan.org/dist/HTML-FormFu-Model-DBIC/Changes
  PR:		ports/186863 [1]
  Submitted by:	Oleg A. Mamontov <oleg@mamontov.net> (maintainer)

Modified:
  head/www/p5-HTML-FormFu-Model-DBIC/Makefile
  head/www/p5-HTML-FormFu-Model-DBIC/distinfo

Modified: head/www/p5-HTML-FormFu-Model-DBIC/Makefile
==============================================================================
--- head/www/p5-HTML-FormFu-Model-DBIC/Makefile	Thu Feb 20 13:00:31 2014	(r345222)
+++ head/www/p5-HTML-FormFu-Model-DBIC/Makefile	Thu Feb 20 13:03:00 2014	(r345223)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	HTML-FormFu-Model-DBIC
-PORTVERSION=	0.09010
+PORTVERSION=	1.02
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,12 +15,12 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-DBIx-Class>=0.08108:${PORTSDIR}/databases/p5-DBIx-Class \
-		p5-HTML-FormFu>=0.09010:${PORTSDIR}/www/p5-HTML-FormFu \
+		p5-HTML-FormFu>=1.00:${PORTSDIR}/www/p5-HTML-FormFu \
 		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
-		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
-		p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
+		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite \
+		p5-Locale-Maketext>=0:${PORTSDIR}/devel/p5-Locale-Maketext \
 		p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator
 
 USES=		perl5

Modified: head/www/p5-HTML-FormFu-Model-DBIC/distinfo
==============================================================================
--- head/www/p5-HTML-FormFu-Model-DBIC/distinfo	Thu Feb 20 13:00:31 2014	(r345222)
+++ head/www/p5-HTML-FormFu-Model-DBIC/distinfo	Thu Feb 20 13:03:00 2014	(r345223)
@@ -1,2 +1,2 @@
-SHA256 (HTML-FormFu-Model-DBIC-0.09010.tar.gz) = 39ff1f9f444f115b5084d4852b7c53ae502028bf3520f4d50a9c2c6b45da7374
-SIZE (HTML-FormFu-Model-DBIC-0.09010.tar.gz) = 65062
+SHA256 (HTML-FormFu-Model-DBIC-1.02.tar.gz) = d151408e76dd74632d5c7f6a635a414930f348b01e24ae5e08f5865a281c2d92
+SIZE (HTML-FormFu-Model-DBIC-1.02.tar.gz) = 51489
_______________________________________________
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 5 Frederic Culot freebsd_committer freebsd_triage 2014-02-20 13:03:49 UTC
State Changed
From-To: open->closed

Committed, with changes (fixed erroneous dependencies). Thanks!