From owner-svn-ports-all@FreeBSD.ORG Mon Oct 6 03:47:17 2014 Return-Path: Delivered-To: svn-ports-all@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 B0773E56; Mon, 6 Oct 2014 03:47:17 +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 906C53EF; Mon, 6 Oct 2014 03:47:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s963lHYo005296; Mon, 6 Oct 2014 03:47:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s963lGKO005292; Mon, 6 Oct 2014 03:47:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410060347.s963lGKO005292@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 6 Oct 2014 03:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370141 - in head/net: . rubygem-omniauth-github-discourse 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.18-1 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: Mon, 06 Oct 2014 03:47:17 -0000 Author: swills Date: Mon Oct 6 03:47:16 2014 New Revision: 370141 URL: https://svnweb.freebsd.org/changeset/ports/370141 QAT: https://qat.redports.org/buildarchive/r370141/ Log: net/rubygem-omniauth-github-discourse: create port Fork of Official OmniAuth strategy for GitHub. WWW: https://github.com/intridea/omniauth-github Added: head/net/rubygem-omniauth-github-discourse/ head/net/rubygem-omniauth-github-discourse/Makefile (contents, props changed) head/net/rubygem-omniauth-github-discourse/distinfo (contents, props changed) head/net/rubygem-omniauth-github-discourse/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 6 03:29:01 2014 (r370140) +++ head/net/Makefile Mon Oct 6 03:47:16 2014 (r370141) @@ -1008,6 +1008,7 @@ SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit SUBDIR += rubygem-omniauth-github + SUBDIR += rubygem-omniauth-github-discourse SUBDIR += rubygem-omniauth-google-oauth2 SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 Added: head/net/rubygem-omniauth-github-discourse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-github-discourse/Makefile Mon Oct 6 03:47:16 2014 (r370141) @@ -0,0 +1,19 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= omniauth-github-discourse +PORTVERSION= 1.1.2 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Fork of Official OmniAuth strategy for GitHub + +RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/net/rubygem-omniauth-github-discourse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-github-discourse/distinfo Mon Oct 6 03:47:16 2014 (r370141) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-github-discourse-1.1.2.gem) = b3cfc42d8fb91c29ba56999f2c88202a324e10465af9ad21342a4933056dffbe +SIZE (rubygem/omniauth-github-discourse-1.1.2.gem) = 8192 Added: head/net/rubygem-omniauth-github-discourse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-github-discourse/pkg-descr Mon Oct 6 03:47:16 2014 (r370141) @@ -0,0 +1,3 @@ +Fork of Official OmniAuth strategy for GitHub. + +WWW: https://github.com/intridea/omniauth-github