Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 23:06:50 +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: r396633 - head/textproc/rubygem-linguistics
Message-ID:  <201509102306.t8AN6odi050320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 23:06:49 2015
New Revision: 396633
URL: https://svnweb.freebsd.org/changeset/ports/396633

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

Modified:
  head/textproc/rubygem-linguistics/Makefile

Modified: head/textproc/rubygem-linguistics/Makefile
==============================================================================
--- head/textproc/rubygem-linguistics/Makefile	Thu Sep 10 23:06:47 2015	(r396632)
+++ head/textproc/rubygem-linguistics/Makefile	Thu Sep 10 23:06:49 2015	(r396633)
@@ -3,6 +3,7 @@
 
 PORTNAME=	linguistics
 PORTVERSION=	2.0.4
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +11,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Framework for extending Ruby objects with linguistic methods
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-loggability>=0.11:${PORTSDIR}/textproc/rubygem-loggability
 
@@ -18,5 +20,8 @@ NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	lib/linguistics.rb \
+		lib/linguistics/en/linkparser.rb
 
 .include <bsd.port.mk>



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