svn commit: r402977 - head/sysutils/rubygem-capistrano-ext

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 4 12:35:45 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list