Bug 175050 - [MAINTAINER] devel/p5-Test-Class-Most: update to 0.08
Summary: [MAINTAINER] devel/p5-Test-Class-Most: update to 0.08
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-01-05 18:50 UTC by Muhammad Moinur Rahman
Modified: 2013-01-07 13:50 UTC (History)
0 users

See Also:


Attachments
p5-Test-Class-Most-0.08.patch (1.10 KB, patch)
2013-01-05 18:50 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-05 18:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-01-05 18:54:21 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-07 13:43:19 UTC
Author: culot
Date: Mon Jan  7 13:43:11 2013
New Revision: 310045
URL: http://svnweb.freebsd.org/changeset/ports/310045

Log:
  - Update to 0.08 [1]
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/Test-Class-Most/Changes
  PR:		ports/175050 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Modified:
  head/devel/p5-Test-Class-Most/Makefile
  head/devel/p5-Test-Class-Most/distinfo

Modified: head/devel/p5-Test-Class-Most/Makefile
==============================================================================
--- head/devel/p5-Test-Class-Most/Makefile	Mon Jan  7 13:39:29 2013	(r310044)
+++ head/devel/p5-Test-Class-Most/Makefile	Mon Jan  7 13:43:11 2013	(r310045)
@@ -1,8 +1,8 @@
-# Created by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
+# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	Test-Class-Most
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OVID
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Test Classes the easy way
 
-BUILD_DEPENDS=	p5-Test-Class>=0.33:${PORTSDIR}/devel/p5-Test-Class \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Test-Class>=0.38:${PORTSDIR}/devel/p5-Test-Class \
 		p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/devel/p5-Test-Class-Most/distinfo
==============================================================================
--- head/devel/p5-Test-Class-Most/distinfo	Mon Jan  7 13:39:29 2013	(r310044)
+++ head/devel/p5-Test-Class-Most/distinfo	Mon Jan  7 13:43:11 2013	(r310045)
@@ -1,2 +1,2 @@
-SHA256 (Test-Class-Most-0.07.tar.gz) = 5561de43d137bcb2f5fdd34a86352a2a85048bcb065aca01c96e9bc7cdb23395
-SIZE (Test-Class-Most-0.07.tar.gz) = 7615
+SHA256 (Test-Class-Most-0.08.tar.gz) = 634cded86bba5dde07ced72ffb8a46705ff93aa844b98e96bde05540234c7dff
+SIZE (Test-Class-Most-0.08.tar.gz) = 7631
_______________________________________________
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-01-07 13:43:46 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!