Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2021 18:34:01 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51abee5375fe - main - devel/p5-Variable-Disposition: Fix run depends
Message-ID:  <202105011834.141IY1Ue077533@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=51abee5375fe25f7ef6a69d7d2800ca935ca1827

commit 51abee5375fe25f7ef6a69d7d2800ca935ca1827
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-05-01 06:00:12 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-05-01 17:55:53 +0000

    devel/p5-Variable-Disposition: Fix run depends
    
    Reported by:    portscan (xRUN_DEPENDS)
---
 devel/p5-Variable-Disposition/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/p5-Variable-Disposition/Makefile b/devel/p5-Variable-Disposition/Makefile
index 5b424b3ee4f8..fd9252b2b042 100644
--- a/devel/p5-Variable-Disposition/Makefile
+++ b/devel/p5-Variable-Disposition/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Variable-Disposition
 PORTVERSION=	0.004
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +15,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-xRUN_DEPENDS=	p5-Future>=0.30:devel/p5-Future
+RUN_DEPENDS=	p5-Future>=0.30:devel/p5-Future
 TEST_DEPENDS=	p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
 		p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \
 		p5-Test-Refcount>=0:devel/p5-Test-Refcount



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