Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 06:30:16 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416703 - head/www/p5-Dancer2-Plugin-Path-Class
Message-ID:  <201606110630.u5B6UGiW096040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jun 11 06:30:16 2016
New Revision: 416703
URL: https://svnweb.freebsd.org/changeset/ports/416703

Log:
  www/p5-Dancer2-Plugin-Path-Class: 0.04 -> 0.08
  
  - Remove 'deprecated' warnings
  - Make it work for older perls (5.008)
  - Add MIME::Types to PREREQ_PM
  
  PR:		210201
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

Modified:
  head/www/p5-Dancer2-Plugin-Path-Class/Makefile
  head/www/p5-Dancer2-Plugin-Path-Class/distinfo

Modified: head/www/p5-Dancer2-Plugin-Path-Class/Makefile
==============================================================================
--- head/www/p5-Dancer2-Plugin-Path-Class/Makefile	Sat Jun 11 05:33:36 2016	(r416702)
+++ head/www/p5-Dancer2-Plugin-Path-Class/Makefile	Sat Jun 11 06:30:16 2016	(r416703)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Path-Class
-PORTVERSION=	0.04
+PORTVERSION=	0.08
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,9 @@ COMMENT=	List a directory using Path::Cl
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+TEST_DEPENDS=	p5-Path-Tiny>=0:devel/p5-Path-Tiny
 BUILD_DEPENDS=	p5-Dancer2>=0.166000:www/p5-Dancer2 \
+		p5-MIME-Types>=0:mail/p5-MIME-Types \
 		p5-Path-Class>=0:devel/p5-Path-Class \
 		p5-Format-Human-Bytes>=0:converters/p5-Format-Human-Bytes
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/www/p5-Dancer2-Plugin-Path-Class/distinfo
==============================================================================
--- head/www/p5-Dancer2-Plugin-Path-Class/distinfo	Sat Jun 11 05:33:36 2016	(r416702)
+++ head/www/p5-Dancer2-Plugin-Path-Class/distinfo	Sat Jun 11 06:30:16 2016	(r416703)
@@ -1,2 +1,3 @@
-SHA256 (Dancer2-Plugin-Path-Class-0.04.tar.gz) = 9964ef46cd769fb9d06a30d2a572a0aa940e447e731bf5a85e7c35e1bd60a832
-SIZE (Dancer2-Plugin-Path-Class-0.04.tar.gz) = 7786
+TIMESTAMP = 1465563439
+SHA256 (Dancer2-Plugin-Path-Class-0.08.tar.gz) = e8aada0535c2031db40c2da2a3180a97194c2d1130f00645a275652f703eb635
+SIZE (Dancer2-Plugin-Path-Class-0.08.tar.gz) = 7950



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