Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 12:53:02 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 081e1aba01cb - main - misc/rubygem-dotenv-rails: Add rubygem-dotenv-rails 3.1.0
Message-ID:  <202404181253.43ICr2HZ069588@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=081e1aba01cb9d0d536e86da833ded9c1b1a54c9

commit 081e1aba01cb9d0d536e86da833ded9c1b1a54c9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:47:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:47:41 +0000

    misc/rubygem-dotenv-rails: Add rubygem-dotenv-rails 3.1.0
---
 misc/Makefile                       |  1 +
 misc/rubygem-dotenv-rails/Makefile  | 20 ++++++++++++++++++++
 misc/rubygem-dotenv-rails/distinfo  |  3 +++
 misc/rubygem-dotenv-rails/pkg-descr |  1 +
 4 files changed, 25 insertions(+)

diff --git a/misc/Makefile b/misc/Makefile
index 19a005c431fe..c3132eeab21f 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -539,6 +539,7 @@
     SUBDIR += rsclock
     SUBDIR += rtfm
     SUBDIR += rubygem-dotenv
+    SUBDIR += rubygem-dotenv-rails
     SUBDIR += rubygem-dotenv-rails-rails4
     SUBDIR += rubygem-dotenv-rails-rails5
     SUBDIR += rubygem-dotenv-rails-rails50
diff --git a/misc/rubygem-dotenv-rails/Makefile b/misc/rubygem-dotenv-rails/Makefile
new file mode 100644
index 000000000000..05b7cc8add5d
--- /dev/null
+++ b/misc/rubygem-dotenv-rails/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	dotenv-rails
+PORTVERSION=	3.1.0
+CATEGORIES=	misc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Autoload dotenv in Rails
+WWW=		https://github.com/bkeepers/dotenv
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-dotenv>=${PORTVERSION}<${PORTVERSION}_99:misc/rubygem-dotenv \
+		rubygem-railties71>=6.1:www/rubygem-railties71
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/misc/rubygem-dotenv-rails/distinfo b/misc/rubygem-dotenv-rails/distinfo
new file mode 100644
index 000000000000..722665b7ebed
--- /dev/null
+++ b/misc/rubygem-dotenv-rails/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1713028430
+SHA256 (rubygem/dotenv-rails-3.1.0.gem) = d2e1bc7bf39acf7f135920c81306b1eb7dbfa27a4577fce7665488d77d7fe719
+SIZE (rubygem/dotenv-rails-3.1.0.gem) = 9728
diff --git a/misc/rubygem-dotenv-rails/pkg-descr b/misc/rubygem-dotenv-rails/pkg-descr
new file mode 100644
index 000000000000..82ad249e39aa
--- /dev/null
+++ b/misc/rubygem-dotenv-rails/pkg-descr
@@ -0,0 +1 @@
+Autoload dotenv in Rails.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404181253.43ICr2HZ069588>