Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:50:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r396618 - branches/2015Q3/devel/rubygem-ruby-ole
Message-ID:  <201509102250.t8AMo1LH039764@repo.freebsd.org>

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

Log:
  MFH: r396617
  
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/devel/rubygem-ruby-ole/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/rubygem-ruby-ole/Makefile
==============================================================================
--- branches/2015Q3/devel/rubygem-ruby-ole/Makefile	Thu Sep 10 22:48:31 2015	(r396617)
+++ branches/2015Q3/devel/rubygem-ruby-ole/Makefile	Thu Sep 10 22:50:01 2015	(r396618)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ruby-ole
 PORTVERSION=	1.2.11.8
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,10 +11,14 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Library for easy read/write access to OLE compound documents
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	bin/oletool \
+		test/*.rb
 
 PLIST_FILES=	bin/oletool
 



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