Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 16:27:14 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
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
Message-ID:  <201505091627.t49GREHE084430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ports@toco-domains.de>
  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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505091627.t49GREHE084430>