svn commit: r531138 - head/devel/p5-Term-Detect-Software

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 8 17:06:23 UTC 2020


Author: sunpoet
Date: Wed Apr  8 17:06:19 2020
New Revision: 531138
URL: https://svnweb.freebsd.org/changeset/ports/531138

Log:
  Add missing dependency
  
  - Bump PORTREVISION for dependency change
  
  PR:		245446
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>

Modified:
  head/devel/p5-Term-Detect-Software/Makefile

Modified: head/devel/p5-Term-Detect-Software/Makefile
==============================================================================
--- head/devel/p5-Term-Detect-Software/Makefile	Wed Apr  8 17:06:13 2020	(r531137)
+++ head/devel/p5-Term-Detect-Software/Makefile	Wed Apr  8 17:06:19 2020	(r531138)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Term-Detect-Software
 PORTVERSION=	0.222
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +16,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-File-Which>=0:sysutils/p5-File-Which
+RUN_DEPENDS=	p5-File-Which>=0:sysutils/p5-File-Which \
+		p5-Proc-Find-Parents>=0.631:devel/p5-Proc-Find-Parents
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list