git: 44f6a474b3eb - main - net/p5-WebService-Dropbox: Fix RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 16:08:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=44f6a474b3ebd1268b0d16e9c009fcf1a7a6253f commit 44f6a474b3ebd1268b0d16e9c009fcf1a7a6253f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 16:08:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 16:08:41 +0000 net/p5-WebService-Dropbox: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change --- net/p5-WebService-Dropbox/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/p5-WebService-Dropbox/Makefile b/net/p5-WebService-Dropbox/Makefile index 619d1c41d353..5e214ce2c7dd 100644 --- a/net/p5-WebService-Dropbox/Makefile +++ b/net/p5-WebService-Dropbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= WebService-Dropbox PORTVERSION= 2.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,9 +30,9 @@ OPTIONS_DEFINE= RECOMMENDED OPTIONS_DEFAULT=RECOMMENDED RECOMMENDED_DESC= Recommended dependencies by upstream -RECOMMENDED_BUILD_DEPENDS= p5-IO-Socket-SSL>=2.048:security/p5-IO-Socket-SSL \ +RECOMMENDED_BUILD_DEPENDS= p5-Furl>=3.11:www/p5-Furl \ + p5-IO-Socket-SSL>=2.048:security/p5-IO-Socket-SSL \ p5-JSON-XS>=3.03:converters/p5-JSON-XS \ p5-Software-License>=0:misc/p5-Software-License -# p5-Furl>=3.11:www/p5-Furl .include <bsd.port.mk>