svn commit: r368216 - head/www/rubygem-turbolinks

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 14 18:23:05 UTC 2014


Author: sunpoet
Date: Sun Sep 14 18:23:04 2014
New Revision: 368216
URL: http://svnweb.freebsd.org/changeset/ports/368216
QAT: https://qat.redports.org/buildarchive/r368216/

Log:
  - Add LICENSE
  - Move RUN_DEPENDS upward

Modified:
  head/www/rubygem-turbolinks/Makefile

Modified: head/www/rubygem-turbolinks/Makefile
==============================================================================
--- head/www/rubygem-turbolinks/Makefile	Sun Sep 14 18:21:08 2014	(r368215)
+++ head/www/rubygem-turbolinks/Makefile	Sun Sep 14 18:23:04 2014	(r368216)
@@ -9,10 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Turbolinks makes following links in your web application faster
 
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-RUN_DEPENDS=	rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list