Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 20:45:23 +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: r394037 - head/devel/rubygem-drydock
Message-ID:  <201508122045.t7CKjNNc026360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 12 20:45:22 2015
New Revision: 394037
URL: https://svnweb.freebsd.org/changeset/ports/394037

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

Modified:
  head/devel/rubygem-drydock/Makefile

Modified: head/devel/rubygem-drydock/Makefile
==============================================================================
--- head/devel/rubygem-drydock/Makefile	Wed Aug 12 20:41:30 2015	(r394036)
+++ head/devel/rubygem-drydock/Makefile	Wed Aug 12 20:45:22 2015	(r394037)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drydock
 PORTVERSION=	0.6.9
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,10 +11,13 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Build seaworthy command-line apps with a powerful Ruby DSL
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
+USES=		shebangfix
 RUBYGEM_AUTOPLIST=	yes
+SHEBANG_FILES=	bin/example
 
 .include <bsd.port.mk>



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