Bug 181091 - [PATCH] devel/p5-Path-Tiny: update to 0.027
Summary: [PATCH] devel/p5-Path-Tiny: update to 0.027
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: Anton Berezin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 14:30 UTC by Po-Chuan Hsieh
Modified: 2013-08-19 14:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Path-Tiny-0.027.patch (997 bytes, patch)
2013-08-06 14:30 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-08-06 14:30:00 UTC
- Update to 0.027
- Add LICENSE

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

Port maintainer (tobez@FreeBSD.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-08-06 14:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tobez

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 freebsd.contact 2013-08-14 11:28:35 UTC
Can this patch be expedited into the repo?
Not having it is causing graphics/p5-GraphViz to fail, which requires
version 0.25 or greater.

Applying the patch should fix p5-GraphViz.

John
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-19 14:29:43 UTC
Author: tobez
Date: Mon Aug 19 13:29:34 2013
New Revision: 324989
URL: http://svnweb.freebsd.org/changeset/ports/324989

Log:
  Update to 0.027.
  
  PR:		181091
  Submitted by:	sunpoet

Modified:
  head/devel/p5-Path-Tiny/Makefile
  head/devel/p5-Path-Tiny/distinfo

Modified: head/devel/p5-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-Path-Tiny/Makefile	Mon Aug 19 13:19:32 2013	(r324988)
+++ head/devel/p5-Path-Tiny/Makefile	Mon Aug 19 13:29:34 2013	(r324989)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Path-Tiny
-PORTVERSION=	0.023
+PORTVERSION=	0.027
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
@@ -11,6 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	File path utility
 
+LICENSE=	AL2
+
 BUILD_DEPENDS=	p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools \
 		p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-Path-Tiny/distinfo
==============================================================================
--- head/devel/p5-Path-Tiny/distinfo	Mon Aug 19 13:19:32 2013	(r324988)
+++ head/devel/p5-Path-Tiny/distinfo	Mon Aug 19 13:29:34 2013	(r324989)
@@ -1,2 +1,2 @@
-SHA256 (Path-Tiny-0.023.tar.gz) = 0d5cf44eb033465b36b1dcbe2b6eb01508ecb0811367e011d36e87f3d6f12273
-SIZE (Path-Tiny-0.023.tar.gz) = 39220
+SHA256 (Path-Tiny-0.027.tar.gz) = 9d1d66d162346c2b0dbe1eb6cb472fb28e0b11b006f9b031c341112a3efada7e
+SIZE (Path-Tiny-0.027.tar.gz) = 40573
_______________________________________________
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 Anton Berezin freebsd_committer freebsd_triage 2013-08-19 14:29:49 UTC
State Changed
From-To: open->closed

The update has been committed. Thank you for your submission.