Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 22:56:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479642 - head/devel/p5-Path-Tiny
Message-ID:  <201809122256.w8CMuWth070968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 12 22:56:32 2018
New Revision: 479642
URL: https://svnweb.freebsd.org/changeset/ports/479642

Log:
  Update to 0.108
  
  - Sort TEST_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/Path-Tiny

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	Wed Sep 12 22:56:26 2018	(r479641)
+++ head/devel/p5-Path-Tiny/Makefile	Wed Sep 12 22:56:32 2018	(r479642)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Path-Tiny
-PORTVERSION=	0.104
+PORTVERSION=	0.108
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DAGOLDEN
@@ -14,11 +14,12 @@ COMMENT=	File path utility
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	p5-Test-MockRandom>=0:devel/p5-Test-MockRandom \
-		p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings
+TEST_DEPENDS=	p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \
+		p5-Test-MockRandom>=0:devel/p5-Test-MockRandom
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Path-Tiny/distinfo
==============================================================================
--- head/devel/p5-Path-Tiny/distinfo	Wed Sep 12 22:56:26 2018	(r479641)
+++ head/devel/p5-Path-Tiny/distinfo	Wed Sep 12 22:56:32 2018	(r479642)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511562334
-SHA256 (Path-Tiny-0.104.tar.gz) = c69f1dcfeb4aa004086deb9bc14c7d79f45798b947f1efbd634a3442e267aaef
-SIZE (Path-Tiny-0.104.tar.gz) = 93011
+TIMESTAMP = 1536761363
+SHA256 (Path-Tiny-0.108.tar.gz) = 3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5
+SIZE (Path-Tiny-0.108.tar.gz) = 93536



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809122256.w8CMuWth070968>