From owner-svn-ports-head@FreeBSD.ORG Sat May 9 16:27:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 175E82E1; Sat, 9 May 2015 16:27:16 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECD861844; Sat, 9 May 2015 16:27:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t49GRFwb084434; Sat, 9 May 2015 16:27:15 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t49GREHE084430; Sat, 9 May 2015 16:27:14 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505091627.t49GREHE084430@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sat, 9 May 2015 16:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385903 - in head/security: . rubygem-omniauth-bitbucket 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: Sat, 09 May 2015 16:27:16 -0000 Author: mmoll Date: Sat May 9 16:27:14 2015 New Revision: 385903 URL: https://svnweb.freebsd.org/changeset/ports/385903 Log: new port: security/omniauth-bitbucket Ruby gem to add an OmniAuth strategy for Atlassian Bitbucket. WWW: https://github.com/sishen/omniauth-bitbucket PR: 199780 Differential Revision: https://reviews.freebsd.org/D2467 Submitted by: Torsten Zuehlsdorff Approved by: swills (mentor), mat (mentor) Added: head/security/rubygem-omniauth-bitbucket/ head/security/rubygem-omniauth-bitbucket/Makefile (contents, props changed) head/security/rubygem-omniauth-bitbucket/distinfo (contents, props changed) head/security/rubygem-omniauth-bitbucket/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat May 9 16:16:23 2015 (r385902) +++ head/security/Makefile Sat May 9 16:27:14 2015 (r385903) @@ -918,6 +918,7 @@ SUBDIR += rubygem-net-ssh27 SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth + SUBDIR += rubygem-omniauth-bitbucket SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget Added: head/security/rubygem-omniauth-bitbucket/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-bitbucket/Makefile Sat May 9 16:27:14 2015 (r385903) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= omniauth-bitbucket +PORTVERSION= 0.0.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy for Bitbucket + +LICENSE= MIT + +RUN_DEPENDS= rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/security/rubygem-omniauth-bitbucket/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-bitbucket/distinfo Sat May 9 16:27:14 2015 (r385903) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-bitbucket-0.0.2.gem) = 85a00770c24d901a47b88caab1ee3634fd2b83fd07fe935876ae471fbed054d1 +SIZE (rubygem/omniauth-bitbucket-0.0.2.gem) = 6656 Added: head/security/rubygem-omniauth-bitbucket/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-bitbucket/pkg-descr Sat May 9 16:27:14 2015 (r385903) @@ -0,0 +1,4 @@ +Ruby gem that implements the OmniAuth strategy of Atlassian Bitbucket +for usage in rubygem-onmiauth. + +WWW: https://github.com/sishen/omniauth-bitbucket