svn commit: r402305 - in head/devel: . rubygem-omniauth_crowd-rails41

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 23 18:29:02 UTC 2015


Author: sunpoet
Date: Mon Nov 23 18:29:00 2015
New Revision: 402305
URL: https://svnweb.freebsd.org/changeset/ports/402305

Log:
  - Add rubygem-omniauth_crowd-rails41 2.2.3
  - While I'm here, fix RUN_DEPENDS
  
  This is an OmniAuth provider for Atlassian Crowd's REST API.
  It allows you to easily integrate your Rack application in with Atlassian Crowd.
  
  WWW: https://github.com/robdimarco/omniauth_crowd
  
  PR:		203561
  Submitted by:	Michael Fausten <ports at michael-fausten.de>

Added:
  head/devel/rubygem-omniauth_crowd-rails41/
  head/devel/rubygem-omniauth_crowd-rails41/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Nov 23 18:28:39 2015	(r402304)
+++ head/devel/Makefile	Mon Nov 23 18:29:00 2015	(r402305)
@@ -4893,6 +4893,7 @@
     SUBDIR += rubygem-nprogress-rails
     SUBDIR += rubygem-oj
     SUBDIR += rubygem-omniauth_crowd
+    SUBDIR += rubygem-omniauth_crowd-rails41
     SUBDIR += rubygem-open3_backport
     SUBDIR += rubygem-open4
     SUBDIR += rubygem-orm_adapter

Added: head/devel/rubygem-omniauth_crowd-rails41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-omniauth_crowd-rails41/Makefile	Mon Nov 23 18:29:00 2015	(r402305)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-rails41
+
+RUN_DEPENDS=	rubygem-activesupport41>=0:${PORTSDIR}/devel/rubygem-activesupport41 \
+		rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
+
+MASTERDIR=	${.CURDIR}/../rubygem-omniauth_crowd
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list