svn commit: r370141 - in head/net: . rubygem-omniauth-github-discourse
Steve Wills
swills at FreeBSD.org
Mon Oct 6 03:47:17 UTC 2014
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 <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= omniauth-github-discourse
+PORTVERSION= 1.1.2
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list