Bug 186862 - [PATCH] www/p5-Catalyst-Plugin-SmartURI: update to 0.039
Summary: [PATCH] www/p5-Catalyst-Plugin-SmartURI: update to 0.039
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 10:30 UTC by oleg
Modified: 2014-02-19 08:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Catalyst-Plugin-SmartURI-0.039.patch (1.72 KB, patch)
2014-02-18 10:30 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 10:30:01 UTC
- Update to 0.039

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 10:30:09 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 10:30:11 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:28 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-19 08:28:34 UTC
Author: culot
Date: Wed Feb 19 08:28:26 2014
New Revision: 345017
URL: http://svnweb.freebsd.org/changeset/ports/345017
QAT: https://qat.redports.org/buildarchive/r345017/

Log:
  - Update to 0.039 [1]
  - Remove dependencies already in core
  
  Changes:	http://search.cpan.org/dist/Catalyst-Plugin-SmartURI/Changes
  PR:		ports/186862 [1]
  Submitted by:	Oleg A. Mamontov <oleg@mamontov.net> (maintainer)

Modified:
  head/www/p5-Catalyst-Plugin-SmartURI/Makefile
  head/www/p5-Catalyst-Plugin-SmartURI/distinfo

Modified: head/www/p5-Catalyst-Plugin-SmartURI/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-SmartURI/Makefile	Wed Feb 19 08:25:46 2014	(r345016)
+++ head/www/p5-Catalyst-Plugin-SmartURI/Makefile	Wed Feb 19 08:28:26 2014	(r345017)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Catalyst-Plugin-SmartURI
-PORTVERSION=	0.037
+PORTVERSION=	0.039
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,13 +13,11 @@ COMMENT=	Configurable URIs for Catalyst
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7007:${PORTSDIR}/www/p5-Catalyst-Runtime	\
-		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor	\
+BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime	\
 		p5-Class-C3-Componentised>=0:${PORTSDIR}/devel/p5-Class-C3-Componentised	\
+		p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load		\
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose 				\
-		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken		\
-		p5-URI-SmartURI>=0:${PORTSDIR}/net/p5-URI-SmartURI		\
-		p5-parent>=0:${PORTSDIR}/devel/p5-parent
+		p5-URI-SmartURI>=0:${PORTSDIR}/net/p5-URI-SmartURI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/www/p5-Catalyst-Plugin-SmartURI/distinfo
==============================================================================
--- head/www/p5-Catalyst-Plugin-SmartURI/distinfo	Wed Feb 19 08:25:46 2014	(r345016)
+++ head/www/p5-Catalyst-Plugin-SmartURI/distinfo	Wed Feb 19 08:28:26 2014	(r345017)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Plugin-SmartURI-0.037.tar.gz) = 780b39da2a281d91740b4d0ba06bd102bdc9025bab4fda4a70c78673675193ba
-SIZE (Catalyst-Plugin-SmartURI-0.037.tar.gz) = 15279
+SHA256 (Catalyst-Plugin-SmartURI-0.039.tar.gz) = 23155c003299a02264a7df2d0a39a7fe464449a0642e930ab1993b6d840085b7
+SIZE (Catalyst-Plugin-SmartURI-0.039.tar.gz) = 16361
_______________________________________________
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-19 08:28:40 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!