git: cf3620bca3ac - main - misc/rubygem-dotenv-rails-rails50: 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:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf3620bca3acb8ace49d681360b15ed8c33d2e5f
commit cf3620bca3acb8ace49d681360b15ed8c33d2e5f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:55:46 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:10:37 +0000
misc/rubygem-dotenv-rails-rails50: Change RUN_DEPENDS from rubygem-dotenv to rubygem-dotenv2
- Bump PORTREVISION for dependency change
---
misc/rubygem-dotenv-rails-rails50/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/rubygem-dotenv-rails-rails50/Makefile b/misc/rubygem-dotenv-rails-rails50/Makefile
index 2ed23f54054f..866dca8f2a3f 100644
--- a/misc/rubygem-dotenv-rails-rails50/Makefile
+++ b/misc/rubygem-dotenv-rails-rails50/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dotenv-rails
PORTVERSION= 2.8.1
+PORTREVISION= 1
CATEGORIES= misc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
@@ -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-railties50>=3.2:www/rubygem-railties50
USES= gem