From owner-svn-ports-head@FreeBSD.ORG Thu Oct 9 21:01:51 2014 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 A2ABCF00; Thu, 9 Oct 2014 21:01:51 +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 75203AA6; Thu, 9 Oct 2014 21:01:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s99L1pEF008534; Thu, 9 Oct 2014 21:01:51 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s99L1on9008527; Thu, 9 Oct 2014 21:01:50 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410092101.s99L1on9008527@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Oct 2014 21:01:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370560 - in head/net: . rubygem-omniauth-facebook 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.18-1 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: Thu, 09 Oct 2014 21:01:51 -0000 Author: swills Date: Thu Oct 9 21:01:50 2014 New Revision: 370560 URL: https://svnweb.freebsd.org/changeset/ports/370560 QAT: https://qat.redports.org/buildarchive/r370560/ Log: net/rubygem-omniauth-facebook: create port Facebook OAuth2 Strategy for OmniAuth WWW: https://github.com/mkdynamic/omniauth-facebook Added: head/net/rubygem-omniauth-facebook/ head/net/rubygem-omniauth-facebook/Makefile (contents, props changed) head/net/rubygem-omniauth-facebook/distinfo (contents, props changed) head/net/rubygem-omniauth-facebook/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Oct 9 20:59:55 2014 (r370559) +++ head/net/Makefile Thu Oct 9 21:01:50 2014 (r370560) @@ -1008,6 +1008,7 @@ SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 SUBDIR += rubygem-octokit + SUBDIR += rubygem-omniauth-facebook SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-github-discourse SUBDIR += rubygem-omniauth-google-oauth2 Added: head/net/rubygem-omniauth-facebook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-facebook/Makefile Thu Oct 9 21:01:50 2014 (r370560) @@ -0,0 +1,19 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= omniauth-facebook +PORTVERSION= 2.0.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Facebook OAuth2 Strategy for OmniAuth + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/net/rubygem-omniauth-facebook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-facebook/distinfo Thu Oct 9 21:01:50 2014 (r370560) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-facebook-2.0.0.gem) = c241db1fb0fdd8f3a9629688aad0c60cad7679dc0c404d0f35907ce73f14047b +SIZE (rubygem/omniauth-facebook-2.0.0.gem) = 17408 Added: head/net/rubygem-omniauth-facebook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-facebook/pkg-descr Thu Oct 9 21:01:50 2014 (r370560) @@ -0,0 +1,3 @@ +Facebook OAuth2 Strategy for OmniAuth + +WWW: https://github.com/mkdynamic/omniauth-facebook