diff options
author | Sergei Vyshenski <svysh.fbsd@gmail.com> | 2025-05-10 16:13:00 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-05-10 16:18:08 +0300 |
commit | 5a9b95813279c2206544cddcd6d2b940e75646e5 (patch) | |
tree | b78b74f3242bbc1c9220a7d59369e73392eed741 | |
parent | x11/xdg-desktop-portal-luminous: update to 0.1.10 (diff) |
devel/p5-Connector: Update 1.54 => 1.55
Commit log:
https://github.com/whiterabbitsecurity/connector/compare/1.54...1.55
While here cleanup BUILD_DEPENDS=RUN_DEPENDS antipattern
PR: 286709 283227
-rw-r--r-- | devel/p5-Connector/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Connector/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Connector/Makefile b/devel/p5-Connector/Makefile index cfd140fd0573..5985fe9b1fe0 100644 --- a/devel/p5-Connector/Makefile +++ b/devel/p5-Connector/Makefile @@ -1,5 +1,5 @@ PORTNAME= Connector -DISTVERSION= 1.54 +DISTVERSION= 1.55 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- @@ -11,8 +11,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= bash:shells/bash \ +BR_DEPENDS= bash:shells/bash \ p5-AppConfig>=0:devel/p5-AppConfig \ p5-Config-GitLike>=0:devel/p5-Config-GitLike \ p5-Config-Std>=0:devel/p5-Config-Std \ @@ -29,6 +28,8 @@ RUN_DEPENDS= bash:shells/bash \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ p5-YAML>=1.06:textproc/p5-YAML +BUILD_DEPENDS= ${BR_DEPENDS} +RUN_DEPENDS= ${BR_DEPENDS} TEST_DEPENDS= p5-Config-Merge>=0:devel/p5-Config-Merge \ p5-DBD-SQLite>=0:databases/p5-DBD-SQLite diff --git a/devel/p5-Connector/distinfo b/devel/p5-Connector/distinfo index 27eaf32dfe1f..b773fd17e339 100644 --- a/devel/p5-Connector/distinfo +++ b/devel/p5-Connector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704903140 -SHA256 (whiterabbitsecurity-connector-1.54_GH0.tar.gz) = 5ee8743a34040429e1d54f7e577614af2f0515247d3c4c6f92b457c1f5ddb1c9 -SIZE (whiterabbitsecurity-connector-1.54_GH0.tar.gz) = 72733 +TIMESTAMP = 1746878883 +SHA256 (whiterabbitsecurity-connector-1.55_GH0.tar.gz) = b7ebe6cb0daee1b49fe3f2e46eaf5286a9782fa0f972b71664ce89b50ad52cb3 +SIZE (whiterabbitsecurity-connector-1.55_GH0.tar.gz) = 73018 |