Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2023 02:46:13 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b7197b4ab3d - main - www/p5-CGI-Compile: Add missing DEPENDS
Message-ID:  <202305090246.3492kD4F061558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b7197b4ab3d584cff9ad341821f3bc07aef4a59

commit 6b7197b4ab3d584cff9ad341821f3bc07aef4a59
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-05-09 02:44:40 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-05-09 02:44:40 +0000

    www/p5-CGI-Compile: Add missing DEPENDS
    
    Reported by:    shin@kojima.org(via email)
---
 www/p5-CGI-Compile/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile
index 11cbacb27d58..9133bc21e787 100644
--- a/www/p5-CGI-Compile/Makefile
+++ b/www/p5-CGI-Compile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	CGI-Compile
 PORTVERSION=	0.25
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
@@ -14,7 +15,8 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	\
-	p5-File-pushd>0:devel/p5-File-pushd
+	p5-File-pushd>0:devel/p5-File-pushd \
+	p5-Sub-Name>0:devel/p5-Sub-Name
 TEST_DEPENDS=	\
 	p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \
 	p5-Test-Requires>0:devel/p5-Test-Requires \



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