Bug 184386 - [PATCH] devel/p5-Path-Tiny: update to 0.047
Summary: [PATCH] devel/p5-Path-Tiny: update to 0.047
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:30 UTC by Po-Chuan Hsieh
Modified: 2013-12-19 08:11 UTC (History)
1 user (show)

See Also:


Attachments
p5-Path-Tiny-0.047.patch (1.28 KB, patch)
2013-11-30 09: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-11-30 09:30:00 UTC
- Update to 0.047
- Cleanup TEST_DEPENDS

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

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

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-19 05:53:16 UTC
Responsible Changed
From-To: tobez->sunpoet

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

Log:
  - Update to 0.047
  - Cleanup TEST_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Path-Tiny/Changes
  PR:		ports/184386
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 18 days)

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

Modified: head/devel/p5-Path-Tiny/Makefile
==============================================================================
--- head/devel/p5-Path-Tiny/Makefile	Thu Dec 19 07:23:32 2013	(r336868)
+++ head/devel/p5-Path-Tiny/Makefile	Thu Dec 19 07:23:37 2013	(r336869)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Path-Tiny
-PORTVERSION=	0.032
-PORTREVISION=	1
+PORTVERSION=	0.047
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
@@ -14,13 +13,7 @@ COMMENT=	File path utility
 
 LICENSE=	AL2
 
-BUILD_DEPENDS=	p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
-		p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \
-		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
-		p5-Devel-Hide>=0:${PORTSDIR}/devel/p5-Devel-Hide \
-		p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd
+TEST_DEPENDS=	p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/devel/p5-Path-Tiny/distinfo
==============================================================================
--- head/devel/p5-Path-Tiny/distinfo	Thu Dec 19 07:23:32 2013	(r336868)
+++ head/devel/p5-Path-Tiny/distinfo	Thu Dec 19 07:23:37 2013	(r336869)
@@ -1,2 +1,2 @@
-SHA256 (Path-Tiny-0.032.tar.gz) = 524f771c0e244ab0d44f475cf5441a4d95294707f3efb9ece67080d9153602e9
-SIZE (Path-Tiny-0.032.tar.gz) = 42712
+SHA256 (Path-Tiny-0.047.tar.gz) = 5c87170b8d3a84b711fff401d6514ed3858dac3a262632472ca0e0924b7c36eb
+SIZE (Path-Tiny-0.047.tar.gz) = 49076
_______________________________________________
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:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!