svn commit: r396636 - branches/2015Q3/textproc/rubygem-linguistics

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 23:09:21 UTC 2015


Author: amdmi3
Date: Thu Sep 10 23:09:20 2015
New Revision: 396636
URL: https://svnweb.freebsd.org/changeset/ports/396636

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

Modified:
  branches/2015Q3/textproc/rubygem-linguistics/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/textproc/rubygem-linguistics/Makefile
==============================================================================
--- branches/2015Q3/textproc/rubygem-linguistics/Makefile	Thu Sep 10 23:08:32 2015	(r396635)
+++ branches/2015Q3/textproc/rubygem-linguistics/Makefile	Thu Sep 10 23:09:20 2015	(r396636)
@@ -3,6 +3,7 @@
 
 PORTNAME=	linguistics
 PORTVERSION=	2.0.4
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,11 +11,15 @@ MAINTAINER=	ruby at 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
 
 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>


More information about the svn-ports-all mailing list