Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 17:29:41 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: facecb6d3aca - main - security/rubygem-omniauth1: Add rubygem-omniauth1 1.9.1 (copied from rubygem-omniauth)
Message-ID:  <202107141729.16EHTfGP007407@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=facecb6d3acafa5dbe4af74b36a10b7859e625e0

commit facecb6d3acafa5dbe4af74b36a10b7859e625e0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 17:28:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 17:28:41 +0000

    security/rubygem-omniauth1: Add rubygem-omniauth1 1.9.1 (copied from rubygem-omniauth)
    
    - Add PORTSCOUT
---
 security/Makefile                    |  1 +
 security/rubygem-omniauth1/Makefile  | 23 +++++++++++++++++++++++
 security/rubygem-omniauth1/distinfo  |  3 +++
 security/rubygem-omniauth1/pkg-descr |  3 +++
 4 files changed, 30 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index 10de3f733ad4..3fdc3fded2dd 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1113,6 +1113,7 @@
     SUBDIR += rubygem-omniauth-oauth2-generic
     SUBDIR += rubygem-omniauth-saml
     SUBDIR += rubygem-omniauth-shibboleth
+    SUBDIR += rubygem-omniauth1
     SUBDIR += rubygem-openssl
     SUBDIR += rubygem-openssl-ccm
     SUBDIR += rubygem-openssl-cmac
diff --git a/security/rubygem-omniauth1/Makefile b/security/rubygem-omniauth1/Makefile
new file mode 100644
index 000000000000..fdd4feef57c0
--- /dev/null
+++ b/security/rubygem-omniauth1/Makefile
@@ -0,0 +1,23 @@
+PORTNAME=	omniauth
+PORTVERSION=	1.9.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	1
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Generalized Rack framework for multiple-provider authentication
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-hashie>=3.4.6:devel/rubygem-hashie \
+		rubygem-rack>=1.6.2,3<3,3:www/rubygem-rack
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-omniauth1/distinfo b/security/rubygem-omniauth1/distinfo
new file mode 100644
index 000000000000..0c93a117665d
--- /dev/null
+++ b/security/rubygem-omniauth1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1583257534
+SHA256 (rubygem/omniauth-1.9.1.gem) = df5787e7ad6ab80e350af45be864b082f7435aa85148dd80837556c55f8a5b00
+SIZE (rubygem/omniauth-1.9.1.gem) = 20992
diff --git a/security/rubygem-omniauth1/pkg-descr b/security/rubygem-omniauth1/pkg-descr
new file mode 100644
index 000000000000..e4b5ea0b1459
--- /dev/null
+++ b/security/rubygem-omniauth1/pkg-descr
@@ -0,0 +1,3 @@
+A generalized Rack framework for multiple-provider authentication.
+
+WWW: https://github.com/omniauth/omniauth



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