mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
A LDAP strategy for OmniAuth.
WWW: https://github.com/gitlabhq/omniauth-ldap PR: ports/182766 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
d80e36add0
commit
cb909b8fa1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331546
@ -1030,6 +1030,7 @@
|
||||
SUBDIR += rubygem-domain_name
|
||||
SUBDIR += rubygem-dropbox-sdk
|
||||
SUBDIR += rubygem-geoip
|
||||
SUBDIR += rubygem-gitlab_omniauth-ldap
|
||||
SUBDIR += rubygem-http_parser.rb
|
||||
SUBDIR += rubygem-httpauth
|
||||
SUBDIR += rubygem-ipaddress
|
||||
|
22
net/rubygem-gitlab_omniauth-ldap/Makefile
Normal file
22
net/rubygem-gitlab_omniauth-ldap/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab_omniauth-ldap
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= A LDAP strategy for OmniAuth.
|
||||
|
||||
RUN_DEPENDS= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \
|
||||
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
|
||||
rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \
|
||||
rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-gitlab_omniauth-ldap/distinfo
Normal file
2
net/rubygem-gitlab_omniauth-ldap/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = aaab9d9c192ae690a53972998af4ed29a6e08b467282f7aac88aa5e806983545
|
||||
SIZE (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = 12288
|
11
net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec
Normal file
11
net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec
Normal file
@ -0,0 +1,11 @@
|
||||
--- gitlab_omniauth-ldap-1.0.3.gemspec.orig 2013-10-25 02:24:55.456068284 +0000
|
||||
+++ gitlab_omniauth-ldap-1.0.3.gemspec 2013-10-25 02:25:06.863067558 +0000
|
||||
@@ -58,7 +58,7 @@
|
||||
requirements:
|
||||
- - ~>
|
||||
- !ruby/object:Gem::Version
|
||||
- version: 0.1.1
|
||||
+ version: 0.4.0
|
||||
type: :runtime
|
||||
prerelease: false
|
||||
version_requirements: !ruby/object:Gem::Requirement
|
3
net/rubygem-gitlab_omniauth-ldap/pkg-descr
Normal file
3
net/rubygem-gitlab_omniauth-ldap/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A LDAP strategy for OmniAuth.
|
||||
|
||||
WWW: https://github.com/gitlabhq/omniauth-ldap
|
Loading…
Reference in New Issue
Block a user