Date: Mon, 21 Oct 2013 01:59:58 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331081 - in head/net: . rubygem-omniauth-github Message-ID: <201310210159.r9L1xwpa030367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Oct 21 01:59:58 2013 New Revision: 331081 URL: http://svnweb.freebsd.org/changeset/ports/331081 Log: Official OmniAuth strategy for GitHub WWW: https://github.com/intridea/omniauth-github PR: ports/182699 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Added: head/net/rubygem-omniauth-github/ head/net/rubygem-omniauth-github/Makefile (contents, props changed) head/net/rubygem-omniauth-github/distinfo (contents, props changed) head/net/rubygem-omniauth-github/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 21 01:52:16 2013 (r331080) +++ head/net/Makefile Mon Oct 21 01:59:58 2013 (r331081) @@ -1040,6 +1040,7 @@ SUBDIR += rubygem-network_interface SUBDIR += rubygem-oauth SUBDIR += rubygem-oauth2 + SUBDIR += rubygem-omniauth-github SUBDIR += rubygem-omniauth-oauth SUBDIR += rubygem-omniauth-oauth2 SUBDIR += rubygem-open-uri-cached Added: head/net/rubygem-omniauth-github/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-github/Makefile Mon Oct 21 01:59:58 2013 (r331081) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= omniauth-github +PORTVERSION= 1.1.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Official OmniAuth strategy for GitHub + +RUN_DEPENDS= rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 \ + rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> Added: head/net/rubygem-omniauth-github/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-github/distinfo Mon Oct 21 01:59:58 2013 (r331081) @@ -0,0 +1,2 @@ +SHA256 (rubygem/omniauth-github-1.1.1.gem) = 94b41beb49cc16b1e7c5f7a91999d867b76d84a33c9a44e5839178289b8ddac2 +SIZE (rubygem/omniauth-github-1.1.1.gem) = 8192 Added: head/net/rubygem-omniauth-github/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-omniauth-github/pkg-descr Mon Oct 21 01:59:58 2013 (r331081) @@ -0,0 +1,3 @@ +Official OmniAuth strategy for GitHub + +WWW: https://github.com/intridea/omniauth-github
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310210159.r9L1xwpa030367>