From owner-svn-ports-all@freebsd.org Mon Apr 3 12:57:18 2017 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 BA47AD2C0EA; Mon, 3 Apr 2017 12:57:18 +0000 (UTC) (envelope-from sunpoet@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 706E91C0; Mon, 3 Apr 2017 12:57:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v33CvH9s081826; Mon, 3 Apr 2017 12:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v33CvH0n081824; Mon, 3 Apr 2017 12:57:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704031257.v33CvH0n081824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 3 Apr 2017 12:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437625 - in head/lang/ruby24: . files 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.23 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: Mon, 03 Apr 2017 12:57:18 -0000 Author: sunpoet Date: Mon Apr 3 12:57:17 2017 New Revision: 437625 URL: https://svnweb.freebsd.org/changeset/ports/437625 Log: Pet portlint Modified: head/lang/ruby24/Makefile head/lang/ruby24/files/patch-tool_rbinstall.rb Modified: head/lang/ruby24/Makefile ============================================================================== --- head/lang/ruby24/Makefile Mon Apr 3 12:57:12 2017 (r437624) +++ head/lang/ruby24/Makefile Mon Apr 3 12:57:17 2017 (r437625) @@ -11,7 +11,7 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT?= Object-oriented interpreted scripting language +COMMENT= Object-oriented interpreted scripting language LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual Modified: head/lang/ruby24/files/patch-tool_rbinstall.rb ============================================================================== --- head/lang/ruby24/files/patch-tool_rbinstall.rb Mon Apr 3 12:57:12 2017 (r437624) +++ head/lang/ruby24/files/patch-tool_rbinstall.rb Mon Apr 3 12:57:17 2017 (r437625) @@ -1,6 +1,6 @@ ---- tool/rbinstall.rb.orig 2016-10-17 07:17:07.000000000 +0000 -+++ tool/rbinstall.rb 2016-12-13 14:55:27.945769000 +0000 -@@ -324,6 +324,7 @@ +--- tool/rbinstall.rb.orig 2017-03-12 08:02:52 UTC ++++ tool/rbinstall.rb +@@ -324,6 +324,7 @@ bindir = CONFIG["bindir", true] libdir = CONFIG[CONFIG.fetch("libdirname", "libdir"), true] rubyhdrdir = CONFIG["rubyhdrdir", true] archhdrdir = CONFIG["rubyarchhdrdir"] || (rubyhdrdir + "/" + CONFIG['arch']) @@ -8,7 +8,7 @@ rubylibdir = CONFIG["rubylibdir", true] archlibdir = CONFIG["rubyarchdir", true] sitelibdir = CONFIG["sitelibdir"] -@@ -378,7 +379,7 @@ +@@ -378,7 +379,7 @@ end install?(:local, :arch, :data) do pc = CONFIG["ruby_pc"] if pc and File.file?(pc) and File.size?(pc) @@ -17,7 +17,7 @@ install pc, pkgconfigdir, :mode => $data_mode end end -@@ -694,110 +695,6 @@ +@@ -694,110 +695,6 @@ end # :startdoc: