Bug 176004 - [PATCH] devel/p5-MooseX-LazyRequire: update to 0.09
Summary: [PATCH] devel/p5-MooseX-LazyRequire: update to 0.09
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-02-10 10:20 UTC by gslin
Modified: 2013-02-14 12:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-MooseX-LazyRequire-0.09.patch (1.43 KB, patch)
2013-02-10 10:20 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-02-10 10:20:00 UTC
- Update to 0.09

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-10 10:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-02-10 10:26:13 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-14 11:57:18 UTC
Author: culot
Date: Thu Feb 14 11:57:08 2013
New Revision: 312215
URL: http://svnweb.freebsd.org/changeset/ports/312215

Log:
  - Update to 0.09
  
  Changes:	http://search.cpan.org/dist/MooseX-LazyRequire/Changes
  PR:		ports/176004
  Submitted by: 	Gea-Suan Lin <gslin@gslin.org>

Modified:
  head/devel/p5-MooseX-LazyRequire/Makefile
  head/devel/p5-MooseX-LazyRequire/distinfo

Modified: head/devel/p5-MooseX-LazyRequire/Makefile
==============================================================================
--- head/devel/p5-MooseX-LazyRequire/Makefile	Thu Feb 14 11:23:29 2013	(r312214)
+++ head/devel/p5-MooseX-LazyRequire/Makefile	Thu Feb 14 11:57:08 2013	(r312215)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	MooseX-LazyRequire
-# Date created:	   17 Aug 2009
-# Whom:		   Sergey Skvortsov <skv@protey.ru>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-LazyRequire
-PORTVERSION=	0.08
+PORTVERSION=	0.09
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +13,6 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
-		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
 		p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-MooseX-LazyRequire/distinfo
==============================================================================
--- head/devel/p5-MooseX-LazyRequire/distinfo	Thu Feb 14 11:23:29 2013	(r312214)
+++ head/devel/p5-MooseX-LazyRequire/distinfo	Thu Feb 14 11:57:08 2013	(r312215)
@@ -1,2 +1,2 @@
-SHA256 (MooseX-LazyRequire-0.08.tar.gz) = 49c79b60c22d0c6cb1f856ad273eada481836acc0a99f59343745c696da51297
-SIZE (MooseX-LazyRequire-0.08.tar.gz) = 15065
+SHA256 (MooseX-LazyRequire-0.09.tar.gz) = 70ebe8751b451053e9d03489be63bcab259d67b0f51304d95db49483e675e2d3
+SIZE (MooseX-LazyRequire-0.09.tar.gz) = 15272
_______________________________________________
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-02-14 11:57:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!