Bug 182699 - new port net/omniauth-github
Summary: new port net/omniauth-github
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 16:40 UTC by loic.blot
Modified: 2013-10-21 03:10 UTC (History)
0 users

See Also:


Attachments
rubygem-omniauth-github.shar (1.70 KB, text/plain)
2013-10-05 16:40 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 16:40:00 UTC

    
Comment 1 Steve Wills freebsd_committer freebsd_triage 2013-10-21 03:00:05 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-21 03:00:06 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"