Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:32:41 +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: r402940 - head/sysutils/rubygem-capistrano
Message-ID:  <201512041232.tB4CWff6012861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  4 12:32:41 2015
New Revision: 402940
URL: https://svnweb.freebsd.org/changeset/ports/402940

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Remoe USE_RAKE

Modified:
  head/sysutils/rubygem-capistrano/Makefile

Modified: head/sysutils/rubygem-capistrano/Makefile
==============================================================================
--- head/sysutils/rubygem-capistrano/Makefile	Fri Dec  4 12:32:37 2015	(r402939)
+++ head/sysutils/rubygem-capistrano/Makefile	Fri Dec  4 12:32:41 2015	(r402940)
@@ -10,13 +10,14 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Utility for executing commands in parallel on multiple machines
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-i18n>=0:${PORTSDIR}/devel/rubygem-i18n \
 		rubygem-rake>=10:${PORTSDIR}/devel/rubygem-rake \
 		rubygem-sshkit>=1.3:${PORTSDIR}/security/rubygem-sshkit
 
+NO_ARCH=	yes
 USE_RUBY=	yes
-USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 



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