From owner-freebsd-ruby@FreeBSD.ORG Mon May 6 11:07:59 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2742FDA7 for ; Mon, 6 May 2013 11:07:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F3C9AAF2 for ; Mon, 6 May 2013 11:07:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r46B7wxj025320 for ; Mon, 6 May 2013 11:07:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r46B7woa025318 for ruby@FreeBSD.org; Mon, 6 May 2013 11:07:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 May 2013 11:07:58 GMT Message-Id: <201305061107.r46B7woa025318@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 11:07:59 -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/178293 ruby fix japanese/ruby-eb o ports/178051 ruby [PATCH] www/redmine: update to 2.3.0 o ports/178044 ruby [patch] graphics/ruby-rmagick: do not force depend on o ports/177964 ruby [PATCH] devel/rubygem-rake: update to 10.0.4 o ports/177943 ruby [PATCH] devel/rubygem-multi_json: update to 1.7.2 o ports/177883 ruby patch for net/rubygem-net-ldap to correctly work with o ports/177528 ruby New port: textproc/rubygem-phone Ruby library for phon o ports/177485 ruby DTrace should be optional for lang/ruby20 o ports/177150 ruby lang/ruby18 When configured with onigurama attempts to o ports/176717 ruby [UPDATE] sysutils/rubygem-capistrano: update to 2.14.2 o ports/176114 ruby [maintainer-update] devel/rubygem-unicode - update to o ports/173384 ruby New port: devel/rubygem-glib2 o ports/173382 ruby New port: graphics/rubygem-gdk_pixbuf2 o ports/173381 ruby New port: textproc/rubygem-rttool o ports/173380 ruby New port: textproc/rubygem-hikidoc o ports/173379 ruby New port: accessibility/rubygem-atk o ports/173378 ruby New port: x11-toolkits/rubygem-gtk2 o ports/173377 ruby New port: x11-toolkits/rubygem-pango o ports/173376 ruby New port: x11-toolkits/rubygem-poppler o ports/173375 ruby New port: textproc/rubygem-rdtool o ports/173374 ruby New port: graphics/rubygem-rsvg2 o ports/173373 ruby New port: graphics/rubygem-cairo o ports/171705 ruby [MAINTAINER] www/gist: add converters/ruby-iconv depen o ports/170916 ruby Mk/bsd.ruby.mk: setting RUBY variable fails to set RUB o ports/170777 ruby [PATCH] Not LIBS but LDFLAGS in Makefile of lang/ruby1 25 problems total. From owner-freebsd-ruby@FreeBSD.ORG Tue May 7 08:28:46 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7F73E133 for ; Tue, 7 May 2013 08:28:46 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 61D3E844 for ; Tue, 7 May 2013 08:28:46 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r478Sk1A072097 for ; Tue, 7 May 2013 08:28:46 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 7 May 2013 08:28:46 GMT Message-Id: <201305070828.r478Sk1A072097@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 07 May 2013 08:28:46 -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 7.x/8.x/9.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: databases/rubygem-delayed_job_data_mapper broken because: delayed_job_data_mapper requires delayed_job (~> 2.1) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-delayed_job_data_mapper portname: databases/rubygem-dm-core broken because: unable to resolve dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-dm-core portname: devel/rubygem-celluloid broken because: does not build with ruby 1.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-celluloid portname: japanese/rubygem-myrurema broken because: unable to resolve dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rubygem-myrurema portname: x11-toolkits/ruby-gtk broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-gtk 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 Tue May 7 08:30:04 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 272F557C for ; Tue, 7 May 2013 08:30:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3D78A6 for ; Tue, 7 May 2013 08:30:04 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r478U3A8079244 for ; Tue, 7 May 2013 08:30:03 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 7 May 2013 08:30:03 GMT Message-Id: <201305070830.r478U3A8079244@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 07 May 2013 08:30:04 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: archivers/ruby-bz2 description: Ruby extension to use libbz2 maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=ruby-bz2 portname: audio/ruby-vorbisfile description: A Ruby extension wrapping libvorbisfile maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-vorbisfile portname: audio/ruby-xmms description: XMMS bindings for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-xmms portname: devel/ruby-fam description: FAM bindings for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-fam portname: devel/ruby-io-reactor description: Ruby module that implements an asynchronous multiplexed IO Reactor maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-io-reactor portname: devel/ruby-jttui description: Textmode User Interface by Jakub Travnik maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-jttui portname: devel/ruby-racc description: An LALR(1) parser generator for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-racc portname: devel/ruby-slang description: S-Lang extension module for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-slang portname: devel/rubygem-linecache description: Caches(Ruby source) Files as Might Be Used in a Debugger maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-linecache portname: devel/rubygem-parsetree description: Ruby parse tree tools maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-parsetree portname: devel/rubygem-rparsec description: Recursive descent parser combinator framework for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-rparsec portname: devel/rubygem-sdl description: Ruby extension library to use SDL library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-sdl portname: games/ruby-exmars description: Ruby interface to the exMARS Memory Array Redcode Simulator maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ruby-exmars portname: graphics/ruby-opengl description: OpenGL/GLU/GLUT interface modules for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-opengl portname: graphics/ruby-pgplot description: A Ruby interface to PGPLOT graphics library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-pgplot portname: graphics/rubygem-turing description: Easy to use and customize/extend implementation of captcha maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=rubygem-turing portname: japanese/ruby-chasen description: ChaSen module for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-chasen portname: japanese/ruby-eb description: Ruby bind of EB library maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-eb portname: japanese/ruby-slang description: S-Lang extension module for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ruby-slang portname: lang/ruby-lua4 description: A Ruby extension to make Lua script language as a class maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby-lua4 portname: security/ruby-tcpwrap description: TCP wrappers library for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=ruby-tcpwrap portname: textproc/ruby-amrita description: An HTML/XHTML template library for Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-amrita portname: textproc/ruby-xmlscan-old description: Pure Ruby XML/HTML scanner and XPath processor/compiler modules maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-xmlscan-old portname: textproc/rubygem-ferret description: Ferret is a ruby port of Lucene maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rubygem-ferret portname: textproc/rubygem-htmltools description: Tools for parsing and manipulating HTML text in Ruby maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=rubygem-htmltools portname: www/rubygem-mongrel description: Fast HTTP 1.1 library and server for Ruby web applications maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=rubygem-mongrel portname: x11-toolkits/ruby-gtk description: Ruby binding for GTK+ maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-gtk portname: x11-toolkits/ruby-tk description: Ruby interface to the Tk widget set maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-tk portname: x11-toolkits/ruby-wx description: Ruby bindings for wxWindows (aka wxWidgets) maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=ruby-wx portname: x11/ruby-gtktrayicon description: Ruby binding for GtkTrayIcon maintainer: ruby@FreeBSD.org deprecated because: Does not work with Ruby 1.9 expiration date: 2013-05-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ruby-gtktrayicon If this problem is one 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. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Tue May 7 12:59:59 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A420E711 for ; Tue, 7 May 2013 12:59:59 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 6C99869F for ; Tue, 7 May 2013 12:59:59 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r47CxwBQ093363 for ; Tue, 7 May 2013 08:59:58 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r47Cxwgx093121; Tue, 7 May 2013 08:59:58 -0400 (EDT) (envelope-from portscout) Message-Id: <201305071259.r47Cxwgx093121@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 7 May 2013 08:59:58 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 12:59:59 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-tins | 0.5.3 | 0.8.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Wed May 8 13:05:13 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8876E1D9 for ; Wed, 8 May 2013 13:05:13 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4B304DEF for ; Wed, 8 May 2013 13:05:13 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r48D579l008093 for ; Wed, 8 May 2013 09:05:07 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r48D57kQ007900; Wed, 8 May 2013 09:05:07 -0400 (EDT) (envelope-from portscout) Message-Id: <201305081305.r48D57kQ007900@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 8 May 2013 09:05:07 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 13:05:13 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-celluloid | 0.12.4 | 0.14.0 ------------------------------------------------+-----------------+------------ devel/rubygem-devise | 2.1.2 | 2.2.4 ------------------------------------------------+-----------------+------------ security/rubygem-net-sftp | 2.0.5 | 2.1.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu May 9 13:15:38 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E6BD12F for ; Thu, 9 May 2013 13:15:38 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id DF5687AE for ; Thu, 9 May 2013 13:15:37 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r49DFV4t084676 for ; Thu, 9 May 2013 09:15:31 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r49DFVb4081548; Thu, 9 May 2013 09:15:31 -0400 (EDT) (envelope-from portscout) Message-Id: <201305091315.r49DFVb4081548@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 9 May 2013 09:15:31 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 13:15:38 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ dns/rubygem-net-dns | 0.7.1 | 0.8.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu May 9 23:06:39 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5F63E9BA; Thu, 9 May 2013 23:06:39 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 39715A1D; Thu, 9 May 2013 23:06:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r49N6dc7060328; Thu, 9 May 2013 23:06:39 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r49N6c2a060327; Thu, 9 May 2013 23:06:38 GMT (envelope-from jgh) Date: Thu, 9 May 2013 23:06:38 GMT Message-Id: <201305092306.r49N6c2a060327@freefall.freebsd.org> To: douglas@douglasthrift.net, jgh@FreeBSD.org, ruby@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/177528: New port: textproc/rubygem-phone Ruby library for phone number parsing, validation and formatting X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 23:06:39 -0000 Synopsis: New port: textproc/rubygem-phone Ruby library for phone number parsing, validation and formatting State-Changed-From-To: open->closed State-Changed-By: jgh State-Changed-When: Thu May 9 23:06:38 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=177528 From owner-freebsd-ruby@FreeBSD.ORG Thu May 9 23:10:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A770BA0A for ; Thu, 9 May 2013 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE5FA3D for ; Thu, 9 May 2013 23:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r49NA1v8060456 for ; Thu, 9 May 2013 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r49NA1Jv060455; Thu, 9 May 2013 23:10:01 GMT (envelope-from gnats) Date: Thu, 9 May 2013 23:10:01 GMT Message-Id: <201305092310.r49NA1Jv060455@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/177528: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 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, 09 May 2013 23:10:01 -0000 The following reply was made to PR ports/177528; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177528: commit references a PR Date: Thu, 9 May 2013 23:06:04 +0000 (UTC) Author: jgh Date: Thu May 9 23:05:56 2013 New Revision: 317755 URL: http://svnweb.freebsd.org/changeset/ports/317755 Log: Phone is a Ruby library for phone number parsing, validation and formatting. WWW: http://github.com/carr/phone PR: ports/177528 Submitted by: douglas@douglasthrift.net Added: head/textproc/rubygem-phone/ head/textproc/rubygem-phone/Makefile (contents, props changed) head/textproc/rubygem-phone/distinfo (contents, props changed) head/textproc/rubygem-phone/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu May 9 22:42:49 2013 (r317754) +++ head/textproc/Makefile Thu May 9 23:05:56 2013 (r317755) @@ -1308,6 +1308,7 @@ SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-opml + SUBDIR += rubygem-phone SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount Added: head/textproc/rubygem-phone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-phone/Makefile Thu May 9 23:05:56 2013 (r317755) @@ -0,0 +1,19 @@ +# Created by: Douglas Thrift +# $FreeBSD$ + +PORTNAME= phone +PORTVERSION= 1.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Phone number parsing, validation and formatting + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-phone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-phone/distinfo Thu May 9 23:05:56 2013 (r317755) @@ -0,0 +1,2 @@ +SHA256 (rubygem/phone-1.1.gem) = 3c3d9096f953ea43f9b9a5ebbf50f4a897a0f040062f0bc3b8171e106dea23c2 +SIZE (rubygem/phone-1.1.gem) = 26624 Added: head/textproc/rubygem-phone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-phone/pkg-descr Thu May 9 23:05:56 2013 (r317755) @@ -0,0 +1,3 @@ +Phone is a Ruby library for phone number parsing, validation and formatting. + +WWW: http://github.com/carr/phone _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu May 9 23:10:03 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D3B4EA0D for ; Thu, 9 May 2013 23:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ACD92A3F for ; Thu, 9 May 2013 23:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r49NA3Fx060469 for ; Thu, 9 May 2013 23:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r49NA3VZ060468; Thu, 9 May 2013 23:10:03 GMT (envelope-from gnats) Date: Thu, 9 May 2013 23:10:03 GMT Message-Id: <201305092310.r49NA3VZ060468@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/177528: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 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, 09 May 2013 23:10:03 -0000 The following reply was made to PR ports/177528; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177528: commit references a PR Date: Thu, 9 May 2013 23:06:04 +0000 (UTC) Author: jgh Date: Thu May 9 23:05:56 2013 New Revision: 317755 URL: http://svnweb.freebsd.org/changeset/ports/317755 Log: Phone is a Ruby library for phone number parsing, validation and formatting. WWW: http://github.com/carr/phone PR: ports/177528 Submitted by: douglas@douglasthrift.net Added: head/textproc/rubygem-phone/ head/textproc/rubygem-phone/Makefile (contents, props changed) head/textproc/rubygem-phone/distinfo (contents, props changed) head/textproc/rubygem-phone/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu May 9 22:42:49 2013 (r317754) +++ head/textproc/Makefile Thu May 9 23:05:56 2013 (r317755) @@ -1308,6 +1308,7 @@ SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri SUBDIR += rubygem-opml + SUBDIR += rubygem-phone SUBDIR += rubygem-rak SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount Added: head/textproc/rubygem-phone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-phone/Makefile Thu May 9 23:05:56 2013 (r317755) @@ -0,0 +1,19 @@ +# Created by: Douglas Thrift +# $FreeBSD$ + +PORTNAME= phone +PORTVERSION= 1.1 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Phone number parsing, validation and formatting + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/textproc/rubygem-phone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-phone/distinfo Thu May 9 23:05:56 2013 (r317755) @@ -0,0 +1,2 @@ +SHA256 (rubygem/phone-1.1.gem) = 3c3d9096f953ea43f9b9a5ebbf50f4a897a0f040062f0bc3b8171e106dea23c2 +SIZE (rubygem/phone-1.1.gem) = 26624 Added: head/textproc/rubygem-phone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-phone/pkg-descr Thu May 9 23:05:56 2013 (r317755) @@ -0,0 +1,3 @@ +Phone is a Ruby library for phone number parsing, validation and formatting. + +WWW: http://github.com/carr/phone _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sat May 11 13:34:42 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E82124AD for ; Sat, 11 May 2013 13:34:42 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id AD2508B8 for ; Sat, 11 May 2013 13:34:42 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r4BDYaem043085 for ; Sat, 11 May 2013 09:34:36 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r4BDYavu042982; Sat, 11 May 2013 09:34:36 -0400 (EDT) (envelope-from portscout) Message-Id: <201305111334.r4BDYavu042982@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 11 May 2013 09:34:36 -0400 From: portscout@portscout.freebsd.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 13:34:43 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/rubygem-minitest | 3.3.0 | 5.0.0 ------------------------------------------------+-----------------+------------ textproc/rubygem-sass | 3.2.6 | 3.2.9 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks.