From owner-freebsd-ruby@FreeBSD.ORG Sun Nov 21 02:52:15 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4BA1065675 for ; Sun, 21 Nov 2010 02:52:15 +0000 (UTC) (envelope-from edhoprima@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8F48FC12 for ; Sun, 21 Nov 2010 02:52:15 +0000 (UTC) Received: by iwn39 with SMTP id 39so6926042iwn.13 for ; Sat, 20 Nov 2010 18:52:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=vn/fANpMbnBxfNOW+4UtZVERuDtakzgDM4bHs6VDmbs=; b=cc2SetBStxhbekKY5xRK2WCtMyWc3BYzEpJGr0N0+JRpBEiB3I9mEGreT20JPaqM0w hqXiS41kdgsxEwpMFK04zlaSqBfALmRPm6HUUQj/qhIp8VzthQN+36JxLvJWegbB7bzF t5poF/W4+dP+Tt/rNzRKzZmU3eCGPOLF6lQgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=LEEBbAPtMwGrLG/0eXZe4anC5ZNBZTUfyEjuTB9XUkURij5o9vI+nWvgriM9bE9xw9 Z9U+xp8iCca1746E0AWfeh1hGtsCi9qwfTCJdUujVPV0ghTq5932l5uNf1oxGl5LyQ/W ITDyLXz4ljS5qkrB+lXDpB2f913389Gp6UzD8= Received: by 10.231.37.200 with SMTP id y8mr4441492ibd.174.1290306206323; Sat, 20 Nov 2010 18:23:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.30.202 with HTTP; Sat, 20 Nov 2010 18:23:06 -0800 (PST) From: Edho P Arief Date: Sun, 21 Nov 2010 09:23:06 +0700 Message-ID: To: ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: FreeBSD Port: ports-mgmt/portupgrade X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 02:52:15 -0000 After update to 2.4.7, portupgrade tools no longer uses ruby at $PREFIX (#!$PREFIX/bin/ruby) but uses the first ruby executable found in $PATH (#!/usr/bin/env ruby). This is incorrect behavior: while it's true we don't know where ruby executable is in a $RANDOM_SYSTEM but when installed using ports the portupgrade must use ruby installed by ports too since there's chance the user has another ruby installed somewhere else and used as his default ruby - which will then causes some (or all - at least portupgrade, portinstall and pkgdb) portupgrade tools to fail. [root@genshiken /tmp]# ls /var/db/pkg | grep portupgrade portupgrade-2.4.7,2/ [root@genshiken /tmp]# echo $PATH /app/tmux/bin:/app/postgresql90/bin:/app/ree18-gcc45/bin:/app/ree18/bin:/app/ruby19/bin:/app/symon/bin:/app/tmux/bin:/bin:/sbin:/usr/bin:/usr/sbin:/root/bin:/root/.ecos.bin:/usr/local/bin:/usr/local/sbin [root@genshiken /tmp]# pkgdb /usr/local/sbin/pkgdb:39:in `require': no such file to load -- pkgtools (LoadError) from /usr/local/sbin/pkgdb:39 [root@genshiken /tmp]# set path=(/{,usr/{,local/}}{,s}bin) [root@genshiken /tmp]# echo $PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin [root@genshiken /tmp]# pkgdb pkgdb 2.4.7 (2008/07/01) usage: pkgdb [-hafFfiLOQQquv] [-c pkgname] [-o pkgname] [-s /old_pkgname/new_pkg name/] [file ...] ........... -- O< ascii ribbon campaign - stop html mail - www.asciiribbon.org From owner-freebsd-ruby@FreeBSD.ORG Sun Nov 21 07:28:55 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09AE71065670 for ; Sun, 21 Nov 2010 07:28:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id C8F578FC1A for ; Sun, 21 Nov 2010 07:28:54 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 34FC61CC62 for ; Sun, 21 Nov 2010 08:28:54 +0100 (CET) From: linimon@FreeBSD.org To: ruby@freebsd.org Message-Id: <20101121072854.34FC61CC62@mail.droso.net> Date: Sun, 21 Nov 2010 08:28:54 +0100 (CET) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 07:28:55 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: devel/rubygem-newgem broken because: Depends on broken devel/rubygem-rubigen build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-newgem If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sun Nov 21 09:45:12 2010 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B874106564A for ; Sun, 21 Nov 2010 09:45:12 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id BB64C8FC15 for ; Sun, 21 Nov 2010 09:45:11 +0000 (UTC) Received: from orion.SpringDaemons.com (c-71-198-21-7.hsd1.ca.comcast.net [71.198.21.7]) by mx0.deglitch.com (Postfix) with ESMTPA id 382948FC27; Sun, 21 Nov 2010 12:45:10 +0300 (MSK) Received: from orion (localhost [127.0.0.1]) by orion.SpringDaemons.com (Postfix) with SMTP id 778C939829; Sun, 21 Nov 2010 01:45:21 -0800 (PST) Date: Sun, 21 Nov 2010 01:45:21 -0800 From: Stanislav Sedov To: Joel Ray Holveck Message-Id: <20101121014521.5a519010.stas@FreeBSD.org> In-Reply-To: <9FA7F784-CA43-4E6B-8EA0-EE89D27DCE3A@piquan.org> References: <9FA7F784-CA43-4E6B-8EA0-EE89D27DCE3A@piquan.org> Organization: The FreeBSD Project X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sun__21_Nov_2010_01_45_21_-0800_WXnenjxLUPPZgA1n" Cc: ruby@freebsd.org, shoesoft@gmx.net, tobiash@gmail.com, wtp@bsdserwis.com Subject: Re: [FIX] portupgrade fails if BEFOREDEINSTALL is set X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 09:45:12 -0000 --Signature=_Sun__21_Nov_2010_01_45_21_-0800_WXnenjxLUPPZgA1n Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, 20 Nov 2010 01:33:22 -0800 Joel Ray Holveck mentioned: > In pkg_deinstall, in get_beforedeinstall_command, there's a line: >=20 > commands.each { |cmd| cmd.sub!(/^[;\s]+/, '') if !cmd.nil } >=20 > I'm kinda out of my area here, but I'm pretty sure that method should be = "nil?", not "nil". As it stands, portupgrade fails to upgrade anything if = BEFOREDEINSTALL in pkgtools.conf returns anything. (The example in the .co= nf file's comments returns a command for all packages, although it frequent= ly is an empty string.) >=20 > I've seen a couple of references to this by searching on Google, but I'm = not aware of anybody having fixed it. The primary symptom is that portupgr= ade will build but during the deinstall will stop working on that package w= ith no clear error message, and the reason given in the "why the upgrades f= ailed" summary is "undefined method `nil' for "":String". I've seen people = asking about this on freebsd-questions and freebsd-ruby, but haven't really= searched that hard. (I cc'd the people I saw asking about it.) >=20 > I'm sending this to ruby@freebsd.org because that's what's listed as the = maintainer for portupgrade; let me know if there's somewhere else it should= go. I don't subscribe to the ruby list, and I apologize if this has been = discussed here before. >=20 > Please copy me on all replies, since I'm not on the list. Thanks a lot for the patch, I'll look into this soon. Sorry for delay, I was busy with my $dayjob. Thanks! --=20 Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail=20 /\ www.asciiribbon.org - against proprietary attachments --Signature=_Sun__21_Nov_2010_01_45_21_-0800_WXnenjxLUPPZgA1n Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJM6OoxAAoJEL8lojEJL9nwYToP/3sZB0TEkKQqdMVEsTDL2zR3 U61W7jgL0oc13AB96x/u9jKf1I8Jn6OvYmJBRYzbhaPPnpygdT5ZcmiG1eUtMvA2 xf1orQe/Ch9Ml1nif1prK8RORhgd6aN3MEsSA7CahtUvwdgfpYHu9qfN7HVbVAmr WoyX/MOePUD+oqAu/c15T14c7AhGejJLqWiVS5fanXLLZUJY41MZnNMmCtL72sLY 49VY8YuZA0xXCsa0Igla9Rplob+G8yHQ1LHVZzzvY/A19d1Yl1OUpAAo4E16Zwmt tOp+ixsXUPB76JlH1iqUsE1iEHypcyWyrB5FWTWRnf7aIXbUGZ7pQH74A2pWyCoJ pXMMeX01d0Q7KXjl3aNZQsME3qcfTlgdwxh/cTD4n7YLqC2LbRvrHoIjPQiTq/eT bbxinO72Ojq8gJ0I9N0BD+Jf9oJzFrs52hjJ5/Z+libuBWiqbdzClroiZNp19NPv pIcEd8y1CLW6diGFTyDcDV1eIdz7sdIYn7wfegGlTRfCZH0gF5Mt5K9vtCiVKR1p /ppIFj8NFnxvRMYNsUAPuXe/oI5+ywA+eKM6kiY/Z8b/Ua4TovR5IsUjjU6RQfzT TjWSV7LOE6AY2zexJYzBTYV/mJrJihPk5fEB5jdSSCHGMYjTQp24xb+XzE03qCW1 uO4pytritE9heTfGiXRn =BvDy -----END PGP SIGNATURE----- --Signature=_Sun__21_Nov_2010_01_45_21_-0800_WXnenjxLUPPZgA1n-- From owner-freebsd-ruby@FreeBSD.ORG Mon Nov 22 11:08:40 2010 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 897B61065693 for ; Mon, 22 Nov 2010 11:08:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 777E78FC0C for ; Mon, 22 Nov 2010 11:08:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAMB8eTP053412 for ; Mon, 22 Nov 2010 11:08:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAMB8dn4053410 for ruby@FreeBSD.org; Mon, 22 Nov 2010 11:08:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Nov 2010 11:08:39 GMT Message-Id: <201011221108.oAMB8dn4053410@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 Cc: Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2010 11:08:40 -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/152336 ruby [PATCH] Update port: www/rubygem-passenger Update to 3 o ports/152219 ruby New port: textproc/rubygem-rchardet (character encodi o ports/152207 ruby [MAINTAINER] textproc/rubygem-htmlentities: update to o ports/147809 ruby databases/ruby-dbi: /usr/local/lib/ruby/site_ruby/1.8/ 4 problems total. From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:30:22 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6137310656B3; Tue, 23 Nov 2010 07:30:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 36C888FC22; Tue, 23 Nov 2010 07:30:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7UL9V043381; Tue, 23 Nov 2010 07:30:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7ULwP043367; Tue, 23 Nov 2010 07:30:21 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:30:21 GMT Message-Id: <201011230730.oAN7ULwP043367@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:30:22 -0000 Synopsis: [PATCH] devel/rubygem-configuration: update to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:30:20 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152508 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:30:35 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2327810656CD; Tue, 23 Nov 2010 07:30:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED1078FC0A; Tue, 23 Nov 2010 07:30:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7UYY5043927; Tue, 23 Nov 2010 07:30:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7UYKF043917; Tue, 23 Nov 2010 07:30:34 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:30:34 GMT Message-Id: <201011230730.oAN7UYKF043917@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:30:35 -0000 Synopsis: [PATCH] devel/rubygem-configuration: update to 1.2.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:30:33 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152508 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:30:55 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33211106564A; Tue, 23 Nov 2010 07:30:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 08F348FC1E; Tue, 23 Nov 2010 07:30:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7Us8S044793; Tue, 23 Nov 2010 07:30:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7Us0b044784; Tue, 23 Nov 2010 07:30:54 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:30:54 GMT Message-Id: <201011230730.oAN7Us0b044784@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152509: [PATCH] devel/rubygem-rspec: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:30:55 -0000 Synopsis: [PATCH] devel/rubygem-rspec: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:30:53 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152509 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:31:05 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26D951065675; Tue, 23 Nov 2010 07:31:05 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0FC58FC1A; Tue, 23 Nov 2010 07:31:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7V4ku045429; Tue, 23 Nov 2010 07:31:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7V4WA045420; Tue, 23 Nov 2010 07:31:04 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:31:04 GMT Message-Id: <201011230731.oAN7V4WA045420@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152509: [PATCH] devel/rubygem-rspec: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:31:05 -0000 Synopsis: [PATCH] devel/rubygem-rspec: update to 1.3.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:31:03 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152509 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:31:24 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8AC1065670; Tue, 23 Nov 2010 07:31:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 936218FC1E; Tue, 23 Nov 2010 07:31:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7VOiT046675; Tue, 23 Nov 2010 07:31:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7VOHB046667; Tue, 23 Nov 2010 07:31:24 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:31:24 GMT Message-Id: <201011230731.oAN7VOHB046667@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:31:24 -0000 Synopsis: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:31:23 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152510 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:31:34 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E10431065672; Tue, 23 Nov 2010 07:31:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B8DC28FC27; Tue, 23 Nov 2010 07:31:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7VYsa047393; Tue, 23 Nov 2010 07:31:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7VYjC047384; Tue, 23 Nov 2010 07:31:34 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:31:34 GMT Message-Id: <201011230731.oAN7VYjC047384@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:31:35 -0000 Synopsis: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:31:33 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152510 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:31:53 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D980F106567A; Tue, 23 Nov 2010 07:31:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF55B8FC12; Tue, 23 Nov 2010 07:31:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7Vr75048661; Tue, 23 Nov 2010 07:31:53 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7Vrbh048652; Tue, 23 Nov 2010 07:31:53 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:31:53 GMT Message-Id: <201011230731.oAN7Vrbh048652@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:31:53 -0000 Synopsis: [PATCH] devel/rubygem-unicode: update to 0.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:31:52 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152511 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:32:03 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F121C106566B; Tue, 23 Nov 2010 07:32:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9191D8FC1A; Tue, 23 Nov 2010 07:32:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7W3jT049085; Tue, 23 Nov 2010 07:32:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7W3Pi049080; Tue, 23 Nov 2010 07:32:03 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:32:03 GMT Message-Id: <201011230732.oAN7W3Pi049080@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:32:04 -0000 Synopsis: [PATCH] devel/rubygem-unicode: update to 0.4.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:32:02 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152511 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:32:21 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69A0A1065693; Tue, 23 Nov 2010 07:32:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F01D8FC1B; Tue, 23 Nov 2010 07:32:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7WLkg049747; Tue, 23 Nov 2010 07:32:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7WL9J049741; Tue, 23 Nov 2010 07:32:21 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:32:21 GMT Message-Id: <201011230732.oAN7WL9J049741@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:32:21 -0000 Synopsis: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:32:20 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152512 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:32:30 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BCFC1065697; Tue, 23 Nov 2010 07:32:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E5B5E8FC14; Tue, 23 Nov 2010 07:32:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7WTtT050065; Tue, 23 Nov 2010 07:32:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7WTgP050055; Tue, 23 Nov 2010 07:32:29 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:32:29 GMT Message-Id: <201011230732.oAN7WTgP050055@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:32:30 -0000 Synopsis: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:32:28 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152512 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:32:44 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E547F1065697; Tue, 23 Nov 2010 07:32:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB1788FC14; Tue, 23 Nov 2010 07:32:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7WixT050712; Tue, 23 Nov 2010 07:32:44 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7WimG050703; Tue, 23 Nov 2010 07:32:44 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:32:44 GMT Message-Id: <201011230732.oAN7WimG050703@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:32:45 -0000 Synopsis: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:32:44 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152513 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:32:51 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AA9210656A8; Tue, 23 Nov 2010 07:32:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 31DD28FC14; Tue, 23 Nov 2010 07:32:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7WpVM051181; Tue, 23 Nov 2010 07:32:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7WorH051172; Tue, 23 Nov 2010 07:32:51 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:32:51 GMT Message-Id: <201011230732.oAN7WorH051172@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:32:51 -0000 Synopsis: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:32:50 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152513 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:33:08 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4F221065672; Tue, 23 Nov 2010 07:33:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7228FC19; Tue, 23 Nov 2010 07:33:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7X8xP052413; Tue, 23 Nov 2010 07:33:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7X8xU052405; Tue, 23 Nov 2010 07:33:08 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:33:08 GMT Message-Id: <201011230733.oAN7X8xU052405@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152514: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:33:08 -0000 Synopsis: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:33:07 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152514 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:33:16 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FCD61065672; Tue, 23 Nov 2010 07:33:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 059C98FC18; Tue, 23 Nov 2010 07:33:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7XFV2052763; Tue, 23 Nov 2010 07:33:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7XF85052751; Tue, 23 Nov 2010 07:33:15 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:33:15 GMT Message-Id: <201011230733.oAN7XF85052751@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152514: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:33:16 -0000 Synopsis: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:33:15 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152514 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:33:31 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D465E10656A3; Tue, 23 Nov 2010 07:33:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB4728FC14; Tue, 23 Nov 2010 07:33:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7XVHY053418; Tue, 23 Nov 2010 07:33:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7XVrB053406; Tue, 23 Nov 2010 07:33:31 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:33:31 GMT Message-Id: <201011230733.oAN7XVrB053406@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152515: [PATCH] mail/rubygem-mail: update to 2.2.10 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:33:31 -0000 Synopsis: [PATCH] mail/rubygem-mail: update to 2.2.10 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:33:30 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152515 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:33:38 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58FE310656A8; Tue, 23 Nov 2010 07:33:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2ECDD8FC1B; Tue, 23 Nov 2010 07:33:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7Xctn053780; Tue, 23 Nov 2010 07:33:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7XbfE053771; Tue, 23 Nov 2010 07:33:37 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:33:37 GMT Message-Id: <201011230733.oAN7XbfE053771@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152515: [PATCH] mail/rubygem-mail: update to 2.2.10 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:33:38 -0000 Synopsis: [PATCH] mail/rubygem-mail: update to 2.2.10 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:33:37 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152515 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:33:50 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80CFF10656A3; Tue, 23 Nov 2010 07:33:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 566328FC1D; Tue, 23 Nov 2010 07:33:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7XoaT054690; Tue, 23 Nov 2010 07:33:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7XoJe054681; Tue, 23 Nov 2010 07:33:50 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:33:50 GMT Message-Id: <201011230733.oAN7XoJe054681@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152516: [PATCH] textproc/rubygem-loofah: update to 1.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:33:50 -0000 Synopsis: [PATCH] textproc/rubygem-loofah: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:33:49 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152516 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:33:56 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E38391065697; Tue, 23 Nov 2010 07:33:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B98538FC20; Tue, 23 Nov 2010 07:33:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7XuRc055218; Tue, 23 Nov 2010 07:33:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7XuQ7055207; Tue, 23 Nov 2010 07:33:56 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:33:56 GMT Message-Id: <201011230733.oAN7XuQ7055207@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152516: [PATCH] textproc/rubygem-loofah: update to 1.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:33:57 -0000 Synopsis: [PATCH] textproc/rubygem-loofah: update to 1.0.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:33:56 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152516 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:34:08 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 373FF1065694; Tue, 23 Nov 2010 07:34:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFFA8FC0C; Tue, 23 Nov 2010 07:34:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7Y7kE055867; Tue, 23 Nov 2010 07:34:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7Y7VD055863; Tue, 23 Nov 2010 07:34:07 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:34:07 GMT Message-Id: <201011230734.oAN7Y7VD055863@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152517: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:34:08 -0000 Synopsis: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:34:07 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152517 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:34:13 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACEFB1065695; Tue, 23 Nov 2010 07:34:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 829EC8FC16; Tue, 23 Nov 2010 07:34:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7YDjK055960; Tue, 23 Nov 2010 07:34:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7YDYv055956; Tue, 23 Nov 2010 07:34:13 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:34:13 GMT Message-Id: <201011230734.oAN7YDYv055956@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152517: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:34:13 -0000 Synopsis: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:34:12 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152517 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:34:23 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37EC11065696; Tue, 23 Nov 2010 07:34:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC4A8FC17; Tue, 23 Nov 2010 07:34:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7YMVP056134; Tue, 23 Nov 2010 07:34:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7YMwt056130; Tue, 23 Nov 2010 07:34:22 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:34:22 GMT Message-Id: <201011230734.oAN7YMwt056130@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:34:23 -0000 Synopsis: [PATCH] www/rubygem-haml: update to 3.0.24 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:34:22 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152518 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:34:28 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A23C61065672; Tue, 23 Nov 2010 07:34:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 786E78FC1D; Tue, 23 Nov 2010 07:34:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7YScd056228; Tue, 23 Nov 2010 07:34:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7YSk6056224; Tue, 23 Nov 2010 07:34:28 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:34:28 GMT Message-Id: <201011230734.oAN7YSk6056224@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:34:28 -0000 Synopsis: [PATCH] www/rubygem-haml: update to 3.0.24 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:34:27 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152518 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:34:39 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CC3C1065695; Tue, 23 Nov 2010 07:34:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D6D558FC1A; Tue, 23 Nov 2010 07:34:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7Ycfa056415; Tue, 23 Nov 2010 07:34:38 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7Yc2l056409; Tue, 23 Nov 2010 07:34:38 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:34:38 GMT Message-Id: <201011230734.oAN7Yc2l056409@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152519: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:34:39 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 07:34:38 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152519 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:34:44 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 386BD106566C; Tue, 23 Nov 2010 07:34:44 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0E65B8FC1B; Tue, 23 Nov 2010 07:34:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7Yhes056508; Tue, 23 Nov 2010 07:34:43 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7Yhex056504; Tue, 23 Nov 2010 07:34:43 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 07:34:43 GMT Message-Id: <201011230734.oAN7Yhex056504@freefall.freebsd.org> To: pgollucci@p6m7g8.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152519: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:34:44 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 23 07:34:43 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152519 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:14 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C4261065698 for ; Tue, 23 Nov 2010 07:40:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32D388FC16 for ; Tue, 23 Nov 2010 07:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eEqt061402 for ; Tue, 23 Nov 2010 07:40:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eEJl061401; Tue, 23 Nov 2010 07:40:14 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:14 GMT Message-Id: <201011230740.oAN7eEJl061401@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:14 -0000 The following reply was made to PR ports/152508; it has been noted by GNATS. From: Edwin Groothuis To: rpsfa@rit.edu Cc: bug-followup@FreeBSD.org Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 Date: Tue, 23 Nov 2010 07:30:29 UT Maintainer of devel/rubygem-configuration, Please note that PR ports/152508 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152508 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:16 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05AA51065672 for ; Tue, 23 Nov 2010 07:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E89898FC17 for ; Tue, 23 Nov 2010 07:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eFBH061413 for ; Tue, 23 Nov 2010 07:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eFml061412; Tue, 23 Nov 2010 07:40:15 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:15 GMT Message-Id: <201011230740.oAN7eFml061412@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152509: [PATCH] devel/rubygem-rspec: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:16 -0000 The following reply was made to PR ports/152509; it has been noted by GNATS. From: Edwin Groothuis To: romanbsd@yahoo.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/152509: [PATCH] devel/rubygem-rspec: update to 1.3.0 Date: Tue, 23 Nov 2010 07:30:59 UT Maintainer of devel/rubygem-rspec, Please note that PR ports/152509 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152509 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:17 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB88610656A6 for ; Tue, 23 Nov 2010 07:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA82A8FC13 for ; Tue, 23 Nov 2010 07:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eHi6061469 for ; Tue, 23 Nov 2010 07:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eHB0061463; Tue, 23 Nov 2010 07:40:17 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:17 GMT Message-Id: <201011230740.oAN7eHB0061463@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:17 -0000 The following reply was made to PR ports/152510; it has been noted by GNATS. From: Edwin Groothuis To: gogo@cs.uni-sb.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 Date: Tue, 23 Nov 2010 07:31:29 UT Maintainer of devel/rubygem-ruby-debug, Please note that PR ports/152510 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152510 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:19 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0B88106564A for ; Tue, 23 Nov 2010 07:40:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF8A38FC19 for ; Tue, 23 Nov 2010 07:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eJhW061675 for ; Tue, 23 Nov 2010 07:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eJmE061668; Tue, 23 Nov 2010 07:40:19 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:19 GMT Message-Id: <201011230740.oAN7eJmE061668@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:20 -0000 The following reply was made to PR ports/152511; it has been noted by GNATS. From: Edwin Groothuis To: alexey@renatasystems.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 Date: Tue, 23 Nov 2010 07:31:58 UT Maintainer of devel/rubygem-unicode, Please note that PR ports/152511 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152511 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:21 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC6F5106566B for ; Tue, 23 Nov 2010 07:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DB2448FC1C for ; Tue, 23 Nov 2010 07:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eLIY061854 for ; Tue, 23 Nov 2010 07:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eLYp061853; Tue, 23 Nov 2010 07:40:21 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:21 GMT Message-Id: <201011230740.oAN7eLYp061853@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:22 -0000 The following reply was made to PR ports/152512; it has been noted by GNATS. From: Edwin Groothuis To: gogo@cs.uni-sb.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 Date: Tue, 23 Nov 2010 07:32:25 UT Maintainer of devel/rubygem-ruby-debug-base, Please note that PR ports/152512 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152512 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:24 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11C5F1065695 for ; Tue, 23 Nov 2010 07:40:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 006B18FC1D for ; Tue, 23 Nov 2010 07:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eNof062001 for ; Tue, 23 Nov 2010 07:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eN7Y061998; Tue, 23 Nov 2010 07:40:23 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:23 GMT Message-Id: <201011230740.oAN7eN7Y061998@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:24 -0000 The following reply was made to PR ports/152513; it has been noted by GNATS. From: Edwin Groothuis To: gogolok+freebsd@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 Date: Tue, 23 Nov 2010 07:32:47 UT Maintainer of sysutils/rubygem-bundler, Please note that PR ports/152513 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152513 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:26 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0992E1065693 for ; Tue, 23 Nov 2010 07:40:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC8268FC1E for ; Tue, 23 Nov 2010 07:40:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7ePr4062093 for ; Tue, 23 Nov 2010 07:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7ePLG062092; Tue, 23 Nov 2010 07:40:25 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:25 GMT Message-Id: <201011230740.oAN7ePLG062092@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152514: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:26 -0000 The following reply was made to PR ports/152514; it has been noted by GNATS. From: Edwin Groothuis To: markun@onohara.to Cc: bug-followup@FreeBSD.org Subject: Re: ports/152514: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 Date: Tue, 23 Nov 2010 07:33:11 UT Maintainer of textproc/rubygem-htmlentities, Please note that PR ports/152514 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152514 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:28 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E6B710656A8 for ; Tue, 23 Nov 2010 07:40:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D57D8FC1A for ; Tue, 23 Nov 2010 07:40:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eRYC062294 for ; Tue, 23 Nov 2010 07:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eRX3062286; Tue, 23 Nov 2010 07:40:27 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:27 GMT Message-Id: <201011230740.oAN7eRX3062286@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152515: [PATCH] mail/rubygem-mail: update to 2.2.10 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:28 -0000 The following reply was made to PR ports/152515; it has been noted by GNATS. From: Edwin Groothuis To: freebsdports@chillibear.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/152515: [PATCH] mail/rubygem-mail: update to 2.2.10 Date: Tue, 23 Nov 2010 07:33:34 UT Maintainer of mail/rubygem-mail, Please note that PR ports/152515 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152515 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:30 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A0191065695 for ; Tue, 23 Nov 2010 07:40:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48E718FC17 for ; Tue, 23 Nov 2010 07:40:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eUOk062545 for ; Tue, 23 Nov 2010 07:40:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eUC8062538; Tue, 23 Nov 2010 07:40:30 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:30 GMT Message-Id: <201011230740.oAN7eUC8062538@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152516: [PATCH] textproc/rubygem-loofah: update to 1.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:30 -0000 The following reply was made to PR ports/152516; it has been noted by GNATS. From: Edwin Groothuis To: freebsdports@chillibear.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/152516: [PATCH] textproc/rubygem-loofah: update to 1.0.0 Date: Tue, 23 Nov 2010 07:33:53 UT Maintainer of textproc/rubygem-loofah, Please note that PR ports/152516 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152516 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:32 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DF5C1065694 for ; Tue, 23 Nov 2010 07:40:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9958FC0C for ; Tue, 23 Nov 2010 07:40:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eWlO062713 for ; Tue, 23 Nov 2010 07:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eWrv062709; Tue, 23 Nov 2010 07:40:32 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:32 GMT Message-Id: <201011230740.oAN7eWrv062709@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152517: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:32 -0000 The following reply was made to PR ports/152517; it has been noted by GNATS. From: Edwin Groothuis To: freebsdports@chillibear.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/152517: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 Date: Tue, 23 Nov 2010 07:34:10 UT Maintainer of sysutils/rubygem-sys-filesystem, Please note that PR ports/152517 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152517 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:34 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92CF91065693 for ; Tue, 23 Nov 2010 07:40:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 81A248FC12 for ; Tue, 23 Nov 2010 07:40:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eYL9062935 for ; Tue, 23 Nov 2010 07:40:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eYOi062926; Tue, 23 Nov 2010 07:40:34 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:34 GMT Message-Id: <201011230740.oAN7eYOi062926@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:34 -0000 The following reply was made to PR ports/152518; it has been noted by GNATS. From: Edwin Groothuis To: gogo@cs.uni-sb.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 Date: Tue, 23 Nov 2010 07:34:25 UT Maintainer of www/rubygem-haml, Please note that PR ports/152518 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152518 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 07:40:36 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A80101065697 for ; Tue, 23 Nov 2010 07:40:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 970198FC16 for ; Tue, 23 Nov 2010 07:40:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN7eat8063151 for ; Tue, 23 Nov 2010 07:40:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN7eaQS063150; Tue, 23 Nov 2010 07:40:36 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 07:40:36 GMT Message-Id: <201011230740.oAN7eaQS063150@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/152519: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 07:40:36 -0000 The following reply was made to PR ports/152519; it has been noted by GNATS. From: Edwin Groothuis To: renchap@cocoa-x.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/152519: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 Date: Tue, 23 Nov 2010 07:34:41 UT Maintainer of devel/rubygem-mixlib-log, Please note that PR ports/152519 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152519 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 08:00:30 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9EBE1065693 for ; Tue, 23 Nov 2010 08:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7D998FC82 for ; Tue, 23 Nov 2010 08:00:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAN80URr081943 for ; Tue, 23 Nov 2010 08:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAN80U7I081930; Tue, 23 Nov 2010 08:00:30 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 08:00:30 GMT Message-Id: <201011230800.oAN80U7I081930@freefall.freebsd.org> To: ruby@FreeBSD.org From: "Alexey V. Degtyarev" Cc: Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Alexey V. Degtyarev" List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 08:00:30 -0000 The following reply was made to PR ports/152511; it has been noted by GNATS. From: "Alexey V. Degtyarev" To: bug-followup@FreeBSD.org Cc: pgollucci@p6m7g8.com Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 Date: Tue, 23 Nov 2010 10:50:25 +0300 On 07:31 Tue 23 Nov, Edwin Groothuis wrote: > Maintainer of devel/rubygem-unicode, > > Please note that PR ports/152511 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/152511 Feel free to commit, please. -- Alexey V. Degtyarev From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 12:20:13 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567E91065670 for ; Tue, 23 Nov 2010 12:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2B8738FC08 for ; Tue, 23 Nov 2010 12:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANCKC9t061230 for ; Tue, 23 Nov 2010 12:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANCKCF0061229; Tue, 23 Nov 2010 12:20:12 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 12:20:12 GMT Message-Id: <201011231220.oANCKCF0061229@freefall.freebsd.org> To: ruby@FreeBSD.org From: Ryan Steinmetz Cc: Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ryan Steinmetz List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 12:20:13 -0000 The following reply was made to PR ports/152508; it has been noted by GNATS. From: Ryan Steinmetz To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 Date: Tue, 23 Nov 2010 07:15:22 -0500 Approved. From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 13:19:11 2010 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E6D10656D5; Tue, 23 Nov 2010 13:19:11 +0000 (UTC) (envelope-from mm@mail2.vx.sk) Received: from mail2.vx.sk (mail2.vx.sk [IPv6:2a01:4f8:100:84a3::3]) by mx1.freebsd.org (Postfix) with ESMTP id CE9488FC13; Tue, 23 Nov 2010 13:19:10 +0000 (UTC) Received: from neo.vx.sk (localhost [127.0.0.1]) by mail2.vx.sk (Postfix) with ESMTP id B53526913D; Tue, 23 Nov 2010 14:19:09 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail2.vx.sk ([127.0.0.1]) by neo.vx.sk (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iDHooxpquvny; Tue, 23 Nov 2010 14:14:08 +0100 (CET) Received: by mail2.vx.sk (Postfix, from userid 1001) id 5085069123; Tue, 23 Nov 2010 14:14:08 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org From: Martin Matuska X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20101123131408.5085069123@mail2.vx.sk> Date: Tue, 23 Nov 2010 14:14:08 +0100 (CET) Cc: stas@FreeBSD.org, ruby@FreeBSD.org Subject: [PATCH] ports-mgmt/portupgrade: add xz support X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 13:19:11 -0000 >Submitter-Id: current-users >Originator: Martin Matuska >Organization: >Confidential: no >Synopsis: [PATCH] ports-mgmt/portupgrade: add xz support >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.1-STABLE amd64 >Environment: System: FreeBSD neo.vx.sk 8.1-STABLE FreeBSD 8.1-STABLE #2 r215471M: Thu Nov 18 23:08:16 CET >Description: - Add support for .txz packages Added file(s): - files/patch-bin-pkg_fetch - files/patch-bin-portsclean - files/patch-bin-portupgrade Port maintainer (ruby@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- portupgrade-2.4.7,2.patch begins here --- Index: files/patch-bin-pkg_fetch =================================================================== RCS file: files/patch-bin-pkg_fetch diff -N files/patch-bin-pkg_fetch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-bin-pkg_fetch 23 Nov 2010 13:13:18 -0000 @@ -0,0 +1,13 @@ +--- bin/pkg_fetch.orig 2010-11-23 13:13:08.694083769 +0100 ++++ bin/pkg_fetch 2010-11-23 13:18:25.536863839 +0100 +@@ -48,7 +48,9 @@ + COLUMNSIZE = 24 + NEXTLINE = "\n%*s" % [5 + COLUMNSIZE, ''] + +-if PkgConfig::OS_MAJOR.to_i >= 5 ++if PkgConfig::OS_MAJOR.to_i >= 8 ++ PKG_SUFFIXES = ['.tbz', '.txz', '.tgz'] ++elsif PkgConfig::OS_MAJOR.to_i >= 5 + PKG_SUFFIXES = ['.tbz', '.tgz'] + else + PKG_SUFFIXES = ['.tgz', '.tbz'] Index: files/patch-bin-portsclean =================================================================== RCS file: files/patch-bin-portsclean diff -N files/patch-bin-portsclean --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-bin-portsclean 23 Nov 2010 13:13:18 -0000 @@ -0,0 +1,26 @@ +--- bin/portsclean.orig 2010-11-23 13:55:00.310668471 +0100 ++++ bin/portsclean 2010-11-23 13:55:23.339330348 +0100 +@@ -502,12 +502,12 @@ + + puts "Cleaning out #{$packages_base}..." + +- IO.popen("cd #{$packages_dir} && find . -maxdepth 1 -type f -name '*.t[bg]z' | xargs #{PkgDB::command(:pkg_info)} -o") do |r| ++ IO.popen("cd #{$packages_dir} && find . -maxdepth 1 -type f -name '*.t[bgx]z' | xargs #{PkgDB::command(:pkg_info)} -o") do |r| + pkgfile = pkgname = nil + + r.each do |line| + case line +- when /^Information for +\.\/((\S+-\S+)\.t[bg]z):/ ++ when /^Information for +\.\/((\S+-\S+)\.t[bgx]z):/ + pkgfile = $1 + pkgname = $2 + when /^(\S+\/\S+)$/ # / +@@ -536,7 +536,7 @@ + end + end + +- IO.popen("find -H #{$packages_base} -type l -name '*.t[bg]z'") do |r| ++ IO.popen("find -H #{$packages_base} -type l -name '*.t[bgx]z'") do |r| + r.each do |line| + pkgfile = line.chomp + Index: files/patch-bin-portupgrade =================================================================== RCS file: files/patch-bin-portupgrade diff -N files/patch-bin-portupgrade --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-bin-portupgrade 23 Nov 2010 13:13:18 -0000 @@ -0,0 +1,19 @@ +--- bin/portupgrade.orig 2010-11-23 13:55:04.980909465 +0100 ++++ bin/portupgrade 2010-11-23 13:55:54.117048732 +0100 +@@ -2027,12 +2027,12 @@ + + name = pkgname.sub(/-[^\-]+$/, '') + +- glob_pkgfile = name + '-*.t[bg]z' +- re_pkgfile = /^#{Regexp.quote(name)}-[^\-]+\.t[bg]z$/ ++ glob_pkgfile = name + '-*.t[bgx]z' ++ re_pkgfile = /^#{Regexp.quote(name)}-[^\-]+\.t[bgx]z$/ + + if latest_link = $portsdb.latest_link(origin) +- glob_pkgfile = "{#{glob_pkgfile},#{latest_link}.t[bg]z}" +- re_pkgfile = /(?:#{re_pkgfile.source}|^#{Regexp.quote(latest_link)}\.t[bg]z$)/ ++ glob_pkgfile = "{#{glob_pkgfile},#{latest_link}.t[bgx]z}" ++ re_pkgfile = /(?:#{re_pkgfile.source}|^#{Regexp.quote(latest_link)}\.t[bgx]z$)/ + end + + pkglist = [] --- portupgrade-2.4.7,2.patch ends here --- From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 13:20:21 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 846AC106566B; Tue, 23 Nov 2010 13:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7438FC08; Tue, 23 Nov 2010 13:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANDKLm8025388; Tue, 23 Nov 2010 13:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANDKLOb025383; Tue, 23 Nov 2010 13:20:21 GMT (envelope-from edwin) Date: Tue, 23 Nov 2010 13:20:21 GMT Message-Id: <201011231320.oANDKLOb025383@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/152526: [PATCH] ports-mgmt/portupgrade: add xz support X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 13:20:21 -0000 Synopsis: [PATCH] ports-mgmt/portupgrade: add xz support Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 23 13:20:20 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=152526 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 20:10:14 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EDE91065679 for ; Tue, 23 Nov 2010 20:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E78808FC0C for ; Tue, 23 Nov 2010 20:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANKADMt046835 for ; Tue, 23 Nov 2010 20:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANKADe5046834; Tue, 23 Nov 2010 20:10:13 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 20:10:13 GMT Message-Id: <201011232010.oANKADe5046834@freefall.freebsd.org> To: ruby@FreeBSD.org From: Robert Gogolok Cc: Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Gogolok List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 20:10:14 -0000 The following reply was made to PR ports/152518; it has been noted by GNATS. From: Robert Gogolok To: bug-followup@freebsd.org Cc: Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 Date: Tue, 23 Nov 2010 21:04:00 +0100 I approve the patch. From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 20:10:16 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3FC81065673 for ; Tue, 23 Nov 2010 20:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C87AE8FC12 for ; Tue, 23 Nov 2010 20:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANKAFv9046854 for ; Tue, 23 Nov 2010 20:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANKAF1E046852; Tue, 23 Nov 2010 20:10:15 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 20:10:15 GMT Message-Id: <201011232010.oANKAF1E046852@freefall.freebsd.org> To: ruby@FreeBSD.org From: Robert Gogolok Cc: Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Gogolok List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 20:10:16 -0000 The following reply was made to PR ports/152513; it has been noted by GNATS. From: Robert Gogolok To: bug-followup@FreeBSD.org, pgollucci@p6m7g8.com Cc: Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 Date: Tue, 23 Nov 2010 21:09:54 +0100 I got a patch for version 1.0.7 at https://s3-eu-west-1.amazonaws.com/freebsd-patches/rubygem-bundler-1.0.7.patch From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 20:30:17 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399D2106566B for ; Tue, 23 Nov 2010 20:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB288FC08 for ; Tue, 23 Nov 2010 20:30:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANKUGjb066692 for ; Tue, 23 Nov 2010 20:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANKUG7x066689; Tue, 23 Nov 2010 20:30:16 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 20:30:16 GMT Message-Id: <201011232030.oANKUG7x066689@freefall.freebsd.org> To: ruby@FreeBSD.org From: Robert Gogolok Cc: Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Gogolok List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 20:30:17 -0000 The following reply was made to PR ports/152510; it has been noted by GNATS. From: Robert Gogolok To: bug-followup@freebsd.org Cc: Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 Date: Tue, 23 Nov 2010 21:25:33 +0100 I approve the patch. From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 20:30:21 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC427106564A for ; Tue, 23 Nov 2010 20:30:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A03CF8FC17 for ; Tue, 23 Nov 2010 20:30:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANKULYZ066964 for ; Tue, 23 Nov 2010 20:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANKULEC066952; Tue, 23 Nov 2010 20:30:21 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 20:30:21 GMT Message-Id: <201011232030.oANKULEC066952@freefall.freebsd.org> To: ruby@FreeBSD.org From: Robert Gogolok Cc: Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Gogolok List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 20:30:21 -0000 The following reply was made to PR ports/152512; it has been noted by GNATS. From: Robert Gogolok To: bug-followup@freebsd.org Cc: Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 Date: Tue, 23 Nov 2010 21:25:44 +0100 I approve the patch. From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 20:30:26 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F6311065674 for ; Tue, 23 Nov 2010 20:30:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F27FA8FC18 for ; Tue, 23 Nov 2010 20:30:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANKUP26067263 for ; Tue, 23 Nov 2010 20:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANKUPWI067257; Tue, 23 Nov 2010 20:30:25 GMT (envelope-from gnats) Date: Tue, 23 Nov 2010 20:30:25 GMT Message-Id: <201011232030.oANKUPWI067257@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/152526: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 20:30:26 -0000 The following reply was made to PR ports/152526; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/152526: commit references a PR Date: Tue, 23 Nov 2010 20:29:21 +0000 (UTC) stas 2010-11-23 20:29:14 UTC FreeBSD projects repository Modified files: pkgtools/bin pkg_fetch portsclean portupgrade Log: - Add .txz packages support. PR: ports/152526 Submitted by: Martin Matuska Revision Changes Path 1.8 +5 -1 projects/pkgtools/bin/pkg_fetch 1.14 +3 -3 projects/pkgtools/bin/portsclean 1.69 +4 -4 projects/pkgtools/bin/portupgrade _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:18:57 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9577C1065675; Tue, 23 Nov 2010 23:18:57 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3978FC21; Tue, 23 Nov 2010 23:18:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNIvfj043092; Tue, 23 Nov 2010 23:18:57 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNIvqX043088; Tue, 23 Nov 2010 23:18:57 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:18:57 GMT Message-Id: <201011232318.oANNIvqX043088@freefall.freebsd.org> To: rpsfa@rit.edu, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152508: [PATCH] devel/rubygem-configuration: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:18:57 -0000 Synopsis: [PATCH] devel/rubygem-configuration: update to 1.2.0 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:18:56 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152508 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:02 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F90106566C; Tue, 23 Nov 2010 23:19:02 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A00048FC19; Tue, 23 Nov 2010 23:19:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJ2pr043171; Tue, 23 Nov 2010 23:19:02 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJ2l7043167; Tue, 23 Nov 2010 23:19:02 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:02 GMT Message-Id: <201011232319.oANNJ2l7043167@freefall.freebsd.org> To: romanbsd@yahoo.com, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152509: [PATCH] devel/rubygem-rspec: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:02 -0000 Synopsis: [PATCH] devel/rubygem-rspec: update to 1.3.0 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:02 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152509 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:08 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05ED81065698; Tue, 23 Nov 2010 23:19:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D00E08FC12; Tue, 23 Nov 2010 23:19:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJ7fI043252; Tue, 23 Nov 2010 23:19:07 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJ7vJ043248; Tue, 23 Nov 2010 23:19:07 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:07 GMT Message-Id: <201011232319.oANNJ7vJ043248@freefall.freebsd.org> To: gogo@cs.uni-sb.de, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152510: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:08 -0000 Synopsis: [PATCH] devel/rubygem-ruby-debug: update to 0.10.4 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:07 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152510 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:14 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 350AF1065696; Tue, 23 Nov 2010 23:19:14 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD8A8FC16; Tue, 23 Nov 2010 23:19:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJD4e043331; Tue, 23 Nov 2010 23:19:13 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJC3S043327; Tue, 23 Nov 2010 23:19:12 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:12 GMT Message-Id: <201011232319.oANNJC3S043327@freefall.freebsd.org> To: alexey@renatasystems.org, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152511: [PATCH] devel/rubygem-unicode: update to 0.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:14 -0000 Synopsis: [PATCH] devel/rubygem-unicode: update to 0.4.0 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:12 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152511 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:19 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BDC10656A3; Tue, 23 Nov 2010 23:19:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EBAAA8FC1B; Tue, 23 Nov 2010 23:19:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJIYs043411; Tue, 23 Nov 2010 23:19:18 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJIA4043407; Tue, 23 Nov 2010 23:19:18 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:18 GMT Message-Id: <201011232319.oANNJIA4043407@freefall.freebsd.org> To: gogo@cs.uni-sb.de, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152512: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:19 -0000 Synopsis: [PATCH] devel/rubygem-ruby-debug-base: update to 0.10.4 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:18 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152512 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:24 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E6C51065698; Tue, 23 Nov 2010 23:19:24 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8EA88FC17; Tue, 23 Nov 2010 23:19:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJN55043492; Tue, 23 Nov 2010 23:19:23 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJN6S043488; Tue, 23 Nov 2010 23:19:23 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:23 GMT Message-Id: <201011232319.oANNJN6S043488@freefall.freebsd.org> To: gogolok+freebsd@gmail.com, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152513: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:24 -0000 Synopsis: [PATCH] sysutils/rubygem-bundler: update to 1.0.3 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:23 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152513 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:29 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 217F110656A7; Tue, 23 Nov 2010 23:19:29 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ED6A98FC20; Tue, 23 Nov 2010 23:19:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJSEg043571; Tue, 23 Nov 2010 23:19:28 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJSbx043567; Tue, 23 Nov 2010 23:19:28 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:28 GMT Message-Id: <201011232319.oANNJSbx043567@freefall.freebsd.org> To: markun@onohara.to, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152514: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:29 -0000 Synopsis: [PATCH] textproc/rubygem-htmlentities: update to 4.2.2 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:28 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152514 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:34 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B3E01065673; Tue, 23 Nov 2010 23:19:34 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 111218FC12; Tue, 23 Nov 2010 23:19:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJX6N043650; Tue, 23 Nov 2010 23:19:33 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJXlV043646; Tue, 23 Nov 2010 23:19:33 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:33 GMT Message-Id: <201011232319.oANNJXlV043646@freefall.freebsd.org> To: freebsdports@chillibear.com, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152515: [PATCH] mail/rubygem-mail: update to 2.2.10 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:34 -0000 Synopsis: [PATCH] mail/rubygem-mail: update to 2.2.10 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:33 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152515 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:39 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427361065670; Tue, 23 Nov 2010 23:19:39 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 185778FC13; Tue, 23 Nov 2010 23:19:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJcde043729; Tue, 23 Nov 2010 23:19:38 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJcru043725; Tue, 23 Nov 2010 23:19:38 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:38 GMT Message-Id: <201011232319.oANNJcru043725@freefall.freebsd.org> To: freebsdports@chillibear.com, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152516: [PATCH] textproc/rubygem-loofah: update to 1.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:39 -0000 Synopsis: [PATCH] textproc/rubygem-loofah: update to 1.0.0 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:38 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152516 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:44 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4074A1065694; Tue, 23 Nov 2010 23:19:44 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 15DAA8FC1B; Tue, 23 Nov 2010 23:19:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJhGm043808; Tue, 23 Nov 2010 23:19:43 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJhHE043804; Tue, 23 Nov 2010 23:19:43 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:43 GMT Message-Id: <201011232319.oANNJhHE043804@freefall.freebsd.org> To: freebsdports@chillibear.com, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152517: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:44 -0000 Synopsis: [PATCH] sysutils/rubygem-sys-filesystem: update to 0.3.4 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:43 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152517 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:49 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457C1106566C; Tue, 23 Nov 2010 23:19:49 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B7498FC13; Tue, 23 Nov 2010 23:19:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJmuH043887; Tue, 23 Nov 2010 23:19:48 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJma3043883; Tue, 23 Nov 2010 23:19:48 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:48 GMT Message-Id: <201011232319.oANNJma3043883@freefall.freebsd.org> To: gogo@cs.uni-sb.de, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152518: [PATCH] www/rubygem-haml: update to 3.0.24 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:49 -0000 Synopsis: [PATCH] www/rubygem-haml: update to 3.0.24 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:48 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152518 From owner-freebsd-ruby@FreeBSD.ORG Tue Nov 23 23:19:54 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5682C10656A5; Tue, 23 Nov 2010 23:19:54 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1318FC15; Tue, 23 Nov 2010 23:19:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oANNJsYF043966; Tue, 23 Nov 2010 23:19:54 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oANNJrbb043962; Tue, 23 Nov 2010 23:19:53 GMT (envelope-from pgollucci) Date: Tue, 23 Nov 2010 23:19:53 GMT Message-Id: <201011232319.oANNJrbb043962@freefall.freebsd.org> To: renchap@cocoa-x.com, pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152519: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 23:19:54 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-log: update to 1.2.0 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Nov 23 23:19:53 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152519 From owner-freebsd-ruby@FreeBSD.ORG Wed Nov 24 08:00:03 2010 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2D151065698 for ; Wed, 24 Nov 2010 08:00:03 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from mail.musha.org (v055125.ppp.asahi-net.or.jp [124.155.55.125]) by mx1.freebsd.org (Postfix) with ESMTP id A69278FC17 for ; Wed, 24 Nov 2010 08:00:03 +0000 (UTC) Received: from daemon.musha.org (daemon.local [192.168.11.11]) by mail.musha.org (Postfix) with ESMTP id 2F8A074D0; Wed, 24 Nov 2010 16:35:04 +0900 (JST) Date: Wed, 24 Nov 2010 16:35:03 +0900 Message-ID: <86eiab6uoo.knu@FreeBSD.org> From: "Akinori MUSHA" To: Stanislav Sedov , ruby@FreeBSD.org Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Wed_Nov_24_16:35:03_2010-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Cc: Subject: portupgrade's shebang problem X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 08:00:04 -0000 --pgp-sign-Multipart_Wed_Nov_24_16:35:03_2010-1 Content-Type: text/plain; charset=US-ASCII Hi, I can't recall if I've already reported this, but portupgrade's shebang patcher in the build process has a legacy piece of code in it that does not work any more with ruby 1.8/1.9. This applies to both ports-mgmt/portupgrade and -devel. --- bin/Makefile.orig 2010-11-24 05:29:20.000000000 +0900 +++ bin/Makefile 2010-11-24 16:19:06.587423414 +0900 @@ -28,7 +28,7 @@ ${RUBY} -pe ' \ if $$. == 1; \ if /^#!/; \ - $$_.sub(/^#!\s*\S*(\benv\s+)?\bruby/, "#!${RUBY}"); \ + $$_.sub!(/^#!\s*\S*(\benv\s+)?\bruby/, "#!${RUBY}"); \ else; \ $$_ = "#!${RUBY}\n" + $$_; \ end; \ Regards, -- Akinori MUSHA / http://akinori.org/ --pgp-sign-Multipart_Wed_Nov_24_16:35:03_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAkzswCcACgkQkgvvx5/Z4e7wbACeM/dBz62LdOqqFsM83fDqCvKN UZQAoK+8sp4gafevnNGRFaUxuBdPrabl =Ds7N -----END PGP SIGNATURE----- --pgp-sign-Multipart_Wed_Nov_24_16:35:03_2010-1-- From owner-freebsd-ruby@FreeBSD.ORG Thu Nov 25 11:11:49 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22FA1106566C; Thu, 25 Nov 2010 11:11:49 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE0158FC1A; Thu, 25 Nov 2010 11:11:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAPBBmDT055999; Thu, 25 Nov 2010 11:11:48 GMT (envelope-from mm@freefall.freebsd.org) Received: (from mm@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAPBBmn7055995; Thu, 25 Nov 2010 11:11:48 GMT (envelope-from mm) Date: Thu, 25 Nov 2010 11:11:48 GMT Message-Id: <201011251111.oAPBBmn7055995@freefall.freebsd.org> To: mm@FreeBSD.org, mm@FreeBSD.org, ruby@FreeBSD.org From: mm@FreeBSD.org Cc: Subject: Re: ports/152526: [PATCH] ports-mgmt/portupgrade: add xz support X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 11:11:49 -0000 Synopsis: [PATCH] ports-mgmt/portupgrade: add xz support State-Changed-From-To: open->closed State-Changed-By: mm State-Changed-When: Thu Nov 25 11:11:48 UTC 2010 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=152526 From owner-freebsd-ruby@FreeBSD.ORG Thu Nov 25 12:06:48 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E54A91065697; Thu, 25 Nov 2010 12:06:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB8D78FC16; Thu, 25 Nov 2010 12:06:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAPC6me9011497; Thu, 25 Nov 2010 12:06:48 GMT (envelope-from wen@freefall.freebsd.org) Received: (from wen@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAPC6mS0011493; Thu, 25 Nov 2010 12:06:48 GMT (envelope-from wen) Date: Thu, 25 Nov 2010 12:06:48 GMT Message-Id: <201011251206.oAPC6mS0011493@freefall.freebsd.org> To: jatzen@gmail.com, wen@FreeBSD.org, ruby@FreeBSD.org From: wen@FreeBSD.org Cc: Subject: Re: ports/152336: [PATCH] Update port: www/rubygem-passenger Update to 3.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 12:06:49 -0000 Synopsis: [PATCH] Update port: www/rubygem-passenger Update to 3.0.0 State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Thu Nov 25 12:06:48 UTC 2010 State-Changed-Why: Committed with minor changes. Thanks ! And please submit PR with diff file instead of shar file and make the patch based on newest version. http://www.freebsd.org/cgi/query-pr.cgi?pr=152336 From owner-freebsd-ruby@FreeBSD.ORG Thu Nov 25 12:10:12 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDFB31065679 for ; Thu, 25 Nov 2010 12:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDA218FC1C for ; Thu, 25 Nov 2010 12:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAPCACoP011616 for ; Thu, 25 Nov 2010 12:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAPCACgF011615; Thu, 25 Nov 2010 12:10:12 GMT (envelope-from gnats) Date: Thu, 25 Nov 2010 12:10:12 GMT Message-Id: <201011251210.oAPCACgF011615@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/152336: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 12:10:13 -0000 The following reply was made to PR ports/152336; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/152336: commit references a PR Date: Thu, 25 Nov 2010 12:04:28 +0000 (UTC) wen 2010-11-25 12:04:24 UTC FreeBSD ports repository Modified files: www/rubygem-passenger Makefile distinfo Log: - Update to 3.0.0 PR: ports/152336 Submitted by: Jacob Atzen (maintainer) Revision Changes Path 1.19 +26 -10 ports/www/rubygem-passenger/Makefile 1.14 +2 -3 ports/www/rubygem-passenger/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Fri Nov 26 19:54:00 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32270106566B; Fri, 26 Nov 2010 19:54:00 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0826A8FC0C; Fri, 26 Nov 2010 19:54:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAQJrxgc097348; Fri, 26 Nov 2010 19:53:59 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAQJrxUd097344; Fri, 26 Nov 2010 19:53:59 GMT (envelope-from pgollucci) Date: Fri, 26 Nov 2010 19:53:59 GMT Message-Id: <201011261953.oAQJrxUd097344@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152207: [MAINTAINER] textproc/rubygem-htmlentities: update to 4.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2010 19:54:00 -0000 Synopsis: [MAINTAINER] textproc/rubygem-htmlentities: update to 4.2.2 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Fri Nov 26 19:53:59 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152207 From owner-freebsd-ruby@FreeBSD.ORG Fri Nov 26 21:48:42 2010 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95C3E10656A3; Fri, 26 Nov 2010 21:48:42 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6B8C08FC08; Fri, 26 Nov 2010 21:48:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAQLmgJM014546; Fri, 26 Nov 2010 21:48:42 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAQLmg4c014542; Fri, 26 Nov 2010 21:48:42 GMT (envelope-from pgollucci) Date: Fri, 26 Nov 2010 21:48:42 GMT Message-Id: <201011262148.oAQLmg4c014542@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/152219: New port: textproc/rubygem-rchardet (character encoding detection) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2010 21:48:42 -0000 Synopsis: New port: textproc/rubygem-rchardet (character encoding detection) Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Fri Nov 26 21:48:42 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=152219