git: 51abee5375fe - main - devel/p5-Variable-Disposition: Fix run depends

Tobias Kortkamp tobik at FreeBSD.org
Sat May 1 18:34:02 UTC 2021


The branch main has been updated by tobik:

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

commit 51abee5375fe25f7ef6a69d7d2800ca935ca1827
Author:     Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-05-01 06:00:12 +0000
Commit:     Tobias Kortkamp <tobik at 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


More information about the dev-commits-ports-all mailing list