Date: Mon, 23 Nov 2015 18:29:01 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402305 - in head/devel: . rubygem-omniauth_crowd-rails41 Message-ID: <201511231829.tANIT1w6069065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511231829.tANIT1w6069065>