Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 02:58:47 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443724 - head/devel/p5-IO-Prompter
Message-ID:  <201706170258.v5H2wlIx006188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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