From owner-svn-ports-head@freebsd.org Sun Aug 9 20:49:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 766A399D710; Sun, 9 Aug 2015 20:49:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 673DA1A23; Sun, 9 Aug 2015 20:49:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79KndoO029262; Sun, 9 Aug 2015 20:49:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79KncjD029257; Sun, 9 Aug 2015 20:49:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201508092049.t79KncjD029257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 9 Aug 2015 20:49:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393828 - in head/security: . rubygem-omniauth-saml rubygem-omniauth-saml/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.20 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: Sun, 09 Aug 2015 20:49:39 -0000 Author: swills Date: Sun Aug 9 20:49:37 2015 New Revision: 393828 URL: https://svnweb.freebsd.org/changeset/ports/393828 Log: security/rubygem-omniauth-saml: create port A generic SAML strategy for OmniAuth WWW: https://github.com/PracticallyGreen/omniauth-saml PR: 201809 Submitted by: Torsten Zühlsdorff Added: head/security/rubygem-omniauth-saml/ head/security/rubygem-omniauth-saml/Makefile (contents, props changed) head/security/rubygem-omniauth-saml/distinfo (contents, props changed) head/security/rubygem-omniauth-saml/files/ head/security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec (contents, props changed) head/security/rubygem-omniauth-saml/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Aug 9 20:39:07 2015 (r393827) +++ head/security/Makefile Sun Aug 9 20:49:37 2015 (r393828) @@ -937,6 +937,7 @@ SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-omniauth-multipassword + SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl Added: head/security/rubygem-omniauth-saml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-saml/Makefile Sun Aug 9 20:49:37 2015 (r393828) @@ -0,0 +1,22 @@ +# Created by: Torsten Zühlsdorff +# $FreeBSD$ + +PORTNAME= omniauth-saml +PORTVERSION= 1.3.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy for SAML + +LICENSE= MIT + +RUN_DEPENDS= rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-ruby-saml>=0.8.1:${PORTSDIR}/security/rubygem-ruby-saml + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/security/rubygem-omniauth-saml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-saml/distinfo Sun Aug 9 20:49:37 2015 (r393828) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-saml-1.3.1.gem) = 41d23d263f928b8b301c4a1a02e7a7a917952665d0f79d3bf587cd99f83d8a85 +SIZE (rubygem/omniauth-saml-1.3.1.gem) = 9728 Added: head/security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-saml/files/patch-omniauth-saml.gemspec Sun Aug 9 20:49:37 2015 (r393828) @@ -0,0 +1,11 @@ +--- omniauth-saml.gemspec.orig 2015-07-06 11:43:34 UTC ++++ omniauth-saml.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 1.1"]) +- s.add_runtime_dependency(%q, ["~> 0.8.1"]) ++ s.add_runtime_dependency(%q, [">= 0.8.1"]) + s.add_development_dependency(%q, ["~> 2.8"]) + s.add_development_dependency(%q, ["~> 0.6"]) + s.add_development_dependency(%q, ["~> 0.6"]) Added: head/security/rubygem-omniauth-saml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-saml/pkg-descr Sun Aug 9 20:49:37 2015 (r393828) @@ -0,0 +1,3 @@ +A generic SAML strategy for OmniAuth + +WWW: https://github.com/PracticallyGreen/omniauth-saml