git: 5f5ecb07f2da - main - sysutils/p5-RundeckAPI: fix depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 20:00:47 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f5ecb07f2daab929c9d81888d04ee968879d6e9
commit 5f5ecb07f2daab929c9d81888d04ee968879d6e9
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-07-24 20:00:36 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-07-24 20:00:36 +0000
sysutils/p5-RundeckAPI: fix depends
---
sysutils/p5-RundeckAPI/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/p5-RundeckAPI/Makefile b/sysutils/p5-RundeckAPI/Makefile
index 4e2609d841cf..12d9ff33ceff 100644
--- a/sysutils/p5-RundeckAPI/Makefile
+++ b/sysutils/p5-RundeckAPI/Makefile
@@ -11,8 +11,8 @@ COMMENT= Easily queries Rundeck's REST API
LICENSE= GPLv2
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-HTTP-Cookies-6.10>0:www/p5-HTTP-Cookies \
- p5-REST-Client-273>=0:www/p5-REST-Client
+RUN_DEPENDS= p5-HTTP-Cookies>0:www/p5-HTTP-Cookies \
+ p5-REST-Client>=0:www/p5-REST-Client
USES= perl5
USE_PERL5= configure