From owner-freebsd-ruby@FreeBSD.ORG Sun Dec 9 06:40:05 2012 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 273FB5F5 for ; Sun, 9 Dec 2012 06:40:05 +0000 (UTC) (envelope-from gofr-freebsd-ruby@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id C93C98FC0C for ; Sun, 9 Dec 2012 06:40:04 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ThaYa-0002yH-NT for freebsd-ruby@freebsd.org; Sun, 09 Dec 2012 07:40:08 +0100 Received: from 78.96.202.39 ([78.96.202.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Dec 2012 07:40:08 +0100 Received: from andrei by 78.96.202.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Dec 2012 07:40:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ruby@freebsd.org From: Andrei Maxim Subject: Re: More problems than I care to think about Date: Sun, 9 Dec 2012 08:37:43 +0200 Lines: 56 Message-ID: References: <76BB3E3F07A4F68477B30C11@utd71538.campus.ad.utdallas.edu> <138C62E5-F2ED-439F-AFA8-777A48B2A87B@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78.96.202.39 User-Agent: Unison/2.1.10 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2012 06:40:05 -0000 On 2012-11-19 20:28:56 +0000, Paul Schmehl said: > --On November 15, 2012 3:59:36 PM -0800 Stanislav Sedov > wrote: > There isn't anything wrong (that I'm aware of) with the ruby ports, but > ruby-gems are a disaster. They're not up to date, and as you point out > even fixing that wouldn't fix everything that's wrong with them. > > After completely giving up on the port I downloaded the app, downloaded > gems and installed it, ran gem install rails, then went to the directory > where I put the program and ran bundle install. This (supposedly) > downloaded everything I needed to run the app. > > The next step was to create the database by running 'bundle exec rake > snorby:setup'. Rake wasn't installed, so I had to install that. Running > it again gave me an error that libmyslqclient.so.15 was not found. That's > because I'm running 5.5, not 5.0. > > After fixing that, I got another error and that's when I said screw this - > i've got better things to do with my time than beat a damn app into > submission while taking 15 years off my life. > > Gems sucks. Rails sucks. The whole idea is stupid and sucks. > > Someone else will have to do it. I'm done with gems, rails and snorby. There is sort of a different approach from the Ruby development community which doesn't really work for most sysadmins (I've had my fair share of arguments in the past). The problem is that most sysadmins think of gems as stand-alone applications that should be installed system-wide, more or less. This is quite false, because gems should simply be considered libraries that an application uses. With, bundler, for example, if you pass the `--deployment` flag, the gems will be installed in path relative to the root of the application and will not be available system-wide. During the last year and a half, all the servers I've set up for Ruby applications had just Ruby 1.9.3 and the latest version of bundler with all the gems installed via `bundle install` . I've always considered that the developers should own the responsibility of matching gems with system services, like MySQL or Postgres. But then again, I'm a developer, so I might be a bit biased. Frankly, I fail to see the advantage of gem ports. In Linux-land, offering gems as RPM or DEB files did have some advantages because you did not have to install a compiler in order to use gems with C bindings, but you did have to wait until the maintainer would add a new release. Installing gems and ports you seem to get only the worst part, with no advantage and, at the same time, it's becoming more and more difficult to maintain (look at the portscout mails and most outdated gems work properly on 1.9.x and were not so thoroughly tested on 1.8.x) Max From owner-freebsd-ruby@FreeBSD.ORG Mon Dec 10 11:07:57 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C78382F8 for ; Mon, 10 Dec 2012 11:07:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 931D08FC1F for ; Mon, 10 Dec 2012 11:07:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAB7v0w065752 for ; Mon, 10 Dec 2012 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBAB7vjO065750 for ruby@FreeBSD.org; Mon, 10 Dec 2012 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Dec 2012 11:07:57 GMT Message-Id: <201212101107.qBAB7vjO065750@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 11:07:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/173749 ruby [maintainer] science/ruby-gphys: update to 1.2.2. o ports/173748 ruby [maintainer] math/ruby-narray_miss: update to 1.2.8 o ports/173648 ruby [PATCH] security/rubygem-net-ssh: update to 2.2.2,2 o ports/173647 ruby [PATCH] devel/rubygem-highline: update to 1.6.15 o ports/173646 ruby [MAINTAINER] devel/rubygem-mixlib-authentication: upda o ports/173384 ruby New port: devel/rubygem-glib2 o ports/173382 ruby New port: graphics/rubygem-gdk_pixbuf2 o ports/173381 ruby New port: textproc/rubygem-rttool o ports/173380 ruby New port: textproc/rubygem-hikidoc o ports/173379 ruby New port: accessibility/rubygem-atk o ports/173378 ruby New port: x11-toolkits/rubygem-gtk2 o ports/173377 ruby New port: x11-toolkits/rubygem-pango o ports/173376 ruby New port: x11-toolkits/rubygem-poppler o ports/173375 ruby New port: textproc/rubygem-rdtool o ports/173374 ruby New port: graphics/rubygem-rsvg2 o ports/173373 ruby New port: graphics/rubygem-cairo o ports/172118 ruby [NEW PORT] www/rubygem-eventmachine_httpserver - Event o ports/172117 ruby [NEW PORT] www/rubygem-async_sinatra - Async plugin to o ports/172116 ruby [NEW PORT] devel/rubygem-pry-remote-em - Connect to Pr o ports/172115 ruby [NEW PORT] databases/rubygem-mysql2 - Ruby bindings fo o ports/171705 ruby [MAINTAINER] www/gist: add converters/ruby-iconv depen o ports/171010 ruby Updated port security/rubygem-net-ssh o ports/171008 ruby Updated port devel/rubygem-highline o ports/170916 ruby Mk/bsd.ruby.mk: setting RUBY variable fails to set RUB o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 25 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Dec 10 15:22:17 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44F24999 for ; Mon, 10 Dec 2012 15:22:17 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 026918FC1B for ; Mon, 10 Dec 2012 15:22:16 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id qBAFMGtU047955 for ; Mon, 10 Dec 2012 10:22:16 -0500 (EST) (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBAFMFf0047804; Mon, 10 Dec 2012 10:22:15 -0500 (EST) (envelope-from portscout) Message-Id: <201212101522.qBAFMFf0047804@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 10 Dec 2012 10:22:15 -0500 From: portscout@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.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 15:22:17 -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 ------------------------------------------------+-----------------+------------ accessibility/ruby-atk | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ audio/rubygem-shout | 2.2.0 | 2.2.1 ------------------------------------------------+-----------------+------------ devel/rubygem-ruby-ole | 1.2.11.4 | 1.2.11.6 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-goocanvas | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-gtk2 | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-gtksourceview2 | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-pango | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 11 12:36:02 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5366C294 for ; Tue, 11 Dec 2012 12:36:02 +0000 (UTC) (envelope-from jim@reptiles.org) Received: from mail2.reptiles.org (mail2.reptiles.org [198.96.210.226]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2958FC16 for ; Tue, 11 Dec 2012 12:36:01 +0000 (UTC) Received: from localhost by mailbox.reptiles.org via sendmail with STDIO (603 bytes) (sender: ) (ident using UNIX) id for ; Tue, 11 Dec 2012 07:35:53 -0500 (EST) (Smail-3.2.0.121 2005-Nov-17 #10 built 2010-Jul-16) Date: Tue, 11 Dec 2012 07:35:53 -0500 From: Jim Mercer To: ruby@freebsd.org Subject: ports/ruby-rmagick Message-ID: <20121211123552.GK54961@reptiles.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 12:36:02 -0000 seems that this is hardwired for ImageMagick.5, but the current ports tree only builds ImageMagick.6. --jim -- Jim Mercer Reptilian Research jim@reptiles.org +1 416 410-5633 "He who dies with the most toys is nonetheless dead" From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 11 12:36:42 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B4912AE for ; Tue, 11 Dec 2012 12:36:42 +0000 (UTC) (envelope-from jim@reptiles.org) Received: from mail2.reptiles.org (mail2.reptiles.org [198.96.210.226]) by mx1.freebsd.org (Postfix) with ESMTP id 696B68FC08 for ; Tue, 11 Dec 2012 12:36:42 +0000 (UTC) Received: from localhost by mailbox.reptiles.org via sendmail with STDIO (964 bytes) (sender: ) (ident using UNIX) id for ; Tue, 11 Dec 2012 07:36:42 -0500 (EST) (Smail-3.2.0.121 2005-Nov-17 #10 built 2010-Jul-16) Date: Tue, 11 Dec 2012 07:36:42 -0500 From: Jim Mercer To: ruby@freebsd.org Subject: Re: ports/ruby-rmagick Message-ID: <20121211123642.GA17515@reptiles.org> References: <20121211123552.GK54961@reptiles.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121211123552.GK54961@reptiles.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 12:36:42 -0000 arg. correction: MagickWand.5/MagickWand.6 On Tue, Dec 11, 2012 at 07:35:53AM -0500, Jim Mercer wrote: > > seems that this is hardwired for ImageMagick.5, but the current ports tree > only builds ImageMagick.6. > > --jim > > -- > Jim Mercer Reptilian Research jim@reptiles.org +1 416 410-5633 > "He who dies with the most toys is nonetheless dead" -- Jim Mercer Reptilian Research jim@reptiles.org +1 416 410-5633 "He who dies with the most toys is nonetheless dead" From owner-freebsd-ruby@FreeBSD.ORG Wed Dec 12 12:50:09 2012 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A47AE5D; Wed, 12 Dec 2012 12:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 08E708FC12; Wed, 12 Dec 2012 12:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCCo8bZ062479; Wed, 12 Dec 2012 12:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBCCo8lI062475; Wed, 12 Dec 2012 12:50:08 GMT (envelope-from edwin) Date: Wed, 12 Dec 2012 12:50:08 GMT Message-Id: <201212121250.qBCCo8lI062475@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174392: [maintainer] devel/rubygem-racc: update to 1.4.9. X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 12:50:09 -0000 Synopsis: [maintainer] devel/rubygem-racc: update to 1.4.9. Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 12 12:50:08 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174392 From owner-freebsd-ruby@FreeBSD.ORG Thu Dec 13 14:17:28 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA3F6DDE for ; Thu, 13 Dec 2012 14:17:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCBD8FC19 for ; Thu, 13 Dec 2012 14:17:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDEHRD2075205 for ; Thu, 13 Dec 2012 14:17:27 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBDEHR0F075203 for ruby@freebsd.org; Thu, 13 Dec 2012 14:17:27 GMT (envelope-from bdrewery) Received: (qmail 93889 invoked from network); 13 Dec 2012 08:17:26 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 13 Dec 2012 08:17:26 -0600 Message-ID: <50C9E36D.8000304@FreeBSD.org> Date: Thu, 13 Dec 2012 08:17:17 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jim Mercer Subject: Re: ports/ruby-rmagick References: <20121211123552.GK54961@reptiles.org> In-Reply-To: <20121211123552.GK54961@reptiles.org> X-Enigmail-Version: 1.4.6 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD068C9551750189705A8E6E8" Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 14:17:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD068C9551750189705A8E6E8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 12/11/2012 6:35 AM, Jim Mercer wrote: >=20 > seems that this is hardwired for ImageMagick.5, but the current ports t= ree > only builds ImageMagick.6. >=20 > --jim >=20 A fix has been committed to graphics/ruby-rmagick Regards, Bryan Drewery --------------enigD068C9551750189705A8E6E8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQyeNtAAoJEG54KsA8mwz5KRQP/Rp2X2tjRMFU9AvYrD7aFebe hbA7fhsa40B7KzV0Ba9kOTHr2ctE/Rlzk9tdRiXMCDyBkOFWIjGJsY7YKxPjcrvG 8IHtBwQAvkAfFOglEdPEHZypjjwixvPneud+/1EvDw93lRvmLQdUJDRlNojymDyn E53pcpnt9AmuctaN1NjPnmkmo0f7bc/KFQMjhzq9vmcAZJC2102LCZLDlowNq5Er VVVkBvugEQalpF/8MZWIH8zrLlH2jUGeg0KkTejaJoCplGglL3tkC+4tFkr5rCrR 2tIPTUzEtBAQgPZBQ/nBerfQFzbFyViSQ8G1HNMi2ohR3HEYnCRZaI8SSIPRrfWJ nrmGakN9sWQC8r0n8v4/GiAp3uw1Ui2Dp1mdVGzImiqPeR6Ot6lzzjAWIdKd2nHa lyUsOyILW8I38o1AAYzk/GfnXb5ZbKp+vsPSIw+uxRsJ5UFTzMFQj6HbB7xev6YC gdNBHEpGPeumC78cYSXUgpdp8I3myFcL680pV9Dmx/X4m4AYQMT4vVoJhlx0YKKC J8MW8024TwO+CwyiQIfRh0eHBi5ujcmLh7VTrlTM9ULdCaYzunut0quERT9UE7Fk ycGjDmIuLXvUDoByJaZTmTt3F6SJmIZJqpVJRH89kYa9u/4QqrHrBHfh2L+qAbHp MyVhqoKFzwbQmQu/Ooq3 =Y0oz -----END PGP SIGNATURE----- --------------enigD068C9551750189705A8E6E8-- From owner-freebsd-ruby@FreeBSD.ORG Thu Dec 13 15:00:55 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FA9FD32 for ; Thu, 13 Dec 2012 15:00:55 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 3CEAB8FC17 for ; Thu, 13 Dec 2012 15:00:55 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id qBDF0s6j094351 for ; Thu, 13 Dec 2012 10:00:54 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBDF0sBq094211; Thu, 13 Dec 2012 10:00:54 -0500 (EST) (envelope-from portscout) Message-Id: <201212131500.qBDF0sBq094211@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 13 Dec 2012 10:00:54 -0500 From: portscout@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.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 15:00:55 -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/ruby-gio2 | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ devel/ruby-glib2 | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ devel/rubygem-multi_json | 1.3.6 | 1.5.0 ------------------------------------------------+-----------------+------------ devel/rubygem-sprockets | 2.1.3 | 2.8.2 ------------------------------------------------+-----------------+------------ graphics/ruby-gdk_pixbuf2 | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ graphics/ruby-rsvg2 | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ net-mgmt/rubygem-blimpy | 0.6.4 | 0.6.5 ------------------------------------------------+-----------------+------------ www/rubygem-rack-protection | 1.2.0 | 1.3.1 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-gstreamer | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-poppler | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ x11-toolkits/ruby-vte | 1.1.5 | 1.1.7 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Fri Dec 14 15:08:05 2012 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB597DC1 for ; Fri, 14 Dec 2012 15:08:05 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 684D68FC1B for ; Fri, 14 Dec 2012 15:08:05 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id qBEF7x1D039177 for ; Fri, 14 Dec 2012 10:07:59 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBEF7x9I038958; Fri, 14 Dec 2012 10:07:59 -0500 (EST) (envelope-from portscout) Message-Id: <201212141507.qBEF7x9I038958@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 14 Dec 2012 10:07:59 -0500 From: portscout@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.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 15:08:05 -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-rspec-core | 2.11.1 | 2.12.2 ------------------------------------------------+-----------------+------------ textproc/rubygem-libxml-ruby | 2.3.3 | 2.4.0 ------------------------------------------------+-----------------+------------ www/rubygem-rack-protection | 1.2.0 | 1.3.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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Sat Dec 15 22:00:30 2012 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4FAABD2; Sat, 15 Dec 2012 22:00:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B1B718FC13; Sat, 15 Dec 2012 22:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBFM0U2W000816; Sat, 15 Dec 2012 22:00:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBFM0USq000810; Sat, 15 Dec 2012 22:00:30 GMT (envelope-from edwin) Date: Sat, 15 Dec 2012 22:00:30 GMT Message-Id: <201212152200.qBFM0USq000810@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174462: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.2.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 22:00:31 -0000 Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-bundler: update to version 1.2.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 15 22:00:30 UTC 2012 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174462