Date: Sun, 9 Aug 2015 20:49:38 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201508092049.t79KncjD029257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ports@toco-domains.de> 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 <ports@toco-domains.de> +# $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 <bsd.port.mk> 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<omniauth>, ["~> 1.1"]) +- s.add_runtime_dependency(%q<ruby-saml>, ["~> 0.8.1"]) ++ s.add_runtime_dependency(%q<ruby-saml>, [">= 0.8.1"]) + s.add_development_dependency(%q<rspec>, ["~> 2.8"]) + s.add_development_dependency(%q<simplecov>, ["~> 0.6"]) + s.add_development_dependency(%q<rack-test>, ["~> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508092049.t79KncjD029257>