svn commit: r394037 - head/devel/rubygem-drydock

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 12 20:45:23 UTC 2015


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


More information about the svn-ports-head mailing list