svn commit: r438028 - head/devel/p5-Git-Sub

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 8 10:40:50 UTC 2017


Author: sunpoet
Date: Sat Apr  8 10:40:49 2017
New Revision: 438028
URL: https://svnweb.freebsd.org/changeset/ports/438028

Log:
  Fix *_DEPENDS

Modified:
  head/devel/p5-Git-Sub/Makefile

Modified: head/devel/p5-Git-Sub/Makefile
==============================================================================
--- head/devel/p5-Git-Sub/Makefile	Sat Apr  8 10:37:42 2017	(r438027)
+++ head/devel/p5-Git-Sub/Makefile	Sat Apr  8 10:40:49 2017	(r438028)
@@ -13,8 +13,8 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS:=	p5-File-Which>=0:sysutils/p5-File-Which \
-		p5-System-Sub>=0:devel/p5-System-Sub
+BUILD_DEPENDS=	p5-File-Which>=0:sysutils/p5-File-Which \
+		p5-System-Sub>=0.162800:devel/p5-System-Sub
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list