From owner-freebsd-ruby@FreeBSD.ORG Sun Aug 25 03:40:54 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E3AFC629; Sun, 25 Aug 2013 03:40:54 +0000 (UTC) (envelope-from Robert.Burmeister@utoledo.edu) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA41C24E2; Sun, 25 Aug 2013 03:40:53 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMAACl8GVKDtwIWl2dsb2JhbABZgkN5UYMnvGkefBYOAQEBAQEIFgc8giQBAQQkBCwmBRAgAgUWCwILAwIBAgFLAQwBBwEBh3cGpE2IV4kTgSmOI4Esgm+BMQOeGI5xgU5A X-IronPort-AV: E=Sophos;i="4.89,950,1367985600"; d="scan'208,217";a="231008048" Received: from dlpint00.utoledo.edu ([131.183.2.22]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Aug 2013 23:39:43 -0400 Received: from MsgApp11.utad.utoledo.edu (msgapp11.utad.utoledo.edu [131.183.3.7]) by dlpint00.utoledo.edu (RSA Interceptor); Sat, 24 Aug 2013 23:39:31 -0400 Received: from [192.168.1.65] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.2.328.9; Sat, 24 Aug 2013 23:39:30 -0400 Message-ID: <52197C51.3060804@UToledo.edu> Date: Sat, 24 Aug 2013 23:38:57 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 To: , Subject: FreeBSD Port: devel/pkgconf X-Priority: 1 (Highest) X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 03:40:55 -0000 On 8/14/2013 2:55 PM, Robert Burmeister wrote: > FreeBSD 9.2PR2 i386 > > More ports are provoking the error > /usr/local/lib/ruby/site_ruby/1.9/pkgtools.rb:828: stack level too deep > (SystemStackError) > when being updated with portupgrade, > apparently due to the large number of ports that depend on them. > > It takes over half a day to remove and reinstall /math/sage to update > /x11/libx11. > > Please look into this limitation. > I remember you reported this back in June as well. What is weird is that I have not been able to recreate this and no other users have reported it as well. I will look into it more this week. I suggest using portmaster in the meantime. -- Regards, Bryan Drewery devel/pkgconf is currently unupdatable. BEASTIE# portupgrade -arR ---> Upgrading 'pkgconf-0.9.2_1' to 'pkgconf-0.9.3' (devel/pkgconf) ---> Building '/usr/ports/devel/pkgconf' ===> Cleaning for pkgconf-0.9.3 ===> License BSD accepted by the user ===> Fetching all distfiles required by pkgconf-0.9.3 for building ===> Extracting for pkgconf-0.9.3 => SHA256 Checksum OK for pkgconf-0.9.3.tar.bz2. ===> Patching for pkgconf-0.9.3 ===> Configuring for pkgconf-0.9.3 configure: loading site script /usr/ports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for strlcpy... (cached) yes checking for strlcat... (cached) yes checking for strndup... (cached) yes checking whether to enable strict mode... (cached) no checking how to run the C preprocessor... cpp checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether ln -s works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating tests/run.sh config.status: creating config.h ===> Building for pkgconf-0.9.3 cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c main.c -o main.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c cache.c -o cache.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c pkg.c -o pkg.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c bsdstubs.c -o bsdstubs.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c getopt_long.c -o getopt_long.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c fragment.c -o fragment.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c argvsplit.c -o argvsplit.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c fileio.c -o fileio.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c tuple.c -o tuple.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c dependency.c -o dependency.o cc -O2 -fno-strict-aliasing -pipe -march=prescott -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DPKG_DEFAULT_PATH=\"/usr/local/libdata/pkgconfig:/usr/libdata/pkgco nfig\" -DSYSTEM_INCLUDEDIR=\"/usr/include\" -DSYSTEM_LIBDIR=\"/usr/lib\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2 -c queue.c -o queue.o cc -o pkgconf main.o cache.o pkg.o bsdstubs.o getopt_long.o fragment.o argvsplit.o fileio.o tuple.o dependency.o queue.o /usr/local/lib/ruby/site_ruby/1.9/pkgtools/pkgtools.rb:828: stack level too deep (SystemStackError) BEASTIE# From owner-freebsd-ruby@FreeBSD.ORG Sun Aug 25 11:35:09 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BB1FEA7 for ; Sun, 25 Aug 2013 11:35:09 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49F9428D6 for ; Sun, 25 Aug 2013 11:35:09 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7PBZ9DV045099 for ; Sun, 25 Aug 2013 11:35:09 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7PBZ91S045095; Sun, 25 Aug 2013 11:35:09 GMT (envelope-from portscout) Message-Id: <201308251135.r7PBZ91S045095@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 25 Aug 2013 11:35:09 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 11:35:09 -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 ------------------------------------------------+-----------------+------------ textproc/rubygem-spreadsheet | 0.8.6 | 0.8.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@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Mon Aug 26 10:14:47 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1092334 for ; Mon, 26 Aug 2013 10:14:47 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F61720F7 for ; Mon, 26 Aug 2013 10:14:47 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7QAElCa083545 for ; Mon, 26 Aug 2013 10:14:47 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7QAEl4o083544; Mon, 26 Aug 2013 10:14:47 GMT (envelope-from portscout) Message-Id: <201308261014.r7QAEl4o083544@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 26 Aug 2013 10:14:47 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 10:14:47 -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-chronic | 0.9.1 | 0.10.0 ------------------------------------------------+-----------------+------------ www/rubygem-uglifier | 2.1.1 | 2.2.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@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Mon Aug 26 11:07:57 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9CE0E50A for ; Mon, 26 Aug 2013 11:07:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89C362930 for ; Mon, 26 Aug 2013 11:07:57 +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 r7QB7vek067417 for ; Mon, 26 Aug 2013 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7QB7vcj067415 for ruby@FreeBSD.org; Mon, 26 Aug 2013 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 Aug 2013 11:07:57 GMT Message-Id: <201308261107.r7QB7vcj067415@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, 26 Aug 2013 11:07:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/181447 ruby textproc/rubygem-sass: Update to the last version o ports/181262 ruby lang/ruby19|20 and devel/py-yaml problem install o ports/181246 ruby devel/ruby-build: Update to 20130806 3 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Aug 26 15:38:22 2013 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F33BBCB for ; Mon, 26 Aug 2013 15:38:22 +0000 (UTC) (envelope-from 3Z3YbUgEWBFgXH71M4H6LM4H.CO618P.2ECHK1OfH44bsd.EH6@photos-server.bounces.google.com) Received: from mail-pb0-f74.google.com (mail-pb0-f74.google.com [209.85.160.74]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 550642C0C for ; Mon, 26 Aug 2013 15:38:21 +0000 (UTC) Received: by mail-pb0-f74.google.com with SMTP id rq2so136359pbb.5 for ; Mon, 26 Aug 2013 08:38:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:reply-to:message-id:date:subject:from:to:content-type; bh=2prRltGwbg8ql0++BbJ5lQiZgf+Iw83fcxJXLMXJJqQ=; b=i4jGDLgf/Fcr96Qs+GR0fOeGiYnY86G2QJ/C8w17UoH7E+jo/cmFlxZUg7QnGGpWw4 LbEzzMzIwls/yaAQVFTbHfeILJs13gQSZp5mtmWmFhHGoIsFhudtlShtoR6rzgSuzSk5 T9kXEhHyYFDEiyID2xQ7l7wrJAuZVgR90V6n11ez/+fRL6RAaPSN64EF4QKBa/RgLfOa m/jPT5bGB68SoySAFUhpw950hUnEJVz6BANfiyORev+NrDebn19LHLFbDgn1WmY1PuT1 5J1lgg8El5uIgMyKYH4anKWYoW49BFmpu49q1ScNzOROZO8Yd2na9WTAuNH15TswKBqX 0NIQ== MIME-Version: 1.0 X-Received: by 10.66.250.233 with SMTP id zf9mr4256041pac.12.1377531495525; Mon, 26 Aug 2013 08:38:15 -0700 (PDT) Message-ID: <047d7b15a267752ccb04e4db8b98@google.com> Date: Mon, 26 Aug 2013 15:38:15 +0000 Subject: Stone mosaic and Glass mosaic and Metal mosaic shared an album with you. From: Stone mosaic and Glass mosaic and Metal mosaic <7@rhbwergvwer.mygbiz.com> To: ruby@FreeBSD.org Content-Type: multipart/related; boundary=047d7b15a267752cc504e4db8b96 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stone mosaic and Glass mosaic and Metal mosaic <7@rhbwergvwer.mygbiz.com> List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 15:38:22 -0000 --047d7b15a267752cc504e4db8b96 Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Content-Transfer-Encoding: base64 OTIzNDUwOTU1MTI2ODYyMTExMjkwMTUwMDMxMTA0MDY1MjA0MjAzNTE1MjI4OTI3MTcyNTc1NTM3 NjE4MDEwMjY2MDAyNjM4Mjg5MzQyODc3Nzg1NDUxNjM3Nzg2MTczOTk2ME15ICANCmRlYXIgIA0K ZnJpZW5kLA0KDQoNCkhvd5JzIHlvdXIgYnVzaW5lc3MgcmVjZW50bHk/DQoNCg0KV2UgYXJlIHdy aXRpbmcgdG8gdXBkYXRlIHlvdSBvdXIgbmV3IGRlc2lnbnMgaW4gMjAxMywgd2UgYXJlIHNwZWNp YWwgaW4gIA0KbWFudWZhY3R1cmluZyBhbmQgZGVzaWduaW5nIHRoZSBtb3NhaWMgdGlsZXMsIGlu Y2x1ZGluZyB0aGUgbWFyYmxlIHN0b25lICANCm1vc2FpYyBhbmQgZ2xhc3MgbW9zYWljIGFuZCBt ZXRhbCBtb3NhaWMsIGVjdC4NCg0KDQpXaXRoIG1vcmUgdGhhbiAxMCB5ZWFycyBwcm9kdWN0aW9u IGFuZCBleHBvcnQgZXhwZXJpZW5jZSwgd2UgaGF2ZSAgDQpzdWNjZXNzZnVsbHkgZGV2ZWxvcGVk IHRob3VzYW5kcyBvZiBtb3NhaWMgZGVzaWducyB0byBtZWV0IHRoZSBuZWVkIG9mICANCmRpZmZl cmVudCBtYXJrZXQhIEFuZCB3ZSBjYW4gYWxzbyBtYWtlIGl0IGFjY29yZGluZyB0byB5b3VyIG93 biBkZXNpZ25zIG9yICANCnJlcXVpcmVtZW50cyENCg0KDQpJZiB5b3UgYXJlIGludGVyZXN0ZWQg aW4gb3VyIG1vc2FpY3MsIHdlIHdvdWxkIGxpa2UgdG8gc2VuZCB5b3Ugb3VyICANCmNhdGFsb2d1 ZSBhbmQgcHJpY2VsaXN0IGZvciB5b3VyIHJlZmVyZW5jZSwgd2UgYXJlIGV4cGVjdGluZyB5b3Vy IGtpbmQgIA0KcHJvbXB0IHJlcGx5IGFuZCBmZWVkYmFjayEgVGhhbmtzIGluIGFkdmFuY2UhDQoN Cg0KDQotLS0NClRoYW5rcyAmIGJlc3QgcmVnYXJkcw0KU2FicmluYSBMYXcNCkdlbmVyYWwgbWFu YWdlcg0KTW9zYWljIEZhY3RvcnkNCkFkZC46IEZvc2hhbiBHdWFuZ2RvbmcgQ2hpbmENCnVsekpz c2ZSdFBicVhwYmZGdHFrQ3pXc1JXVERHVnFzQkxHanpSbUZ6cFVkZWNoU0xTeEtKWmRnWHdMRW9X WXRWYW95VGhVR2hFQ2ZNZVBVdFVmWnJvTGhGeHVGV2xIdUViV0FCaUNIUUZsdXV0eUFHT3NGRVVZ YlNySHpqUlVvUlZqZ09jQkJkbHlhdVp4UHBQYVVtV3NjbnRwQlNnb3B6WFJ2eGRrRExBZ2JjYWZR WGV2VlZsYmRWdVhDQWlXcmhZbXdmZlNTdENPcUtPbUVRRUJ2T0xoUmNpZXBHSGRlb0xzV21TWXNB cFZRUlBVRnlGa0t3TVFTS2pNcmJYTGdXTmJsVVRIdFVyRFJ6UUNHZ1VTTWVieVVzeXVZYnFMTldn YkVVbkhhVUtweQ0KDQpodHRwczovL3BpY2FzYXdlYi5nb29nbGUuY29tL2xoL3NyZWRpcj91bmFt ZT0xMDc4NDM1OTY5OTU0NjMzMzMwMzYmdGFyZ2V0PUFMQlVNJmlkPTU4OTg5NzM5NDI3NDQ1NDc4 ODkmYXV0aGtleT1HdjFzUmdDS3lpaDZfX3ZLN2pEQSZpbnZpdGU9Q0pTbThLY0UmZmVhdD1lbWFp bA0K --047d7b15a267752cc504e4db8b96-- From owner-freebsd-ruby@FreeBSD.ORG Tue Aug 27 10:47:23 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3A7A39C for ; Tue, 27 Aug 2013 10:47:23 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFD4A2DEB for ; Tue, 27 Aug 2013 10:47:23 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7RAlNRU086939 for ; Tue, 27 Aug 2013 10:47:23 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7RAlNR8086938; Tue, 27 Aug 2013 10:47:23 GMT (envelope-from portscout) Message-Id: <201308271047.r7RAlNR8086938@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 27 Aug 2013 10:47:23 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 10:47:23 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ruby@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ www/rubygem-selenium-webdriver | 2.33.0 | 2.35.1 ------------------------------------------------+-----------------+------------ www/rubygem-selnium-webdriver | 2.33.0 | 2.35.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Aug 27 16:20:08 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DA60A3DA; Tue, 27 Aug 2013 16:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1B06225F; Tue, 27 Aug 2013 16:20:08 +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 r7RGK8mW023843; Tue, 27 Aug 2013 16:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7RGK849023842; Tue, 27 Aug 2013 16:20:08 GMT (envelope-from edwin) Date: Tue, 27 Aug 2013 16:20:08 GMT Message-Id: <201308271620.r7RGK849023842@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181585: [MAINTAINER] sysutils/rubygem-chef: update to 11.6.0 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, 27 Aug 2013 16:20:08 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 11.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 27 16:20:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181585 From owner-freebsd-ruby@FreeBSD.ORG Tue Aug 27 17:10:07 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E458486; Tue, 27 Aug 2013 17:10:07 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74FAB2579; Tue, 27 Aug 2013 17:10:07 +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 r7RHA7nE041615; Tue, 27 Aug 2013 17:10:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7RHA734041614; Tue, 27 Aug 2013 17:10:07 GMT (envelope-from edwin) Date: Tue, 27 Aug 2013 17:10:07 GMT Message-Id: <201308271710.r7RHA734041614@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181587: [MAINTAINER] net/rubygem-bunny: update to 0.10.4 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, 27 Aug 2013 17:10:07 -0000 Synopsis: [MAINTAINER] net/rubygem-bunny: update to 0.10.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Aug 27 17:10:07 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181587 From owner-freebsd-ruby@FreeBSD.ORG Wed Aug 28 10:39:48 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5BB098D2 for ; Wed, 28 Aug 2013 10:39:48 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49C7B2C7A for ; Wed, 28 Aug 2013 10:39:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7SAdmGC047813 for ; Wed, 28 Aug 2013 10:39:48 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7SAdm8W047810; Wed, 28 Aug 2013 10:39:48 GMT (envelope-from portscout) Message-Id: <201308281039.r7SAdm8W047810@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 28 Aug 2013 10:39:48 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 10:39:48 -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-chronic | 0.9.1 | 0.10.1 ------------------------------------------------+-----------------+------------ devel/rubygem-execjs | 1.4.0 | 2.0.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu Aug 29 10:10:43 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 152C9B59 for ; Thu, 29 Aug 2013 10:10:43 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0373B266F for ; Thu, 29 Aug 2013 10:10:43 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7TAAgxA094023 for ; Thu, 29 Aug 2013 10:10:42 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7TAAgIn094019; Thu, 29 Aug 2013 10:10:42 GMT (envelope-from portscout) Message-Id: <201308291010.r7TAAgIn094019@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 29 Aug 2013 10:10:42 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 10:10: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 ------------------------------------------------+-----------------+------------ www/rubygem-uglifier | 2.1.1 | 2.2.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Thu Aug 29 23:50:08 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BCAA610F; Thu, 29 Aug 2013 23:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9404C23A8; Thu, 29 Aug 2013 23:50:08 +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 r7TNo8WB051449; Thu, 29 Aug 2013 23:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7TNo8l8051448; Thu, 29 Aug 2013 23:50:08 GMT (envelope-from edwin) Date: Thu, 29 Aug 2013 23:50:08 GMT Message-Id: <201308292350.r7TNo8l8051448@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181663: [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE 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, 29 Aug 2013 23:50:08 -0000 Synopsis: [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 29 23:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181663 From owner-freebsd-ruby@FreeBSD.ORG Fri Aug 30 00:20:01 2013 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8B4AB6D5 for ; Fri, 30 Aug 2013 00:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 771602555 for ; Fri, 30 Aug 2013 00:20: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 r7U0K1QP063112 for ; Fri, 30 Aug 2013 00:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U0K1rr063111; Fri, 30 Aug 2013 00:20:01 GMT (envelope-from gnats) Date: Fri, 30 Aug 2013 00:20:01 GMT Message-Id: <201308300020.r7U0K1rr063111@freefall.freebsd.org> To: ruby@FreeBSD.org From: Stanislav Sedov Subject: Re: ports/181663: [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stanislav Sedov List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 00:20:01 -0000 The following reply was made to PR ports/181663; it has been noted by GNATS. From: Stanislav Sedov To: Yasuhiro KIMURA Cc: FreeBSD PR followup Subject: Re: ports/181663: [PATCH] lang/ruby18: mark DEPRECATED and set EXPIRATION_DATE Date: Thu, 29 Aug 2013 17:15:18 -0700 I am not sure it is a good idea at this point. A lot of commercial consumers of FreeBSD still use ruby 1.8 despite the fact it is EOL, and will use it for a while since some software is quite hard to migrate. I'm all for printing the EOL message, but my believe it is a bit premature to drop ruby 1.8 now or 6 months later. This might cause FreeBSD consumers to drop FreeBSD and move to Linux, which still defaults to 1.8 in it's majority, as far as I know. -- Stanislav Sedov ST4096-RIPE () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments From owner-freebsd-ruby@FreeBSD.ORG Fri Aug 30 09:44:53 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19FBDDCE for ; Fri, 30 Aug 2013 09:44:53 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0822D2610 for ; Fri, 30 Aug 2013 09:44:53 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7U9iqae071211 for ; Fri, 30 Aug 2013 09:44:52 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7U9iqFR071210; Fri, 30 Aug 2013 09:44:52 GMT (envelope-from portscout) Message-Id: <201308300944.r7U9iqFR071210@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 30 Aug 2013 09:44:52 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 09:44:53 -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 ------------------------------------------------+-----------------+------------ archivers/rubygem-rubyzip | 0.9.9 | 1.0.0 ------------------------------------------------+-----------------+------------ databases/rubygem-activerecord-jdbcmysql-adapter | 1.2.9 | 1.3.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@FreeBSD.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Sat Aug 31 09:34:32 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C83B9D3 for ; Sat, 31 Aug 2013 09:34:32 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (unknown [IPv6:2001:1900:2254:206a::50:123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B18A260B for ; Sat, 31 Aug 2013 09:34:32 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id r7V9YWil081257 for ; Sat, 31 Aug 2013 09:34:32 GMT (envelope-from portscout@portscout.freebsd.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.6/Submit) id r7V9YW6I081253; Sat, 31 Aug 2013 09:34:32 GMT (envelope-from portscout) Message-Id: <201308310934.r7V9YW6I081253@portscout.freebsd.org> Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 31 Aug 2013 09:34:32 +0000 From: portscout@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 09:34:32 -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 ------------------------------------------------+-----------------+------------ misc/rubygem-mime-types | 1.23 | 1.25 ------------------------------------------------+-----------------+------------ 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@FreeBSD.org Thanks.