From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 12 11:53:28 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 1346A444 for ; Sun, 12 Apr 2015 11:53:28 +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 DF8A983B for ; Sun, 12 Apr 2015 11:53:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3CBrRDV062300 for ; Sun, 12 Apr 2015 11:53:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199141] lang/ruby22: [PATCH][feature request] completely cleanup of gem functions Date: Sun, 12 Apr 2015 11:53:27 +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 attachments.created 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: Sun, 12 Apr 2015 11:53:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199141 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #1 from Steve Wills --- Created attachment 155506 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155506&action=edit patch to fully remove gem from ruby and add ri docs to gem Thought this shouldn't be optional, so here's an updated patch which removes it completely. Also made some minor cleanups while here, including adding the ri docs to devel/ruby-gems. So far this breaks a few things, so I'm going to work on cleaning those up before committing. In the mean time, please test. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 12 12:59:03 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 23DC8109 for ; Sun, 12 Apr 2015 12:59:03 +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 0930CDF3 for ; Sun, 12 Apr 2015 12:59:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3CCx2EF056100 for ; Sun, 12 Apr 2015 12:59:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199141] lang/ruby22: [PATCH][feature request] completely cleanup of gem functions Date: Sun, 12 Apr 2015 12:59:02 +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: ksmakoto@dd.iij4u.or.jp 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: Sun, 12 Apr 2015 12:59:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199141 --- Comment #2 from ksmakoto@dd.iij4u.or.jp --- I've tested new patch with ruby22 in my FreeBSD 10.1-RELEASE-p6, it works well. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 13 13:02:27 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 8141AAD9 for ; Mon, 13 Apr 2015 13:02:27 +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 673E1754 for ; Mon, 13 Apr 2015 13:02:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3DD2RaG055189 for ; Mon, 13 Apr 2015 13:02:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199141] lang/ruby22: [PATCH][feature request] completely cleanup of gem functions Date: Mon, 13 Apr 2015 13:02:27 +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: In Progress 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 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, 13 Apr 2015 13:02:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199141 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Steve Wills --- (In reply to ksmakoto from comment #2) Thanks for the testing. I've been testing too and found that it breaks a number of ports. Some, such as devel/rubygem-glib2 and devel/rubygem-gio2 just need to have: require "rubygems" added in certain places. Others, such as databases/ruby-bdb break because they call rdoc and rdoc requires gem. I can patch out the requirement of gem in rdoc, but I can't be sure it will work properly. Upstream, ruby, rdoc and gem are all distributed together and it makes sense for them to depend on each other. So I'm a bit hesitant to go changing things too much. This all makes me unsure that removing the gem bits from ruby is the right thing to do. Can you explain in more detail the original issues that you encountered? What is the trouble you have when gem is included with ruby? (Not saying it's not real, just want to understand all sides of the issue before making a decision which way to go.) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 13 17:01:08 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 8DAB8349 for ; Mon, 13 Apr 2015 17:01:08 +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 7309D7E5 for ; Mon, 13 Apr 2015 17:01:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3DH188O048387 for ; Mon, 13 Apr 2015 17:01:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199141] lang/ruby22: [PATCH][feature request] completely cleanup of gem functions Date: Mon, 13 Apr 2015 17:01:08 +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: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: swills@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to 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, 13 Apr 2015 17:01:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199141 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ruby@FreeBSD.org |swills@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 14 10:11:32 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 E2251A82 for ; Tue, 14 Apr 2015 10:11: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 CE0988A2 for ; Tue, 14 Apr 2015 10:11: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 t3EABW0j071237 for ; Tue, 14 Apr 2015 10:11:32 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t3EABWGE071236; Tue, 14 Apr 2015 10:11:32 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201504141011.t3EABWGE071236@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, 14 Apr 2015 10:11: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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 10:11:33 -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.16 ------------------------------------------------+-----------------+------------ databases/rubygem-activerecord-jdbcmysql-adapter | 1.3.10 | 1.3.16 ------------------------------------------------+-----------------+------------ devel/rubygem-minitest | 5.5.1 | 5.6.0 ------------------------------------------------+-----------------+------------ textproc/rubygem-text | 1.3.0 | 1.3.1 ------------------------------------------------+-----------------+------------ 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 Tue Apr 14 15:12:42 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 3EFBE3E2 for ; Tue, 14 Apr 2015 15:12:42 +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 2450DF49 for ; Tue, 14 Apr 2015 15:12:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EFCgol014739 for ; Tue, 14 Apr 2015 15:12:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 195268] [patch] archivers/ruby-lha: fix build for ruby 2.0 Date: Tue, 14 Apr 2015 15:12:42 +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: X-Bugzilla-Severity: Affects Only Me 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 cc 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 15:12:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195268 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |swills@FreeBSD.org Resolution|--- |Overcome By Events --- Comment #5 from Steve Wills --- (In reply to Lawrence Chen from comment #4) Sorry, I can't comment on why the changes were made except what is shown in the commit messages. I can only guess maybe the committer wasn't aware of this PR. Sorry for the confusion, the port does seem to be working now. I'll go ahead and close this as I don't think there's anything else to do. Please feel free to reopen and let me know if I'm mistaken. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 14 15:37:15 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 5574AB67; Tue, 14 Apr 2015 15:37:15 +0000 (UTC) Received: from mailauth.gaiahost.coop (mailauth.gaiahost.coop [64.95.78.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DCB1278; Tue, 14 Apr 2015 15:37:14 +0000 (UTC) Received: from land-of-chronos.westell.com (pool-71-161-95-74.cncdnh.east.myfairpoint.net [71.161.95.74]) (AUTH: PLAIN charles@gaiahost.coop, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by mailauth.gaiahost.coop with ESMTPSA; Tue, 14 Apr 2015 11:32:07 -0400 id 02C6DBA3.00000000552D32F7.00011062 Message-ID: <552D32CC.9080403@gaiahost.coop> Date: Tue, 14 Apr 2015 11:31:24 -0400 From: Charles Strader Sweethill User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: swills@FreeBSD.org, ruby@FreeBSD.org Subject: Did rubygem-compass bug fix mean it can't build on 64bit systems Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 15:37:15 -0000 Hi Ruby maintainers, Was just trying to work through an install issue with rubygems-compass.=20 Tried it without and with rubygem-sass installed, same patch failure then noticed that rubygem-compass recently got "bug fixed" by requiring rubygem-sass32. Does this mean rubygems-compass can't build on 64 bit systems? FreeBSD 9.3-RELEASE-p9 amd64 # pkg info | grep ruby ruby-2.1.6,1 Object-oriented interpreted scripting language ruby21-bdb-0.6.6_4 Ruby interface to Oracle Berkeley DB revision 2 or later ruby21-gems-2.4.6 Package management framework for the Ruby language rubygem-chunky_png-1.2.9 Ruby library to read and write PNG images rubygem-fssm-0.2.10 Provides a state tracking and event firing utility rubygem-sass-3.4.13 Sass is an extension of CSS3 # cd /usr/ports/textproc/rubygem-compass && make install =3D=3D=3D> Staging for rubygem-compass-0.12.4 =3D=3D=3D> rubygem-compass-0.12.4 depends on package: rubygem-chunky_png>=3D1.2 - found =3D=3D=3D> rubygem-compass-0.12.4 depends on package: rubygem-fssm>=3D0= =2E2.7 - found =3D=3D=3D> rubygem-compass-0.12.4 depends on package: rubygem-sass32>=3D= 3.1 - not found =3D=3D=3D> Verifying install for rubygem-sass32>=3D3.1 in /usr/ports/textproc/rubygem-sass32 =3D=3D=3D> Patching for rubygem-sass32-3.2.19 =3D=3D=3D> rubygem-sass32-3.2.19 depends on file: /usr/local/bin/ruby21= - found =3D=3D=3D> Applying FreeBSD patches for rubygem-sass32-3.2.19 1 out of 1 hunks failed--saving rejects to sass.gemspec.rej =3D> Patch patch-gemspec failed to apply cleanly. *** [do-patch] Error code 1 Stop in /basejail/usr/ports/textproc/rubygem-sass32. *** [run-depends] Error code 1 Stop in /basejail/usr/ports/textproc/rubygem-compass. Thanks, Charles From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 14 15:47: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 0CC83D49 for ; Tue, 14 Apr 2015 15:47:40 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E3E23F4 for ; Tue, 14 Apr 2015 15:47:39 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t3EFlSpT030222 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Apr 2015 15:47:33 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t3EFlS2D030221; Tue, 14 Apr 2015 15:47:28 GMT (envelope-from swills) Date: Tue, 14 Apr 2015 15:47:28 +0000 From: Steve Wills To: Charles Strader Sweethill Cc: ruby@FreeBSD.org Subject: Re: Did rubygem-compass bug fix mean it can't build on 64bit systems Message-ID: <20150414154725.GA29570@mouf.net> References: <552D32CC.9080403@gaiahost.coop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <552D32CC.9080403@gaiahost.coop> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 14 Apr 2015 15:47:34 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mouf.net X-Virus-Scanned: clamav-milter 0.98.6 at mouf.net X-Virus-Status: Clean X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 15:47:40 -0000 On Tue, Apr 14, 2015 at 11:31:24AM -0400, Charles Strader Sweethill wrote: > Hi Ruby maintainers, > > Was just trying to work through an install issue with rubygems-compass. > Tried it without and with rubygem-sass installed, same patch failure > then noticed that rubygem-compass recently got "bug fixed" by requiring > rubygem-sass32. > > Does this mean rubygems-compass can't build on 64 bit systems? No, the 32 there refers to the 3.2.x version of sass. > FreeBSD 9.3-RELEASE-p9 amd64 > > # pkg info | grep ruby > ruby-2.1.6,1 Object-oriented interpreted scripting > language > ruby21-bdb-0.6.6_4 Ruby interface to Oracle Berkeley DB > revision 2 or later > ruby21-gems-2.4.6 Package management framework for the Ruby > language > rubygem-chunky_png-1.2.9 Ruby library to read and write PNG images > rubygem-fssm-0.2.10 Provides a state tracking and event > firing utility > rubygem-sass-3.4.13 Sass is an extension of CSS3 > > # cd /usr/ports/textproc/rubygem-compass && make install > ===> Staging for rubygem-compass-0.12.4 > ===> rubygem-compass-0.12.4 depends on package: > rubygem-chunky_png>=1.2 - found > ===> rubygem-compass-0.12.4 depends on package: rubygem-fssm>=0.2.7 - > found > ===> rubygem-compass-0.12.4 depends on package: rubygem-sass32>=3.1 - > not found > ===> Verifying install for rubygem-sass32>=3.1 in > /usr/ports/textproc/rubygem-sass32 > ===> Patching for rubygem-sass32-3.2.19 > ===> rubygem-sass32-3.2.19 depends on file: /usr/local/bin/ruby21 - found > ===> Applying FreeBSD patches for rubygem-sass32-3.2.19 > 1 out of 1 hunks failed--saving rejects to sass.gemspec.rej > => Patch patch-gemspec failed to apply cleanly. > *** [do-patch] Error code 1 > > Stop in /basejail/usr/ports/textproc/rubygem-sass32. > *** [run-depends] Error code 1 > > Stop in /basejail/usr/ports/textproc/rubygem-compass. > Strange, I can't reproduce. Can you verify that your tree is up to date and doesn't have any leftover files? Steve From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 14 18:44:55 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 36DA6FCE for ; Tue, 14 Apr 2015 18:44:55 +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 1D239D62 for ; Tue, 14 Apr 2015 18:44:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3EIishq090826 for ; Tue, 14 Apr 2015 18:44:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199048] lang/ruby21: configure error: something wrong with LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib Date: Tue, 14 Apr 2015 18:44:54 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 18:44:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199048 --- Comment #13 from mikael.urankar@gmail.com --- Adding --with-setjmp-type=_setjmp to configure fixed the clang problem. I don't know if this bug report is related to our issue on ARM: https://bugs.ruby-lang.org/issues/10438 and http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48184 for the fix .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" CONFIGURE_ARGS+= --with-setjmp-type=_setjmp .endif -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 14 21:21:21 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 1443C8BB for ; Tue, 14 Apr 2015 21:21:21 +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 D431820D for ; Tue, 14 Apr 2015 21:21:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3ELLKbY076487 for ; Tue, 14 Apr 2015 21:21:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199048] lang/ruby21: configure error: something wrong with LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib Date: Tue, 14 Apr 2015 21:21:20 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: usenet@ulrich-grey.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 21:21:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199048 --- Comment #14 from Ulrich Grey --- (In reply to mikael.urankar from comment #13) I have built ruby-2.1.6 with: .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" CONFIGURE_ARGS+= --with-setjmp-type=_setjmp .endif added to the Makefile. The build finished successfully (FreeBSD 11.0-CURRENT #1 r281266M arm on a wandboard-quad). Here is the output of make test: root@wqtest:/usr/ports/lang/ruby21/work/ruby-2.1.6 # make test CC = cc LD = ld LDSHARED = cc -shared CFLAGS = -O -pipe -mfloat-abi=softfp -fno-strict-aliasing -fPIC XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -I/usr/local/include -I. -I.ext/include/armv6-freebsd11 -I./include -I. DLDFLAGS = -Wl,-soname,libruby21.so.21 -fstack-protector SOLIBS = -lexecinfo -lgmp -lcrypt -lm -lpthread -L/usr/local/lib FreeBSD clang version 3.6.0 (tags/RELEASE_360/final 230434) 20150225 Target: armv6--freebsd11.0-gnueabi Thread model: posix ./tool/rubytest.rb:20: warning: Insecure world writable dir /usr/local/DEVEL in PATH, mode 040777 sample/test.rb:system /usr/local/DEVEL/ports/lang/ruby21/work/ruby-2.1.6/sample/test.rb:1970: warning: Insecure world writable dir /usr/local/DEVEL in PATH, mode 040777 O test succeeded PASS all 1008 tests ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./bootstraptest/runner.rb" --ruby="ruby21 --disable-gems" ./KNOWNBUGS.rb 2015-04-14 21:12:33 +0000 Driver is ruby 2.1.6p336 (2015-04-13 revision 50298) [armv6-freebsd11] ./bootstraptest/runner.rb:156: warning: Insecure world writable dir /usr/local/DEVEL in PATH, mode 040777 Target is ruby 2.1.6p336 (2015-04-13 revision 50298) [armv6-freebsd11] KNOWNBUGS.rbPASS 0 No tests, no problem root@wqtest:/usr/ports/lang/ruby21/work/ruby-2.1.6 # -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 15 06:56:14 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 7B67F610 for ; Wed, 15 Apr 2015 06:56:14 +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 6143F968 for ; Wed, 15 Apr 2015 06:56:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3F6uEZt029693 for ; Wed, 15 Apr 2015 06:56:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199457] lang/ruby22: pkg-plist error after recent update Date: Wed, 15 Apr 2015 06:56:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lantw44@gmail.com 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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 06:56:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199457 Bug ID: 199457 Summary: lang/ruby22: pkg-plist error after recent update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ruby@FreeBSD.org Reporter: lantw44@gmail.com Flags: maintainer-feedback?(ruby@FreeBSD.org) Assignee: ruby@FreeBSD.org Created attachment 155599 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155599&action=edit ruby 2.2.2 build log on FreeBSD 10.1 Please see the build log. It seems there is pkg-plist error related to capi-docs. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 15 06:56:14 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 60CA160F for ; Wed, 15 Apr 2015 06:56:14 +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 32B73967 for ; Wed, 15 Apr 2015 06:56:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3F6uE9P029690 for ; Wed, 15 Apr 2015 06:56:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 199457] lang/ruby22: pkg-plist error after recent update Date: Wed, 15 Apr 2015 06:56:13 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 06:56:14 -0000 Ting-Wei Lan has reassigned Bugzilla Automation 's request for maintainer-feedback to ruby@FreeBSD.org: Bug 199457: lang/ruby22: pkg-plist error after recent update https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199457 --- Description --- Created attachment 155599 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155599&action=edit ruby 2.2.2 build log on FreeBSD 10.1 Please see the build log. It seems there is pkg-plist error related to capi-docs. From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 15 09:45:55 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 ED7F92B8 for ; Wed, 15 Apr 2015 09:45:55 +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 D747BF0F for ; Wed, 15 Apr 2015 09:45:55 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t3F9jtgZ039640 for ; Wed, 15 Apr 2015 09:45:55 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t3F9jtZj039639; Wed, 15 Apr 2015 09:45:55 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201504150945.t3F9jtZj039639@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, 15 Apr 2015 09:45:55 +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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 09:45:56 -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-inline | 3.12.3 | 3.12.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 Wed Apr 15 18:11:51 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 4912FC2D for ; Wed, 15 Apr 2015 18:11:51 +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 2F770905 for ; Wed, 15 Apr 2015 18:11:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FIBoud024300 for ; Wed, 15 Apr 2015 18:11:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199452] lang/ruby21 illegal instruction on arm Date: Wed, 15 Apr 2015 18:11:51 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bdrewery@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 18:11:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199452 Bryan Drewery changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bdrewery@FreeBSD.org |ruby@FreeBSD.org Summary|ports-mgmt/portupgrade |lang/ruby21 illegal |2.4.13_1,2 illegal |instruction on arm |instruction on arm | --- Comment #4 from Bryan Drewery --- This is a ruby problem. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 15 19:20:56 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 32A16CD9 for ; Wed, 15 Apr 2015 19:20:56 +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 187767F5 for ; Wed, 15 Apr 2015 19:20:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FJKtCw025496 for ; Wed, 15 Apr 2015 19:20:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199452] lang/ruby21 illegal instruction on arm Date: Wed, 15 Apr 2015 19:20:55 +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: 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: 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 19:20:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199452 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #5 from Steve Wills --- (In reply to Bryan Drewery from comment #4) I think it may be a ruby-bdb issue, rather than in ruby proper, but I'm not sure yet. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 16 08:36:50 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 58163F67 for ; Thu, 16 Apr 2015 08:36:50 +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 3E416346 for ; Thu, 16 Apr 2015 08:36:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3G8aoiA095557 for ; Thu, 16 Apr 2015 08:36:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199452] lang/ruby21 illegal instruction on arm Date: Thu, 16 Apr 2015 08:36:50 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 08:36:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199452 --- Comment #6 from mikael.urankar@gmail.com --- I'm having some hard time with poudriere, qemu and armv6hf: my ruby packages are broken, let me rebuild them on a real hw and discard my issue for the moment. By the way, we will have issues if we ship ruby binaries built with poudriere: CPP, CXX and CC are prefixed with /nxb-bin/usr/bin/ and if we try to rebuild a ruby package on a system without native-xtool it will fail because /nxb-bin/usr/bin/cc cannot be found (see CONFIG["CC"] in /usr/local/lib/ruby/2.1/armv6-freebsd11/rbconfig.rb) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 16 16:27:09 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 9C45DE3B for ; Thu, 16 Apr 2015 16:27:09 +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 8268F350 for ; Thu, 16 Apr 2015 16:27:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3GGR9s0090141 for ; Thu, 16 Apr 2015 16:27:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199457] lang/ruby22: pkg-plist error after recent update Date: Thu, 16 Apr 2015 16:27:09 +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: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lantw44@gmail.com 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: attachments.created 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 16:27:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199457 --- Comment #1 from Ting-Wei Lan --- Created attachment 155649 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155649&action=edit Patch to fix the pkg-plist issue -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 17 08:59:33 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 B3E13E36 for ; Fri, 17 Apr 2015 08:59:33 +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 9D3CEC98 for ; Fri, 17 Apr 2015 08:59:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H8xXhX099934 for ; Fri, 17 Apr 2015 08:59:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199107] Several rubygem CONFLICTS: Eg: archivers/rubygem-rubyzip & devel/rubygem-i18n causing security/metasploit build failure Date: Fri, 17 Apr 2015 08:59:32 +0000 X-Bugzilla-Reason: AssignedTo CC 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: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@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: flagtypes.name short_desc keywords cc assigned_to 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 08:59:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199107 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(tanawt |maintainer-feedback?(ruby@F |s@gmail.com) |reeBSD.org) Summary|security/metasploit build |Several rubygem CONFLICTS: |failure due to conflicting |Eg: |rubygem-rubyzip & |archivers/rubygem-rubyzip & |rubygem-i18n |devel/rubygem-i18n causing | |security/metasploit build | |failure Keywords| |needs-patch, needs-qa CC| |ruby@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 17 08:59: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 456EDE31 for ; Fri, 17 Apr 2015 08:59:32 +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 1A66DC93 for ; Fri, 17 Apr 2015 08:59:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H8xVpi099911 for ; Fri, 17 Apr 2015 08:59:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 199107] Several rubygem CONFLICTS: Eg: archivers/rubygem-rubyzip & devel/rubygem-i18n causing security/metasploit build failure Date: Fri, 17 Apr 2015 08:59:32 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 08:59:32 -0000 Kubilay Kocak has reassigned Bugzilla Automation 's request for maintainer-feedback to ruby@FreeBSD.org: Bug 199107: Several rubygem CONFLICTS: Eg: archivers/rubygem-rubyzip & devel/rubygem-i18n causing security/metasploit build failure https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199107 From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 17 09:59:07 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 830B7AC for ; Fri, 17 Apr 2015 09:59:07 +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 71D4C3F6 for ; Fri, 17 Apr 2015 09:59:07 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H9x7I1021957 for ; Fri, 17 Apr 2015 09:59:07 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t3H9x75j021956; Fri, 17 Apr 2015 09:59:07 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201504170959.t3H9x75j021956@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, 17 Apr 2015 09:59:07 +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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 09:59:07 -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-excon | 0.45.1 | 0.45.2 ------------------------------------------------+-----------------+------------ net/rubygem-domain_name | 0.5.23 | 0.5.24 ------------------------------------------------+-----------------+------------ www/rubygem-rack-cors | 0.2.9 | 0.4.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 Apr 17 13:00:23 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 414C2E93 for ; Fri, 17 Apr 2015 13:00:23 +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 2B4C4CE2 for ; Fri, 17 Apr 2015 13:00:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3HD0NS8093459 for ; Fri, 17 Apr 2015 13:00:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 199331] devel/rubygem-gitlab_meta: add CPE information Date: Fri, 17 Apr 2015 13:00:22 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: robak@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: robak@freebsd.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to 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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 13:00:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199331 Bartek Rutkowski changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ruby@FreeBSD.org |robak@freebsd.org CC| |robak@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 18 09:42:20 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 7E2A4CF6 for ; Sat, 18 Apr 2015 09:42:20 +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 6D72E6B2 for ; Sat, 18 Apr 2015 09:42:20 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t3I9gKPx085890 for ; Sat, 18 Apr 2015 09:42:20 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t3I9gKQc085889; Sat, 18 Apr 2015 09:42:20 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201504180942.t3I9gKQc085889@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, 18 Apr 2015 09:42:20 +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.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 09:42:20 -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 ------------------------------------------------+-----------------+------------ www/rubygem-crass | 0.2.1 | 1.0.2 ------------------------------------------------+-----------------+------------ 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.