svn commit: r396617 - head/devel/rubygem-ruby-ole

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:48:32 UTC 2015


Author: amdmi3
Date: Thu Sep 10 22:48:31 2015
New Revision: 396617
URL: https://svnweb.freebsd.org/changeset/ports/396617

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/devel/rubygem-ruby-ole/Makefile

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


More information about the svn-ports-all mailing list