svn commit: r412391 - head/devel/p5-Test-MockTime

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 2 07:13:38 UTC 2016


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


More information about the svn-ports-head mailing list