From owner-svn-ports-head@freebsd.org Mon Nov 23 18:28:41 2015 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 B1BA2A35A9E; Mon, 23 Nov 2015 18:28:41 +0000 (UTC) (envelope-from sunpoet@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 6CBAA12C5; Mon, 23 Nov 2015 18:28:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tANISeF0068894; Mon, 23 Nov 2015 18:28:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tANISeAJ068890; Mon, 23 Nov 2015 18:28:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511231828.tANISeAJ068890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Nov 2015 18:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402304 - in head/devel: . rubygem-omniauth_crowd 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: Mon, 23 Nov 2015 18:28:41 -0000 Author: sunpoet Date: Mon Nov 23 18:28:39 2015 New Revision: 402304 URL: https://svnweb.freebsd.org/changeset/ports/402304 Log: - Add rubygem-omniauth_crowd 2.2.3 - While I'm here: - Add LICENSE - Simplify COMMENT - Fix RUN_DEPENDS - Add NO_ARCH This is an OmniAuth provider for Atlassian Crowd's REST API. It allows you to easily integrate your Rack application in with Atlassian Crowd. WWW: https://github.com/robdimarco/omniauth_crowd PR: 203560 Submitted by: Michael Fausten Added: head/devel/rubygem-omniauth_crowd/ head/devel/rubygem-omniauth_crowd/Makefile (contents, props changed) head/devel/rubygem-omniauth_crowd/distinfo (contents, props changed) head/devel/rubygem-omniauth_crowd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 23 18:28:03 2015 (r402303) +++ head/devel/Makefile Mon Nov 23 18:28:39 2015 (r402304) @@ -4892,6 +4892,7 @@ SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-oj + SUBDIR += rubygem-omniauth_crowd SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter Added: head/devel/rubygem-omniauth_crowd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-omniauth_crowd/Makefile Mon Nov 23 18:28:39 2015 (r402304) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= omniauth_crowd +PORTVERSION= 2.2.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ports@michael-fausten.de +COMMENT= OmniAuth provider for Atlassian Crowds REST API + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS?= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ + rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-omniauth_crowd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-omniauth_crowd/distinfo Mon Nov 23 18:28:39 2015 (r402304) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth_crowd-2.2.3.gem) = 070beee801a0773487450f82a35840af29dde7451d1c746d4d791a58c064e589 +SIZE (rubygem/omniauth_crowd-2.2.3.gem) = 12800 Added: head/devel/rubygem-omniauth_crowd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-omniauth_crowd/pkg-descr Mon Nov 23 18:28:39 2015 (r402304) @@ -0,0 +1,4 @@ +This is an OmniAuth provider for Atlassian Crowd's REST API. +It allows you to easily integrate your Rack application in with Atlassian Crowd. + +WWW: https://github.com/robdimarco/omniauth_crowd