Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:38:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396607 - head/net/rubygem-rye
Message-ID:  <201509102238.t8AMconI033803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 22:38:49 2015
New Revision: 396607
URL: https://svnweb.freebsd.org/changeset/ports/396607

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/net/rubygem-rye/Makefile

Modified: head/net/rubygem-rye/Makefile
==============================================================================
--- head/net/rubygem-rye/Makefile	Thu Sep 10 22:38:41 2015	(r396606)
+++ head/net/rubygem-rye/Makefile	Thu Sep 10 22:38:49 2015	(r396607)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rye
 PORTVERSION=	0.9.13
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +11,7 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Safely run SSH commands on a bunch of machines at the same time
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-annoy>=0:${PORTSDIR}/devel/rubygem-annoy \
 		rubygem-docile>=1.0.1:${PORTSDIR}/devel/rubygem-docile \
@@ -22,5 +24,7 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	try/*.rb tst/*.rb
 
 .include <bsd.port.mk>



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