Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2016 07:13:37 +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: r412391 - head/devel/p5-Test-MockTime
Message-ID:  <201604020713.u327Dblk084285@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr  2 07:13:37 2016
New Revision: 412391
URL: https://svnweb.freebsd.org/changeset/ports/412391

Log:
  - Fix *_DEPENDS: Time::Piece 1.08+ is already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-Test-MockTime/Makefile

Modified: head/devel/p5-Test-MockTime/Makefile
==============================================================================
--- head/devel/p5-Test-MockTime/Makefile	Sat Apr  2 07:13:32 2016	(r412390)
+++ head/devel/p5-Test-MockTime/Makefile	Sat Apr  2 07:13:37 2016	(r412391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Test-MockTime
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,9 +14,6 @@ COMMENT=	Replaces actual time with simul
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Time-Piece>=0:devel/p5-Time-Piece
-RUN_DEPENDS=	p5-Time-Piece>=0:devel/p5-Time-Piece
-
 USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes



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