git: 1e6ea8cdc58b - main - devel/rubygem-devise47-rails60: Add rubygem-devise47-rails60 4.7.3

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 2 19:52:15 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e6ea8cdc58b82c267c113461aae344a99d923c1

commit 1e6ea8cdc58b82c267c113461aae344a99d923c1
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-02 19:43:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-02 19:43:23 +0000

    devel/rubygem-devise47-rails60: Add rubygem-devise47-rails60 4.7.3
    
    - Add PORTSCOUT
---
 devel/Makefile                           |  1 +
 devel/rubygem-devise47-rails60/Makefile  | 28 ++++++++++++++++++++++++++++
 devel/rubygem-devise47-rails60/distinfo  |  3 +++
 devel/rubygem-devise47-rails60/pkg-descr |  3 +++
 4 files changed, 35 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index cc6ec73d2383..5a9359c3714c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6083,6 +6083,7 @@
     SUBDIR += rubygem-devise-rails5
     SUBDIR += rubygem-devise-rails52
     SUBDIR += rubygem-devise-rails60
+    SUBDIR += rubygem-devise47-rails60
     SUBDIR += rubygem-did_you_mean
     SUBDIR += rubygem-dig_rb
     SUBDIR += rubygem-directory_watcher
diff --git a/devel/rubygem-devise47-rails60/Makefile b/devel/rubygem-devise47-rails60/Makefile
new file mode 100644
index 000000000000..cb946f3d4e62
--- /dev/null
+++ b/devel/rubygem-devise47-rails60/Makefile
@@ -0,0 +1,28 @@
+# Created by: rpsfa at rit.edu
+
+PORTNAME=	devise
+PORTVERSION=	4.7.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	47-rails60
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Flexible authentication solution for Rails with Warden
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
+		rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
+		rubygem-railties60>=4.1.0:www/rubygem-railties60 \
+		rubygem-responders-rails60>=0:www/rubygem-responders-rails60 \
+		rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^4\.7\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-devise47-rails60/distinfo b/devel/rubygem-devise47-rails60/distinfo
new file mode 100644
index 000000000000..bd5b88489c5c
--- /dev/null
+++ b/devel/rubygem-devise47-rails60/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600709982
+SHA256 (rubygem/devise-4.7.3.gem) = 2c8e3d731a05d7a6df0cd32bddcd7668f56b6d0c8e898a8c7c8dd584019cd86b
+SIZE (rubygem/devise-4.7.3.gem) = 89600
diff --git a/devel/rubygem-devise47-rails60/pkg-descr b/devel/rubygem-devise47-rails60/pkg-descr
new file mode 100644
index 000000000000..6496f1a6eaf7
--- /dev/null
+++ b/devel/rubygem-devise47-rails60/pkg-descr
@@ -0,0 +1,3 @@
+Flexible authentication solution for Rails with Warden
+
+WWW: https://github.com/heartcombo/devise


More information about the dev-commits-ports-all mailing list