From owner-svn-ports-head@freebsd.org Mon Mar 14 05:30:36 2016 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 BE11AACF7C3; Mon, 14 Mar 2016 05:30:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7F53715AD; Mon, 14 Mar 2016 05:30:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2E5UZp7012617; Mon, 14 Mar 2016 05:30:35 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2E5UZqX012613; Mon, 14 Mar 2016 05:30:35 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201603140530.u2E5UZqX012613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 14 Mar 2016 05:30:35 +0000 (UTC) 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 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.21 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: Mon, 14 Mar 2016 05:30:36 -0000 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 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 +# $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 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