git: 422fb95ca92b - main - misc/rubygem-dotenv-rails-rails4: Change RUN_DEPENDS from rubygem-dotenv to rubygem-dotenv2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:35:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=422fb95ca92bae92083611a9d587d5465990d647 commit 422fb95ca92bae92083611a9d587d5465990d647 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:55:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:10:36 +0000 misc/rubygem-dotenv-rails-rails4: Change RUN_DEPENDS from rubygem-dotenv to rubygem-dotenv2 - Bump PORTREVISION for dependency change --- misc/rubygem-dotenv-rails-rails4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/rubygem-dotenv-rails-rails4/Makefile b/misc/rubygem-dotenv-rails-rails4/Makefile index 68e503e477a9..29228dda8263 100644 --- a/misc/rubygem-dotenv-rails-rails4/Makefile +++ b/misc/rubygem-dotenv-rails-rails4/Makefile @@ -1,5 +1,6 @@ PORTNAME= dotenv-rails PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= misc rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails4 @@ -11,7 +12,7 @@ WWW= https://github.com/bkeepers/dotenv LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-dotenv>=${PORTVERSION}:misc/rubygem-dotenv \ +RUN_DEPENDS= rubygem-dotenv2>=${PORTVERSION}:misc/rubygem-dotenv2 \ rubygem-railties4>=3.2:www/rubygem-railties4 USES= gem