From owner-svn-ports-all@freebsd.org Thu Sep 10 23:06:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E098A00EA0; Thu, 10 Sep 2015 23:06:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EED113A6; Thu, 10 Sep 2015 23:06:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8AN6ofm050321; Thu, 10 Sep 2015 23:06:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8AN6odi050320; Thu, 10 Sep 2015 23:06:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509102306.t8AN6odi050320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 10 Sep 2015 23:06:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396633 - head/textproc/rubygem-linguistics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 23:06:50 -0000 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