Date: Thu, 10 Sep 2015 23:09:21 +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: r396636 - branches/2015Q3/textproc/rubygem-linguistics Message-ID: <201509102309.t8AN9LNa050900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509102309.t8AN9LNa050900>