From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 8 16:51:07 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AA5569; Sun, 8 Mar 2015 16:51:07 +0000 (UTC) Received: from a27-38.smtp-out.us-west-2.amazonses.com (a27-38.smtp-out.us-west-2.amazonses.com [54.240.27.38]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC9E0289; Sun, 8 Mar 2015 16:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1425832700; h=References:Mime-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Cc:From:Subject:Date:To:Feedback-ID; bh=MZnXMb+nxbLFkihR9a2FPPQUH37TKnEtZ+9heJ097FQ=; b=jCyG9G/JrH8mLYOILYZFxcRc4LfjvomjToRNJCTF5M76vv6HK8eIls7/O7MhG/ul MWfA5IuWKmDlUi2+Ltp3wcCpFH62hvkXcgDwpTvc0mXeVNnWWONa+hMOobFy1Yl2nhE lBikAXhbr5UldJT+8T90ogzGeulJvADNLKjd8pgI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7iuvfuckmdjngkit3px46zmjutqvp75o; d=vmeta.jp; t=1425832700; h=References:Mime-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Cc:From:Subject:Date:To; bh=MZnXMb+nxbLFkihR9a2FPPQUH37TKnEtZ+9heJ097FQ=; b=eVV2ASNlB8p/IHdbdYEZXXEEB084t3IuUJA1u9AX4qVK3mbV27zAgLG5Rg+DRqxu tskjl3EubCv3AGnZj1Iuja7kiWWM64sQaiQnd3J33eSPBO2oUawSwm6dPs64doXAHFI 2Ldtd/lqU/1C77k1jkK2nDHgpvPHujw5EZ0wcq+M= References: <0000014bc67d7e70-7e53f2f6-3f62-4eb2-a1ac-22bc8f082a63-000000@us-west-2.amazonses.com> <0000014be94141b2-60d1f70b-ffcb-40dc-9b0f-3c9e0001b436-000000@us-west-2.amazonses.com> <20150305142416.GA18371@mouf.net> Mime-Version: 1.0 (1.0) In-Reply-To: <20150305142416.GA18371@mouf.net> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Message-ID: <0000014bfa406944-0cf8abb8-f456-4565-893b-4d3c52e2a7ea-000000@us-west-2.amazonses.com> X-Mailer: iPhone Mail (12B466) From: kiwao Subject: Re: rubygems not working with ruby 2.2? Date: Sun, 8 Mar 2015 16:38:20 +0000 To: Steve Wills X-SES-Outgoing: 2015.03.08-54.240.27.38 Feedback-ID: 1.us-west-2.ngRt4x2U/cWqug8pbfjwMxB6pcDw1fmN73bGmMLYyRI=:AmazonSES Cc: "ports@freebsd.org" , "ruby@freebsd.org" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 16:51:07 -0000 Hi, Steve Thanks for your work and information. I'm waiting it'll be committed. 2015/03/05 23:24、Steve Wills のメッセージ: > Hi, > > Yep, I'm aware, there's an update to devel/ruby-gems pending, see: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197083 > > Steve > >> On Thu, Mar 05, 2015 at 09:25:43AM +0000, Koichiro IWAO wrote: >> Reproduced in clean environment. >> >> I think devel/ruby-gems is too old and needs updating. >> ports version is 1.8.30 and the latest rubygems release is 2.4.6[1]. >> >> [1] https://github.com/rubygems/rubygems/releases >> >> # confirm default ruby version is set to 2.2 >> grep DEFAULT_VERSIONS /etc/make.conf >> DEFAULT_VERSIONS= ruby=2.2 perl5=5.20 >> >> # remove all pkgs >> pkg remove -fa >> >> # update ports tree >> portsnap fetch update >> >> # install ruby and some rubygem- ports >> make -C /usr/ports/lang/ruby22 >> make -C /usr/ports/devel/rubygem-rake >> (snip) >> ===> rubygem-rake-10.4.2 depends on file: /usr/local/bin/gem22 - found >> ===> rubygem-rake-10.4.2 depends on file: /usr/local/bin/ruby22 - >> found >> ===> Configuring for rubygem-rake-10.4.2 >> ===> Building for rubygem-rake-10.4.2 >> /usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1960:in >> `block (2 levels) in to_yaml': stack level too deep (SystemStackError) >> from /usr/local/lib/ruby/2.2/psych/coder.rb:36:in `map' >> from >> /usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1959:in >> `block in to_yaml' >> from /usr/local/lib/ruby/2.2/psych/deprecated.rb:19:in `call' >> from /usr/local/lib/ruby/2.2/psych/deprecated.rb:19:in `block in >> quick_emit' >> from >> /usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1960:in >> `block (2 levels) in to_yaml' >> from /usr/local/lib/ruby/2.2/psych/coder.rb:36:in `map' >> from >> /usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1959:in >> `block in to_yaml' >> from /usr/local/lib/ruby/2.2/psych/deprecated.rb:19:in `call' >> ... 9619 levels... >> from >> /usr/local/lib/ruby/site_ruby/2.2/rubygems/command_manager.rb:147:in >> `process_args' >> from >> /usr/local/lib/ruby/site_ruby/2.2/rubygems/command_manager.rb:117:in >> `run' >> from /usr/local/lib/ruby/site_ruby/2.2/rubygems/gem_runner.rb:65:in >> `run' >> from /usr/local/bin/gem22:30:in `
' >> ===> Compilation failed unexpectedly. >> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure >> to >> the maintainer. >> *** Error code 1 >> >> -- >> `whois vmeta.jp | nkf -w` >> meta >> _______________________________________________ >> freebsd-ruby@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ruby >> To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 9 09:54:18 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 993B8A98 for ; Mon, 9 Mar 2015 09:54:18 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 854CBDF9 for ; Mon, 9 Mar 2015 09:54:18 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t299sILW095568 for ; Mon, 9 Mar 2015 09:54:18 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t299sIsu095567; Mon, 9 Mar 2015 09:54:18 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201503090954.t299sIsu095567@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 9 Mar 2015 09:54:18 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2015 09:54:18 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/rubygem-activerecord-jdbc-adapter | 1.3.10 | 1.3.15 ------------------------------------------------+-----------------+------------ databases/rubygem-activerecord-jdbcmysql-adapter | 1.3.10 | 1.3.15 ------------------------------------------------+-----------------+------------ devel/rubygem-daemons | 1.1.9 | 1.2.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 9 13:30:57 2015 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C72739C for ; Mon, 9 Mar 2015 13:30:57 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 726DD91A for ; Mon, 9 Mar 2015 13:30:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t29DUvtw029826 for ; Mon, 9 Mar 2015 13:30:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 198338] [PATCH] lang/ruby22: update to 2.2.1. Date: Mon, 09 Mar 2015 13:30:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2015 13:30:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198338 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: swills Date: Mon Mar 9 13:30:54 UTC 2015 New revision: 380845 URL: https://svnweb.freebsd.org/changeset/ports/380845 Log: lang/ruby22: update to 2.2.1 PR: 198338 Submitted by: Yasuhiro KIMURA Changes: head/Mk/bsd.ruby.mk head/lang/ruby22/Makefile head/lang/ruby22/distinfo head/lang/ruby22/files/extra-vm_dump.c head/lang/ruby22/files/patch-Makefile.in head/lang/ruby22/files/patch-configure.in head/lang/ruby22/files/patch-tool_rbinstall.rb head/lang/ruby22/pkg-plist -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 9 13:34:41 2015 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 757D1539 for ; Mon, 9 Mar 2015 13:34:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 5B8AE9F6 for ; Mon, 9 Mar 2015 13:34:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t29DYf12034375 for ; Mon, 9 Mar 2015 13:34:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 198338] [PATCH] lang/ruby22: update to 2.2.1. Date: Mon, 09 Mar 2015 13:34:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: swills@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2015 13:34:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198338 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #2 from Steve Wills --- Committed, thanks for the patch, especially the RUBY_SUFFIX and RUBY_DEFAULT_SUFFIX issues in the pkg-plist and the DOCS/EXAMPLES fixes. Your attention to detail is appreciated. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 10 09:49:40 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE2B35DD for ; Tue, 10 Mar 2015 09:49:40 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 B9D88CC1 for ; Tue, 10 Mar 2015 09:49:40 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t2A9nebF070346 for ; Tue, 10 Mar 2015 09:49:40 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t2A9nebf070345; Tue, 10 Mar 2015 09:49:40 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201503100949.t2A9nebf070345@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 10 Mar 2015 09:49:40 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2015 09:49:40 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-logster | 0.1.6 | 0.1.8 ------------------------------------------------+-----------------+------------ devel/rubygem-sexp_processor | 4.4.4 | 4.5.0 ------------------------------------------------+-----------------+------------ sysutils/rubygem-rubyipmi | 0.8.1 | 0.9.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 11 09:58:44 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AF84444 for ; Wed, 11 Mar 2015 09:58:44 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 07122F5E for ; Wed, 11 Mar 2015 09:58:44 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t2B9whnx063099 for ; Wed, 11 Mar 2015 09:58:43 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t2B9wh6Y063098; Wed, 11 Mar 2015 09:58:43 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201503110958.t2B9wh6Y063098@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 11 Mar 2015 09:58:43 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 09:58:44 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-daemons | 1.1.9 | 1.2.1 ------------------------------------------------+-----------------+------------ net/rubygem-geoip | 1.4.0 | 1.5.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 12 03:36:05 2015 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8294870 for ; Thu, 12 Mar 2015 03:36:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 68318C47 for ; Thu, 12 Mar 2015 03:36:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t2C3a5VZ077959 for ; Thu, 12 Mar 2015 03:36:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 198338] [PATCH] lang/ruby22: update to 2.2.1. Date: Thu, 12 Mar 2015 03:36:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: swills@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 03:36:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198338 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 12 09:51:53 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A54D7EA6 for ; Thu, 12 Mar 2015 09:51:53 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 909D7CEE for ; Thu, 12 Mar 2015 09:51:53 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t2C9prMZ058533 for ; Thu, 12 Mar 2015 09:51:53 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t2C9prLP058532; Thu, 12 Mar 2015 09:51:53 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201503120951.t2C9prLP058532@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 12 Mar 2015 09:51:53 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 09:51:53 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-thread_safe | 0.3.4 | 0.3.5 ------------------------------------------------+-----------------+------------ print/rubygem-prawn-svg | 0.16.0 | 0.16.2 ------------------------------------------------+-----------------+------------ www/rubygem-cuba | 3.3.0 | 3.4.0 ------------------------------------------------+-----------------+------------ www/rubygem-haml-rails-rails4 | 0.5.3 | 0.9.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 13 09:51:32 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D39F36E3 for ; Fri, 13 Mar 2015 09:51:32 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 BF0ABD6B for ; Fri, 13 Mar 2015 09:51:32 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t2D9pWBT050879 for ; Fri, 13 Mar 2015 09:51:32 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t2D9pWs8050878; Fri, 13 Mar 2015 09:51:32 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201503130951.t2D9pWs8050878@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 13 Mar 2015 09:51:32 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2015 09:51:32 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/rubygem-linguistics | 2.0.3 | 2.0.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ruby@FreeBSD.ORG Sat Mar 14 09:42:24 2015 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0AC9C46 for ; Sat, 14 Mar 2015 09:42:24 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 9C859AC4 for ; Sat, 14 Mar 2015 09:42:24 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t2E9gO12057277 for ; Sat, 14 Mar 2015 09:42:24 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t2E9gOpx057276; Sat, 14 Mar 2015 09:42:24 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201503140942.t2E9gOpx057276@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 14 Mar 2015 09:42:24 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2015 09:42:24 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-foreman | 0.75.0 | 0.78.0 ------------------------------------------------+-----------------+------------ net-im/rubygem-lita | 3.3.1 | 4.3.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.