Date: Mon, 14 Mar 2016 05:30:35 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411044 - in head/net: . rubygem-omniauth-azure-oauth2 Message-ID: <201603140530.u2E5UZqX012613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Mar 14 05:30:35 2016 New Revision: 411044 URL: https://svnweb.freebsd.org/changeset/ports/411044 Log: An Windows Azure Active Directory OAuth2 strategy for OmniAuth WWW: https://github.com/KonaTeam/omniauth-azure-oauth2 PR: 207796 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Added: head/net/rubygem-omniauth-azure-oauth2/ head/net/rubygem-omniauth-azure-oauth2/Makefile (contents, props changed) head/net/rubygem-omniauth-azure-oauth2/distinfo (contents, props changed) head/net/rubygem-omniauth-azure-oauth2/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Mar 14 05:28:28 2016 (r411043) +++ head/net/Makefile Mon Mar 14 05:30:35 2016 (r411044) @@ -1122,6 +1122,7 @@ SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit SUBDIR += rubygem-octopress-deploy + SUBDIR += rubygem-omniauth-azure-oauth2 SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse Added: head/net/rubygem-omniauth-azure-oauth2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-azure-oauth2/Makefile Mon Mar 14 05:30:35 2016 (r411044) @@ -0,0 +1,22 @@ +# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= omniauth-azure-oauth2 +PORTVERSION= 0.0.6 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ports@toco-domains.de +COMMENT= Azure OAuth2 Strategy for OmniAuth + +LICENSE= MIT + +RUN_DEPENDS= rubygem-jwt>=1.0:${PORTSDIR}/www/rubygem-jwt \ + rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2 + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/net/rubygem-omniauth-azure-oauth2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-azure-oauth2/distinfo Mon Mar 14 05:30:35 2016 (r411044) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 1afcb8215d80bbc6cc0951aa47f82d583935e5c5cc4f675d475af9fd49215e61 +SIZE (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 9728 Added: head/net/rubygem-omniauth-azure-oauth2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-azure-oauth2/pkg-descr Mon Mar 14 05:30:35 2016 (r411044) @@ -0,0 +1,3 @@ +An Windows Azure Active Directory OAuth2 strategy for OmniAuth + +WWW: https://github.com/KonaTeam/omniauth-azure-oauth2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603140530.u2E5UZqX012613>