svn commit: r389401 - head/devel/rubygem-web-console

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:54:48 UTC 2015


Author: sunpoet
Date: Sat Jun 13 13:54:47 2015
New Revision: 389401
URL: https://svnweb.freebsd.org/changeset/ports/389401

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Add NO_ARCH

Modified:
  head/devel/rubygem-web-console/Makefile

Modified: head/devel/rubygem-web-console/Makefile
==============================================================================
--- head/devel/rubygem-web-console/Makefile	Sat Jun 13 13:54:42 2015	(r389400)
+++ head/devel/rubygem-web-console/Makefile	Sat Jun 13 13:54:47 2015	(r389401)
@@ -8,13 +8,16 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Debugging tool for your Ruby on Rails applications
 
-RUN_DEPENDS=	rubygem-railties4>=4.0:${PORTSDIR}/www/rubygem-railties4 \
-		rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \
-		rubygem-sprockets-rails>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails \
-		rubygem-binding_of_caller>=0.7.2:${PORTSDIR}/devel/rubygem-binding_of_caller
+LICENSE=	MIT
 
+RUN_DEPENDS=	rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \
+		rubygem-binding_of_caller>=0.7.2:${PORTSDIR}/devel/rubygem-binding_of_caller \
+		rubygem-railties4>=4.0:${PORTSDIR}/www/rubygem-railties4 \
+		rubygem-sprockets-rails>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list