svn commit: r443724 - head/devel/p5-IO-Prompter

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 17 02:58:49 UTC 2017


Author: bdrewery
Date: Sat Jun 17 02:58:47 2017
New Revision: 443724
URL: https://svnweb.freebsd.org/changeset/ports/443724

Log:
  Fix wrong PKGNAME dependency.
  
  Spotted by:	Poudriere
  With hat:	portmgr

Modified:
  head/devel/p5-IO-Prompter/Makefile

Modified: head/devel/p5-IO-Prompter/Makefile
==============================================================================
--- head/devel/p5-IO-Prompter/Makefile	Sat Jun 17 02:58:21 2017	(r443723)
+++ head/devel/p5-IO-Prompter/Makefile	Sat Jun 17 02:58:47 2017	(r443724)
@@ -3,6 +3,7 @@
 
 PORTNAME=	IO-Prompter
 PORTVERSION=	0.004014
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	Prompt for input, read it, clean it, return it
 
-BUILD_DEPENDS=	devel/p5-Contextual-Return>0:devel/p5-Contextual-Return
+BUILD_DEPENDS=	p5-Contextual-Return>0:devel/p5-Contextual-Return
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-head mailing list