From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 5 07:42:06 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E397106564A for ; Mon, 5 Mar 2012 07:42:06 +0000 (UTC) (envelope-from maksverver@geocities.com) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3F18FC22 for ; Mon, 5 Mar 2012 07:42:04 +0000 (UTC) Received: from heaven.student.utwente.nl (heaven.student.utwente.nl [130.89.167.52]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with SMTP id q257CSc5026643 for ; Mon, 5 Mar 2012 08:12:28 +0100 Date: Mon, 5 Mar 2012 08:12:29 +0100 From: Maks Verver To: ruby@FreeBSD.org Message-Id: <20120305081229.16c44187.maksverver@geocities.com> X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: maksverver@geocities.com X-Spam-Status: No Cc: Subject: portsdb unnecessarily recreated 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, 05 Mar 2012 07:42:06 -0000 Hi, I noticed that when the pkgtools need to update the portsdb but the default location (/usr/ports) is not writable and PKG_DBDIR doesn't specify a suitable alternative, they automatically create a new version in /var/db/pkg instead. This is already a bit dubious because it leads to silent duplication of data: when the original database in /usr/ports is updated, a 40+ MB file will perpetually linger in /var/db/pkg for no purpose whatever. But that's not what I'm writing to complain about. Another problem is that this alternative database is recreated every time any of the pkgtools are invoked, because the check whether the database is up-to-date only occurs before (and not after) selecting the alternate location. This doesn't break anything but makes the tools excruciatingly slow (especially tools like ports_glob which are supposed to be reasonably fast). This problem is easily fixed by something like this: --- /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb +++ /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb @@ -537,6 +537,8 @@ select_db_dir(force) or raise "No directory available for portsdb!" + !force && up_to_date? and return false + prev_sync = STDERR.sync STDERR.sync = true I think this also fixes another bug, namely that select_db_dir will (correctly) select a read-only directory if it contains an up-to-date database, but then update_db will fail because it (incorrectly) tries to recreate it. Kind regards, Maks Verver. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 5 11:08:52 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 954F5106567D for ; Mon, 5 Mar 2012 11:08:52 +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 6B7B28FC1A for ; Mon, 5 Mar 2012 11:08:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q25B8qqM036401 for ; Mon, 5 Mar 2012 11:08:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q25B8pDg036399 for ruby@FreeBSD.org; Mon, 5 Mar 2012 11:08:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Mar 2012 11:08:51 GMT Message-Id: <201203051108.q25B8pDg036399@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, 05 Mar 2012 11:08:52 -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/165487 ruby [maintainer-update] science/ruby-gphys: update to 1.2. o ports/165439 ruby New port: devel/rubygem-jeweler Simple and opinionated 2 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 5 17:50:36 2012 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 5DF741065673; Mon, 5 Mar 2012 17:50:36 +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 357108FC0C; Mon, 5 Mar 2012 17:50:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q25HoaXt015790; Mon, 5 Mar 2012 17:50:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q25Hoaeh015782; Mon, 5 Mar 2012 17:50:36 GMT (envelope-from edwin) Date: Mon, 5 Mar 2012 17:50:36 GMT Message-Id: <201203051750.q25Hoaeh015782@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/165728: [DEPRECATE] audio/ruby-musicbrainz: Mark DEPRECATED, set EXPIRATION_DATE 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, 05 Mar 2012 17:50:36 -0000 Synopsis: [DEPRECATE] audio/ruby-musicbrainz: Mark DEPRECATED, set EXPIRATION_DATE Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 5 17:50:35 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=165728 From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 5 18:11:49 2012 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 D3E1F1065670 for ; Mon, 5 Mar 2012 18:11:49 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90CFC8FC16 for ; Mon, 5 Mar 2012 18:11:49 +0000 (UTC) Received: by vbmv11 with SMTP id v11so4558895vbm.13 for ; Mon, 05 Mar 2012 10:11:49 -0800 (PST) Received-SPF: pass (google.com: domain of bsdkaffee@gmail.com designates 10.52.72.107 as permitted sender) client-ip=10.52.72.107; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bsdkaffee@gmail.com designates 10.52.72.107 as permitted sender) smtp.mail=bsdkaffee@gmail.com Received: from mr.google.com ([10.52.72.107]) by 10.52.72.107 with SMTP id c11mr32186413vdv.132.1330971109080 (num_hops = 1); Mon, 05 Mar 2012 10:11:49 -0800 (PST) Received: by 10.52.72.107 with SMTP id c11mr27412350vdv.132.1330969543788; Mon, 05 Mar 2012 09:45:43 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id w6sm26039070vdj.4.2012.03.05.09.45.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Mar 2012 09:45:43 -0800 (PST) Message-ID: <4f54fbc7.4625340a.655a.5cc3@mx.google.com> Date: Mon, 05 Mar 2012 09:45:43 -0800 (PST) To: FreeBSD-gnats-submit@freebsd.org From: Jason E. Hale X-send-pr-version: 3.113 X-GNATS-Notify: Cc: ruby@FreeBSD.org Subject: [DEPRECATE] audio/ruby-musicbrainz: Mark DEPRECATED, set EXPIRATION_DATE X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 18:11:49 -0000 >Submitter-Id: current-users >Originator: Jason E. Hale >Organization: none >Confidential: no >Synopsis: [DEPRECATE] audio/ruby-musicbrainz: Mark DEPRECATED, set EXPIRATION_DATE >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-RELEASE i386 >Environment: System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386 >Description: - audio/ruby-musicbrainz depends on audio/libmusicbrainz which no longer functions and will be removed in the future - The MusicBrainz RDF webservice no longer functions and since the sole purpose of this port is to fetch from that service, it should be removed - Consider RBrainz instead: http://rbrainz.rubyforge.org/ - No other ports depend on this port - Mark DEPRECATED and set EXPIRATION_DATE to one month from now >How-To-Repeat: - Use attached diff >Fix: --- 2012-03-05-ruby-musicbrainz.diff begins here --- diff -ruN ruby-musicbrainz.orig/Makefile ruby-musicbrainz/Makefile --- ruby-musicbrainz.orig/Makefile 2012-03-05 12:27:49.000000000 -0500 +++ ruby-musicbrainz/Makefile 2012-03-05 12:28:19.000000000 -0500 @@ -18,6 +18,9 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz +DEPRECATED= MusicBrainz RDF webservice no longer functions +EXPIRATION_DATE= 2012-04-05 + USE_RUBY= yes USE_RUBY_EXTCONF= yes --- 2012-03-05-ruby-musicbrainz.diff ends here --- From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 7 08:28:34 2012 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 42B66106564A for ; Wed, 7 Mar 2012 08:28:34 +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 23FED8FC23 for ; Wed, 7 Mar 2012 08:28:34 +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 q278SYAV087660 for ; Wed, 7 Mar 2012 08:28:34 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Mar 2012 08:28:34 GMT Message-Id: <201203070828.q278SYAV087660@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org 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: Wed, 07 Mar 2012 08:28:34 -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: converters/ruby-lv broken because: has not patched in quite some time build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20120224133819/ruby18-lv-0.12.log (_Feb_27_21:49:46_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=ruby-lv portname: databases/ruby-kyotocabinet broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-kyotocabinet 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-active_model broken because: dm-active_model requires activemodel (~> 3.1.0) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-dm-active_model portname: devel/rubygem-ruby-debug-ide broken because: incomplete plist build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.9.20120118054720/rubygem-ruby-debug-ide-0.4.16.log (_Jan_14_19:22:40_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-ruby-debug-ide portname: www/redmine broken because: Does not work with RubyGems 1.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=redmine 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 Wed Mar 7 08:29:17 2012 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 0DC1D1065677 for ; Wed, 7 Mar 2012 08:29:17 +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 F13708FC23 for ; Wed, 7 Mar 2012 08:29:16 +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 q278TGIi092698 for ; Wed, 7 Mar 2012 08:29:16 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 Mar 2012 08:29:16 GMT Message-Id: <201203070829.q278TGIi092698@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ruby@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion 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: Wed, 07 Mar 2012 08:29:17 -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: converters/ruby-lv description: A Ruby library to use LV's encoding conversion engine maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: upstream no longer has this expiration date: 2012-03-14 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20120224133819/ruby18-lv-0.12.log (_Feb_27_21:49:46_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=ruby-lv 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 Thu Mar 8 05:35:19 2012 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 BF0FB1065672; Thu, 8 Mar 2012 05:35: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 924758FC0A; Thu, 8 Mar 2012 05:35:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q285ZJwp086291; Thu, 8 Mar 2012 05:35:19 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q285ZJhj086287; Thu, 8 Mar 2012 05:35:19 GMT (envelope-from pgollucci) Date: Thu, 8 Mar 2012 05:35:19 GMT Message-Id: <201203080535.q285ZJhj086287@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165439: New port: devel/rubygem-jeweler Simple and opinionated helper for creating Rubygem projects 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, 08 Mar 2012 05:35:19 -0000 Synopsis: New port: devel/rubygem-jeweler Simple and opinionated helper for creating Rubygem projects Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Thu Mar 8 05:35:19 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165439 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 9 01:28:19 2012 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C898F1065672; Fri, 9 Mar 2012 01:28: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 A04668FC14; Fri, 9 Mar 2012 01:28:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q291SJ0K058183; Fri, 9 Mar 2012 01:28:19 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q291SJOv058179; Fri, 9 Mar 2012 01:28:19 GMT (envelope-from pgollucci) Date: Fri, 9 Mar 2012 01:28:19 GMT Message-Id: <201203090128.q291SJOv058179@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165728: [DEPRECATE] audio/ruby-musicbrainz: Mark DEPRECATED, set EXPIRATION_DATE 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, 09 Mar 2012 01:28:19 -0000 Synopsis: [DEPRECATE] audio/ruby-musicbrainz: Mark DEPRECATED, set EXPIRATION_DATE Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Fri Mar 9 01:28:19 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165728 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 9 05:07:37 2012 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 42754106564A; Fri, 9 Mar 2012 05:07:37 +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 19FE98FC14; Fri, 9 Mar 2012 05:07:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2957aXQ084735; Fri, 9 Mar 2012 05:07:36 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2957aN9084731; Fri, 9 Mar 2012 05:07:36 GMT (envelope-from pgollucci) Date: Fri, 9 Mar 2012 05:07:36 GMT Message-Id: <201203090507.q2957aN9084731@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/165487: [maintainer-update] science/ruby-gphys: update to 1.2.1 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, 09 Mar 2012 05:07:37 -0000 Synopsis: [maintainer-update] science/ruby-gphys: update to 1.2.1 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Fri Mar 9 05:07:36 UTC 2012 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=165487