From owner-svn-ports-branches@freebsd.org Fri Oct 23 13:52:12 2015 Return-Path: Delivered-To: svn-ports-branches@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 98697A1DFDA; Fri, 23 Oct 2015 13:52:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 639C465A; Fri, 23 Oct 2015 13:52:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9NDqBUW088350; Fri, 23 Oct 2015 13:52:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9NDqBtm088349; Fri, 23 Oct 2015 13:52:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510231352.t9NDqBtm088349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 23 Oct 2015 13:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r400026 - branches/2015Q4/textproc/rubygem-rdtool X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 13:52:12 -0000 Author: amdmi3 Date: Fri Oct 23 13:52:11 2015 New Revision: 400026 URL: https://svnweb.freebsd.org/changeset/ports/400026 Log: MFH: r400025 - Fix shebang fixing by specifying correct old ruby cmd Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2015Q4/textproc/rubygem-rdtool/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/textproc/rubygem-rdtool/Makefile ============================================================================== --- branches/2015Q4/textproc/rubygem-rdtool/Makefile Fri Oct 23 13:51:10 2015 (r400025) +++ branches/2015Q4/textproc/rubygem-rdtool/Makefile Fri Oct 23 13:52:11 2015 (r400026) @@ -2,7 +2,7 @@ PORTNAME= rdtool PORTVERSION= 0.6.38 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -16,6 +16,7 @@ NO_ARCH= yes USES= shebangfix SHEBANG_FILES= bin/rd2 bin/rdswap.rb +ruby_OLD_CMD= /usr/bin/ruby1.9.1 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes