Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 10:23:52 +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: r481719 - head/math/p5-GIS-Distance-Fast
Message-ID:  <201810101023.w9AANqt2044498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Oct 10 10:23:52 2018
New Revision: 481719
URL: https://svnweb.freebsd.org/changeset/ports/481719

Log:
  Fix *_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/math/p5-GIS-Distance-Fast/Makefile

Modified: head/math/p5-GIS-Distance-Fast/Makefile
==============================================================================
--- head/math/p5-GIS-Distance-Fast/Makefile	Wed Oct 10 10:23:43 2018	(r481718)
+++ head/math/p5-GIS-Distance-Fast/Makefile	Wed Oct 10 10:23:52 2018	(r481719)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GIS-Distance-Fast
 PORTVERSION=	0.08
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BLUEFEET
@@ -16,8 +17,11 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-GIS-Distance>=0.09:math/p5-GIS-Distance \
-		p5-Moo>=1.0:devel/p5-Moo
+RUN_DEPENDS=	p5-Class-Measure>=0:devel/p5-Class-Measure \
+		p5-GIS-Distance>=0.09:math/p5-GIS-Distance \
+		p5-Moo>=1:devel/p5-Moo \
+		p5-namespace-clean>=0:devel/p5-namespace-clean \
+		p5-strictures>=1:devel/p5-strictures
 
 USES=		perl5
 USE_PERL5=	configure



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