Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 21:26:12 +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: r386976 - head/security/rubygem-omniauth
Message-ID:  <201505212126.t4LLQCrA047930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 21 21:26:12 2015
New Revision: 386976
URL: https://svnweb.freebsd.org/changeset/ports/386976

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Remove contiguous blank lines

Modified:
  head/security/rubygem-omniauth/Makefile

Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile	Thu May 21 21:26:07 2015	(r386975)
+++ head/security/rubygem-omniauth/Makefile	Thu May 21 21:26:12 2015	(r386976)
@@ -8,12 +8,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Generalized Rack framework for multiple-provider authentication
 
-RUN_DEPENDS=	rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack \
-		rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie \
+		rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505212126.t4LLQCrA047930>