Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 15:37:26 +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: r387153 - head/www/rubygem-lighthouse-api
Message-ID:  <201505231537.t4NFbQ9m024238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 23 15:37:25 2015
New Revision: 387153
URL: https://svnweb.freebsd.org/changeset/ports/387153

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS

Modified:
  head/www/rubygem-lighthouse-api/Makefile

Modified: head/www/rubygem-lighthouse-api/Makefile
==============================================================================
--- head/www/rubygem-lighthouse-api/Makefile	Sat May 23 15:37:21 2015	(r387152)
+++ head/www/rubygem-lighthouse-api/Makefile	Sat May 23 15:37:25 2015	(r387153)
@@ -8,8 +8,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby interface for lighthouse ticketing system
 
-RUN_DEPENDS+=	rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-activeresource>=3.0.0:${PORTSDIR}/www/rubygem-activeresource
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-activeresource>=3.0.0:${PORTSDIR}/www/rubygem-activeresource \
+		rubygem-activesupport>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



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