Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:35:44 +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: r402977 - head/sysutils/rubygem-capistrano-ext
Message-ID:  <201512041235.tB4CZi4e017466@repo.freebsd.org>

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

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Remove USE_RAKE

Modified:
  head/sysutils/rubygem-capistrano-ext/Makefile

Modified: head/sysutils/rubygem-capistrano-ext/Makefile
==============================================================================
--- head/sysutils/rubygem-capistrano-ext/Makefile	Fri Dec  4 12:35:40 2015	(r402976)
+++ head/sysutils/rubygem-capistrano-ext/Makefile	Fri Dec  4 12:35:44 2015	(r402977)
@@ -10,11 +10,12 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Useful task libraries and methods for Capistrano
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-capistrano>=1.0.0:${PORTSDIR}/sysutils/rubygem-capistrano
 
+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?201512041235.tB4CZi4e017466>