Bug 184387 - [PATCH] devel/p5-Class-Tiny: update to 0.014
Summary: [PATCH] devel/p5-Class-Tiny: update to 0.014
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-30 09:40 UTC by Po-Chuan Hsieh
Modified: 2013-12-19 08:11 UTC (History)
1 user (show)

See Also:


Attachments
p5-Class-Tiny-0.014.patch (906 bytes, patch)
2013-11-30 09:40 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-30 09:40:01 UTC
- Update to 0.014
- Add LICENSE

Changes:	http://search.cpan.org/dist/Class-Tiny/Changes

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

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-30 09:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-19 06:01:55 UTC
Responsible Changed
From-To: kuriyama->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-19 07:24:07 UTC
Author: sunpoet
Date: Thu Dec 19 07:23:41 2013
New Revision: 336870
URL: http://svnweb.freebsd.org/changeset/ports/336870

Log:
  - Update to 0.014
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/Class-Tiny/Changes
  PR:		ports/184387
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 18 days)

Modified:
  head/devel/p5-Class-Tiny/Makefile
  head/devel/p5-Class-Tiny/distinfo   (contents, props changed)

Modified: head/devel/p5-Class-Tiny/Makefile
==============================================================================
--- head/devel/p5-Class-Tiny/Makefile	Thu Dec 19 07:23:37 2013	(r336869)
+++ head/devel/p5-Class-Tiny/Makefile	Thu Dec 19 07:23:41 2013	(r336870)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Class-Tiny
-PORTVERSION=	0.012
+PORTVERSION=	0.014
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -9,6 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for minimalist class construction
 
+LICENSE=	AL2
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Class-Tiny/distinfo
==============================================================================
--- head/devel/p5-Class-Tiny/distinfo	Thu Dec 19 07:23:37 2013	(r336869)
+++ head/devel/p5-Class-Tiny/distinfo	Thu Dec 19 07:23:41 2013	(r336870)
@@ -1,2 +1,2 @@
-SHA256 (Class-Tiny-0.012.tar.gz) = 30ee2d947131c01835fcf1e0d62bebccdb1070e39f2de43a0065dd8ab0da867c
-SIZE (Class-Tiny-0.012.tar.gz) = 24141
+SHA256 (Class-Tiny-0.014.tar.gz) = 0e36453683acd4518bdc55d034cfdc09d0ad170e37727514a245260fca4822b9
+SIZE (Class-Tiny-0.014.tar.gz) = 24993
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-19 08:11:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!