From owner-svn-ports-head@FreeBSD.ORG Fri Oct 25 02:28:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 456E31B6; Fri, 25 Oct 2013 02:28:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32B4421D3; Fri, 25 Oct 2013 02:28:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P2Skqs046134; Fri, 25 Oct 2013 02:28:46 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9P2Sjil046129; Fri, 25 Oct 2013 02:28:45 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310250228.r9P2Sjil046129@svn.freebsd.org> From: Steve Wills Date: Fri, 25 Oct 2013 02:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331546 - in head/net: . rubygem-gitlab_omniauth-ldap rubygem-gitlab_omniauth-ldap/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 02:28:46 -0000 Author: swills Date: Fri Oct 25 02:28:44 2013 New Revision: 331546 URL: http://svnweb.freebsd.org/changeset/ports/331546 Log: A LDAP strategy for OmniAuth. WWW: https://github.com/gitlabhq/omniauth-ldap PR: ports/182766 Submitted by: Loic Blot Added: head/net/rubygem-gitlab_omniauth-ldap/ head/net/rubygem-gitlab_omniauth-ldap/Makefile (contents, props changed) head/net/rubygem-gitlab_omniauth-ldap/distinfo (contents, props changed) head/net/rubygem-gitlab_omniauth-ldap/files/ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec (contents, props changed) head/net/rubygem-gitlab_omniauth-ldap/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Oct 25 02:09:45 2013 (r331545) +++ head/net/Makefile Fri Oct 25 02:28:44 2013 (r331546) @@ -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 Added: head/net/rubygem-gitlab_omniauth-ldap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-gitlab_omniauth-ldap/Makefile Fri Oct 25 02:28:44 2013 (r331546) @@ -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 Added: head/net/rubygem-gitlab_omniauth-ldap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-gitlab_omniauth-ldap/distinfo Fri Oct 25 02:28:44 2013 (r331546) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = aaab9d9c192ae690a53972998af4ed29a6e08b467282f7aac88aa5e806983545 +SIZE (rubygem/gitlab_omniauth-ldap-1.0.3.gem) = 12288 Added: head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-gitlab_omniauth-ldap/files/patch-gemspec Fri Oct 25 02:28:44 2013 (r331546) @@ -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 Added: head/net/rubygem-gitlab_omniauth-ldap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-gitlab_omniauth-ldap/pkg-descr Fri Oct 25 02:28:44 2013 (r331546) @@ -0,0 +1,3 @@ +A LDAP strategy for OmniAuth. + +WWW: https://github.com/gitlabhq/omniauth-ldap