svn commit: r481719 - head/math/p5-GIS-Distance-Fast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 10 10:23:53 UTC 2018


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


More information about the svn-ports-all mailing list