From owner-svn-ports-all@FreeBSD.ORG Sat May 9 21:59:12 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14C85791; Sat, 9 May 2015 21:59:12 +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 EA1DC1839; Sat, 9 May 2015 21:59:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t49LxBbx051672; Sat, 9 May 2015 21:59:11 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t49LxAGL051668; Sat, 9 May 2015 21:59:10 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505092159.t49LxAGL051668@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 21:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385911 - in head/security: . rubygem-omniauth-gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 21:59:12 -0000 Author: mmoll Date: Sat May 9 21:59:10 2015 New Revision: 385911 URL: https://svnweb.freebsd.org/changeset/ports/385911 Log: new port: security/rubygem-omniauth-gitlab Ruby gem that implements the OmniAuth strategy of GitLab for usage in rubygem-onmiauth. WWW: https://github.com/linchus/omniauth-gitlab PR: 199779 Differential Revision: https://reviews.freebsd.org/D2502 Submitted by: Torsten Zuehlsdorff Approved by: mat (mentor) Added: head/security/rubygem-omniauth-gitlab/ head/security/rubygem-omniauth-gitlab/Makefile (contents, props changed) head/security/rubygem-omniauth-gitlab/distinfo (contents, props changed) head/security/rubygem-omniauth-gitlab/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat May 9 21:51:15 2015 (r385910) +++ head/security/Makefile Sat May 9 21:59:10 2015 (r385911) @@ -919,6 +919,7 @@ SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-omniauth-bitbucket + SUBDIR += rubygem-omniauth-gitlab SUBDIR += rubygem-origami SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget Added: head/security/rubygem-omniauth-gitlab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-gitlab/Makefile Sat May 9 21:59:10 2015 (r385911) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= omniauth-gitlab +PORTVERSION= 1.0.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= OmniAuth strategy for GitLab + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-omniauth-oauth2>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/security/rubygem-omniauth-gitlab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-gitlab/distinfo Sat May 9 21:59:10 2015 (r385911) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-gitlab-1.0.0.gem) = 1c06a489d2924855e13411346b4258a938b783a24fd2c85d5553b91d811fafaa +SIZE (rubygem/omniauth-gitlab-1.0.0.gem) = 7680 Added: head/security/rubygem-omniauth-gitlab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-omniauth-gitlab/pkg-descr Sat May 9 21:59:10 2015 (r385911) @@ -0,0 +1,4 @@ +Ruby gem that implements the OmniAuth strategy of GitLab +for usage in rubygem-onmiauth. + +WWW: https://github.com/linchus/omniauth-gitlab