Bug 182232 - [PATCH] textproc/p5-YAML-Tiny: update to 1.55
Summary: [PATCH] textproc/p5-YAML-Tiny: update to 1.55
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-09-19 17:40 UTC by Po-Chuan Hsieh
Modified: 2013-09-20 09:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-YAML-Tiny-1.55.patch (965 bytes, patch)
2013-09-19 17: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-09-19 17:40:01 UTC
- Update to 1.55
- Add LICENSE

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

Port maintainer (ychsiao@ychsiao.org) is cc'd.

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

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-19 17:40:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-19 17:40:11 UTC
Maintainer of textproc/p5-YAML-Tiny,

Please note that PR ports/182232 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182232

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-19 17:45:04 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-09-20 09:10:39 UTC
Author: sunpoet
Date: Fri Sep 20 08:10:31 2013
New Revision: 327666
URL: http://svnweb.freebsd.org/changeset/ports/327666

Log:
  - Update to 1.55
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/YAML-Tiny/Changes
  PR:		ports/182232
  Submitted by:	sunpoet (myself)
  Approved by:	Yuan-Chung Hsiao <ychsiao@gmail.com> (maintainer)

Modified:
  head/textproc/p5-YAML-Tiny/Makefile
  head/textproc/p5-YAML-Tiny/distinfo   (contents, props changed)

Modified: head/textproc/p5-YAML-Tiny/Makefile
==============================================================================
--- head/textproc/p5-YAML-Tiny/Makefile	Fri Sep 20 07:43:51 2013	(r327665)
+++ head/textproc/p5-YAML-Tiny/Makefile	Fri Sep 20 08:10:31 2013	(r327666)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	YAML-Tiny
-PORTVERSION=	1.51
+PORTVERSION=	1.55
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	Read/Write YAML files with as little code as possible
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 TEST_DEPENDS=	p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 
 USES=		perl5

Modified: head/textproc/p5-YAML-Tiny/distinfo
==============================================================================
--- head/textproc/p5-YAML-Tiny/distinfo	Fri Sep 20 07:43:51 2013	(r327665)
+++ head/textproc/p5-YAML-Tiny/distinfo	Fri Sep 20 08:10:31 2013	(r327666)
@@ -1,2 +1,2 @@
-SHA256 (YAML-Tiny-1.51.tar.gz) = 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d
-SIZE (YAML-Tiny-1.51.tar.gz) = 43342
+SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377
+SIZE (YAML-Tiny-1.55.tar.gz) = 43881
_______________________________________________
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 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-20 09:10:41 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!