svn commit: r396607 - head/net/rubygem-rye

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:38:50 UTC 2015


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


More information about the svn-ports-all mailing list