From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 03:50: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 97935A65 for ; Sun, 9 Jun 2013 03:50: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 76E961CAD for ; Sun, 9 Jun 2013 03:50: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 r593o1Vg012401 for ; Sun, 9 Jun 2013 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r593o15w012284; Sun, 9 Jun 2013 03:50:01 GMT (envelope-from gnats) Date: Sun, 9 Jun 2013 03:50:01 GMT Message-Id: <201306090350.r593o15w012284@freefall.freebsd.org> To: ruby@FreeBSD.org From: Jason Helfman Subject: Re: ports/179206: [patch] Please update archivers/ruby-zip to 0.9.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 03:50:01 -0000 The following reply was made to PR ports/179206; it has been noted by GNATS. From: Jason Helfman To: =?ISO-8859-1?Q?Jos=E9_Garc=EDa_Juanino?= Cc: bug-followup@freebsd.org Subject: Re: ports/179206: [patch] Please update archivers/ruby-zip to 0.9.9 Date: Sat, 8 Jun 2013 20:48:03 -0700 --047d7b15a337fc91af04deb08758 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Most recent version of this is found also at rubygems. Is there any other reason that this would need to be changed to github, then? Thanks! -jgh On Sun, Jun 2, 2013 at 9:54 AM, Jos=E9 Garc=EDa Juanino wrote: > > >Number: 179206 > >Category: ports > >Synopsis: [patch] Please update archivers/ruby-zip to 0.9.9 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: update > >Submitter-Id: current-users > >Arrival-Date: Sun Jun 02 17:00:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: Jos=E9 Garc=EDa Juanino > >Release: FreeBSD 9.1 RELEASE > >Organization: > >Environment: > >Description: > Hi, > > I send a patch to update ruby-zip port to the most recent version in > github. > > Best regards > >How-To-Repeat: > > >Fix: > > > Patch attached with submission follows: > > diff -uNr ruby-zip.old/Makefile ruby-zip/Makefile > --- ruby-zip.old/Makefile 2013-06-02 18:29:13.000000000 +0200 > +++ ruby-zip/Makefile 2013-06-02 18:41:48.000000000 +0200 > @@ -2,31 +2,34 @@ > # $FreeBSD: ports/archivers/ruby-zip/Makefile,v 1.26 2012/12/18 08:04:12 > svnexp Exp $ > > PORTNAME=3D zip > -PORTVERSION=3D 0.9.4 > +PORTVERSION=3D 0.9.9 > CATEGORIES=3D archivers ruby > -MASTER_SITES=3D SF/ruby${PORTNAME}/ruby${PORTNAME}/${PORTVERSION} > PKGNAMEPREFIX=3D ${RUBY_PKGNAMEPREFIX} > DISTNAME=3D ruby${PORTNAME}-${PORTVERSION} > -EXTRACT_SUFX=3D .tgz > DIST_SUBDIR=3D ruby > > MAINTAINER=3D ruby@FreeBSD.org > COMMENT=3D Ruby module for reading and writing ZIP files > > -MAKE_JOBS_SAFE=3D yes > - > USE_RUBY=3D yes > USE_RUBY_FEATURES=3D zlib > > -WRKSRC=3D ${WRKDIR}/rubyzip-${PORTVERSION} > +USE_GITHUB=3D yes > +GH_ACCOUNT=3D aussiegeek > +GH_PROJECT=3D ruby${PORTNAME} > +GH_COMMIT=3D 7bd96f5 > + > NO_BUILD=3D yes > > -DOCS=3D ChangeLog NEWS README TODO > -EXAMPLES=3D samples/* > +DOCS=3D NEWS README.md TODO > +EXAMPLES=3D samples/*.rb > + > +.include > > do-install: > ${MKDIR} ${RUBY_SITELIBDIR}/zip > ${INSTALL_DATA} ${WRKSRC}/lib/zip/*.rb ${RUBY_SITELIBDIR}/zip > + > .if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${RUBY_MODEXAMPLESDIR} > .for f in ${EXAMPLES} > @@ -38,4 +41,4 @@ > .endfor > .endif > > -.include > +.include > diff -uNr ruby-zip.old/distinfo ruby-zip/distinfo > --- ruby-zip.old/distinfo 2011-03-09 05:12:44.000000000 +0100 > +++ ruby-zip/distinfo 2013-06-02 18:07:44.000000000 +0200 > @@ -1,2 +1,2 @@ > -SHA256 (ruby/rubyzip-0.9.4.tgz) =3D > 8e13d1a34cb35998b508e3aee0db74d124d2108ec6785475c15f5e8befada5c0 > -SIZE (ruby/rubyzip-0.9.4.tgz) =3D 63696 > +SHA256 (ruby/rubyzip-0.9.9.tar.gz) =3D > e054e847aea0ee6dfb1044e234fae74de8387475891164a140818f04295d0072 > +SIZE (ruby/rubyzip-0.9.9.tar.gz) =3D 59037 > diff -uNr ruby-zip.old/pkg-descr ruby-zip/pkg-descr > --- ruby-zip.old/pkg-descr 2002-01-26 13:27:30.000000000 +0100 > +++ ruby-zip/pkg-descr 2013-06-02 18:41:34.000000000 +0200 > @@ -1,4 +1,4 @@ > This is a Ruby module or reading and writing zip files. > > Author: Thomas Sondergaard > -WWW: http://rubyzip.sourceforge.net/ > +WWW: http://rubyzip.sourceforge.net/ > diff -uNr ruby-zip.old/pkg-plist ruby-zip/pkg-plist > --- ruby-zip.old/pkg-plist 2006-07-03 02:42:10.000000000 +0200 > +++ ruby-zip/pkg-plist 2013-06-02 18:41:15.000000000 +0200 > @@ -1,19 +1,36 @@ > +%%RUBY_SITELIBDIR%%/zip/compressor.rb > +%%RUBY_SITELIBDIR%%/zip/constants.rb > +%%RUBY_SITELIBDIR%%/zip/decompressor.rb > +%%RUBY_SITELIBDIR%%/zip/deflater.rb > +%%RUBY_SITELIBDIR%%/zip/dos_time.rb > +%%RUBY_SITELIBDIR%%/zip/inflater.rb > %%RUBY_SITELIBDIR%%/zip/ioextras.rb > -%%RUBY_SITELIBDIR%%/zip/stdrubyext.rb > +%%RUBY_SITELIBDIR%%/zip/null_compressor.rb > +%%RUBY_SITELIBDIR%%/zip/null_input_stream.rb > +%%RUBY_SITELIBDIR%%/zip/pass_thru_compressor.rb > +%%RUBY_SITELIBDIR%%/zip/pass_thru_decompressor.rb > +%%RUBY_SITELIBDIR%%/zip/settings.rb > %%RUBY_SITELIBDIR%%/zip/tempfile_bugfixed.rb > %%RUBY_SITELIBDIR%%/zip/zip.rb > +%%RUBY_SITELIBDIR%%/zip/zip_central_directory.rb > +%%RUBY_SITELIBDIR%%/zip/zip_entry.rb > +%%RUBY_SITELIBDIR%%/zip/zip_extra_field.rb > +%%RUBY_SITELIBDIR%%/zip/zip_file.rb > +%%RUBY_SITELIBDIR%%/zip/zip_input_stream.rb > +%%RUBY_SITELIBDIR%%/zip/zip_output_stream.rb > +%%RUBY_SITELIBDIR%%/zip/zip_streamable_directory.rb > +%%RUBY_SITELIBDIR%%/zip/zip_streamable_stream.rb > %%RUBY_SITELIBDIR%%/zip/zipfilesystem.rb > -%%RUBY_SITELIBDIR%%/zip/ziprequire.rb > -@dirrm %%RUBY_SITELIBDIR%%/zip > -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb > -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb > -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb > -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb > -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb > -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb > -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% > -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog > +@dirrm %%RUBY_SITELIBDIR%% > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example.rb > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_recursive.rb > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb > +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb > +%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% > %%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS > -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README > +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.md > %%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO > %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to " > freebsd-ports-bugs-unsubscribe@freebsd.org" > --=20 -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve --047d7b15a337fc91af04deb08758 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Most recent version of this is found also a= t rubygems.
Is there any other reason that this would need to be c= hanged to github, then?

Thanks!
-jgh


On Sun, Jun 2, 2013 at 9:54 AM, Jos=E9 G= arc=EDa Juanino <jjuanino@gmail.com> wrote:

>Number: =A0 =A0 =A0 =A0 179206
>Category: =A0 =A0 =A0 ports
>Synopsis: =A0 =A0 =A0 [patch] Please update archivers/ruby-zip to 0.9.9=
>Confidential: =A0 no
>Severity: =A0 =A0 =A0 non-critical
>Priority: =A0 =A0 =A0 low
>Responsible: =A0 =A0freebsd-ports-bugs
>State: =A0 =A0 =A0 =A0 =A0open
>Quarter:
>Keywords:
>Date-Required:
>Class: =A0 =A0 =A0 =A0 =A0update
>Submitter-Id: =A0 current-users
>Arrival-Date: =A0 Sun Jun 02 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: =A0 =A0 Jos=E9 Garc=EDa Juanino
>Release: =A0 =A0 =A0 =A0FreeBSD 9.1 RELEASE
>Organization:
>Environment:
>Description:
Hi,

I send a patch to update ruby-zip port to the most recent version in github= .

Best regards
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -uNr ruby-zip.old/Makefile ruby-zip/Makefile
--- ruby-zip.old/Makefile =A0 =A0 =A0 2013-06-02 18:29:13.000000000 +0200 +++ ruby-zip/Makefile =A0 2013-06-02 18:41:48.000000000 +0200
@@ -2,31 +2,34 @@
=A0# $FreeBSD: ports/archivers/ruby-zip/Makefile,v 1.26 2012/12/18 08:04:12= svnexp Exp $

=A0PORTNAME=3D =A0 =A0 =A0zip
-PORTVERSION=3D =A0 0.9.4
+PORTVERSION=3D =A0 0.9.9
=A0CATEGORIES=3D =A0 =A0archivers ruby
-MASTER_SITES=3D =A0SF/ruby${PORTNAME}/ruby${PORTNAME}/${PORTVERSION}
=A0PKGNAMEPREFIX=3D ${RUBY_PKGNAMEPREFIX}
=A0DISTNAME=3D =A0 =A0 =A0ruby${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX=3D =A0.tgz
=A0DIST_SUBDIR=3D =A0 ruby

=A0MAINTAINER=3D =A0 =A0ruby@FreeBSD.org
=A0COMMENT=3D =A0 =A0 =A0 Ruby module for reading and writing ZIP files

-MAKE_JOBS_SAFE=3D =A0 =A0 =A0 =A0yes
-
=A0USE_RUBY=3D =A0 =A0 =A0yes
=A0USE_RUBY_FEATURES=3D =A0 =A0 zlib

-WRKSRC=3D =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0${WRKDIR}/rubyzip-${PORTVERSION}<= br> +USE_GITHUB=3D =A0 =A0yes
+GH_ACCOUNT=3D =A0 =A0aussiegeek
+GH_PROJECT=3D =A0 =A0ruby${PORTNAME}
+GH_COMMIT=3D =A0 =A0 7bd96f5
+
=A0NO_BUILD=3D =A0 =A0 =A0yes

-DOCS=3D =A0 =A0 =A0 =A0 =A0ChangeLog NEWS README TODO
-EXAMPLES=3D =A0 =A0 =A0samples/*
+DOCS=3D =A0 =A0 =A0 =A0 =A0NEWS README.md TODO
+EXAMPLES=3D =A0 =A0 =A0samples/*.rb
+
+.include <bsd.port= .pre.mk>

=A0do-install:
=A0 =A0 =A0 =A0 ${MKDIR} ${RUBY_SITELIBDIR}/zip
=A0 =A0 =A0 =A0 ${INSTALL_DATA} ${WRKSRC}/lib/zip/*.rb ${RUBY_SITELIBDIR}/z= ip
+
=A0.if ${PORT_OPTIONS:MDOCS}
=A0 =A0 =A0 =A0 ${MKDIR} ${RUBY_MODEXAMPLESDIR}
=A0.for f in ${EXAMPLES}
@@ -38,4 +41,4 @@
=A0.endfor
=A0.endif

-.include <bsd.port.mk<= /a>>
+.include <
bsd.por= t.post.mk>
diff -uNr ruby-zip.old/distinfo ruby-zip/distinfo
--- ruby-zip.old/distinfo =A0 =A0 =A0 2011-03-09 05:12:44.000000000 +0100 +++ ruby-zip/distinfo =A0 2013-06-02 18:07:44.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (ruby/rubyzip-0.9.4.tgz) =3D 8e13d1a34cb35998b508e3aee0db74d124d210= 8ec6785475c15f5e8befada5c0
-SIZE (ruby/rubyzip-0.9.4.tgz) =3D 63696
+SHA256 (ruby/rubyzip-0.9.9.tar.gz) =3D e054e847aea0ee6dfb1044e234fae74de83= 87475891164a140818f04295d0072
+SIZE (ruby/rubyzip-0.9.9.tar.gz) =3D 59037
diff -uNr ruby-zip.old/pkg-descr ruby-zip/pkg-descr
--- ruby-zip.old/pkg-descr =A0 =A0 =A02002-01-26 13:27:30.000000000 +0100 +++ ruby-zip/pkg-descr =A02013-06-02 18:41:34.000000000 +0200
@@ -1,4 +1,4 @@
=A0This is a Ruby module or reading and writing zip files.

=A0Author: =A0 =A0 =A0 =A0Thomas Sondergaard <thomass@deltadata.dk>
-WWW: =A0 htt= p://rubyzip.sourceforge.net/
+WWW: http://= rubyzip.sourceforge.net/
diff -uNr ruby-zip.old/pkg-plist ruby-zip/pkg-plist
--- ruby-zip.old/pkg-plist =A0 =A0 =A02006-07-03 02:42:10.000000000 +0200 +++ ruby-zip/pkg-plist =A02013-06-02 18:41:15.000000000 +0200
@@ -1,19 +1,36 @@
+%%RUBY_SITELIBDIR%%/zip/compressor.rb
+%%RUBY_SITELIBDIR%%/zip/constants.rb
+%%RUBY_SITELIBDIR%%/zip/decompressor.rb
+%%RUBY_SITELIBDIR%%/zip/deflater.rb
+%%RUBY_SITELIBDIR%%/zip/dos_time.rb
+%%RUBY_SITELIBDIR%%/zip/inflater.rb
=A0%%RUBY_SITELIBDIR%%/zip/ioextras.rb
-%%RUBY_SITELIBDIR%%/zip/stdrubyext.rb
+%%RUBY_SITELIBDIR%%/zip/null_compressor.rb
+%%RUBY_SITELIBDIR%%/zip/null_input_stream.rb
+%%RUBY_SITELIBDIR%%/zip/pass_thru_compressor.rb
+%%RUBY_SITELIBDIR%%/zip/pass_thru_decompressor.rb
+%%RUBY_SITELIBDIR%%/zip/settings.rb
=A0%%RUBY_SITELIBDIR%%/zip/tempfile_bugfixed.rb
=A0%%RUBY_SITELIBDIR%%/zip/zip.rb
+%%RUBY_SITELIBDIR%%/zip/zip_central_directory.rb
+%%RUBY_SITELIBDIR%%/zip/zip_entry.rb
+%%RUBY_SITELIBDIR%%/zip/zip_extra_field.rb
+%%RUBY_SITELIBDIR%%/zip/zip_file.rb
+%%RUBY_SITELIBDIR%%/zip/zip_input_stream.rb
+%%RUBY_SITELIBDIR%%/zip/zip_output_stream.rb
+%%RUBY_SITELIBDIR%%/zip/zip_streamable_directory.rb
+%%RUBY_SITELIBDIR%%/zip/zip_streamable_stream.rb
=A0%%RUBY_SITELIBDIR%%/zip/zipfilesystem.rb
-%%RUBY_SITELIBDIR%%/zip/ziprequire.rb
-@dirrm %%RUBY_SITELIBDIR%%/zip
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
+@dirrm %%RUBY_SITELIBDIR%%
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example.rb
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_filesystem.rb
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/example_recursive.rb
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/gtkRubyzip.rb
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/qtzip.rb
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/write_simple.rb
+%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/zipfind.rb
+%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%
=A0%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.md
=A0%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO
=A0%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:

_______________________________________________
freebsd-ports-bugs@freebs= d.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bug= s
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org&qu= ot;



--
--
Jason Helf= man=A0=A0=A0=A0=A0=A0 =A0=A0 | FreeBSD Committer
jgh@FreeBSD.org=A0=A0=A0=A0 | http://people.freebsd.org/~jgh=A0 | The Power to Serv= e
--047d7b15a337fc91af04deb08758-- From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 09:40:01 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]) by hub.freebsd.org (Postfix) with ESMTP id 70480AC5 for ; Sun, 9 Jun 2013 09:40: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 60A2A1EE5 for ; Sun, 9 Jun 2013 09:40: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 r599e1oI082424 for ; Sun, 9 Jun 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r599e1ep082423; Sun, 9 Jun 2013 09:40:01 GMT (envelope-from gnats) Date: Sun, 9 Jun 2013 09:40:01 GMT Message-Id: <201306090940.r599e1ep082423@freefall.freebsd.org> To: ruby@FreeBSD.org From: =?iso-8859-1?Q?Jos=E9_Garc=EDa?= Juanino Subject: Re: ports/179206: [patch] Please update archivers/ruby-zip to 0.9.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: =?iso-8859-1?Q?Jos=E9_Garc=EDa?= Juanino List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 09:40:01 -0000 The following reply was made to PR ports/179206; it has been noted by GNATS. From: =?iso-8859-1?Q?Jos=E9_Garc=EDa?= Juanino To: Jason Helfman Cc: bug-followup@freebsd.org Subject: Re: ports/179206: [patch] Please update archivers/ruby-zip to 0.9.9 Date: Sun, 9 Jun 2013 11:32:54 +0200 --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El domingo 09 de junio a las 05:48:03 CEST, Jason Helfman escribi=F3: > Most recent version of this is found also at rubygems. Is there any > other reason that this would need to be changed to github, > then? Yes: the official site of rubyzip development is on github, and the mirrors of sourceforge (previous official development site of rubyzip) no longer containts the most recent version of tarball. Best regards --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlG0S8QACgkQFOo0zaS9RnJVkACcD4SyNSdumtygL1tS0g/m9v9i nz0AnRhVQc5FtsptWOUVof6oHU9n3vss =qAS4 -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU-- From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:21 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]) by hub.freebsd.org (Postfix) with ESMTP id C73BFCBE; Sun, 9 Jun 2013 12:48:21 +0000 (UTC) (envelope-from swills@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 A1DCF17B9; Sun, 9 Jun 2013 12:48:21 +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 r59CmLLV018721; Sun, 9 Jun 2013 12:48:21 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmLuf018720; Sun, 9 Jun 2013 12:48:21 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:21 GMT Message-Id: <201306091248.r59CmLuf018720@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173384: New port: devel/rubygem-glib2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:21 -0000 Synopsis: New port: devel/rubygem-glib2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173384 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:24 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]) by hub.freebsd.org (Postfix) with ESMTP id DD2E0CC0; Sun, 9 Jun 2013 12:48:24 +0000 (UTC) (envelope-from swills@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 B767517BA; Sun, 9 Jun 2013 12:48:24 +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 r59CmOsG018808; Sun, 9 Jun 2013 12:48:24 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmOeK018807; Sun, 9 Jun 2013 12:48:24 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:24 GMT Message-Id: <201306091248.r59CmOeK018807@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173379: New port: accessibility/rubygem-atk X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:24 -0000 Synopsis: New port: accessibility/rubygem-atk Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:24 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173379 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:27 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]) by hub.freebsd.org (Postfix) with ESMTP id B1B98CCE; Sun, 9 Jun 2013 12:48:27 +0000 (UTC) (envelope-from swills@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 8DEEC17BB; Sun, 9 Jun 2013 12:48:27 +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 r59CmRqH018895; Sun, 9 Jun 2013 12:48:27 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmRiH018894; Sun, 9 Jun 2013 12:48:27 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:27 GMT Message-Id: <201306091248.r59CmRiH018894@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173373: New port: graphics/rubygem-cairo X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:27 -0000 Synopsis: New port: graphics/rubygem-cairo Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:27 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173373 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:30 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 F03FCCD1; Sun, 9 Jun 2013 12:48:30 +0000 (UTC) (envelope-from swills@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 CB20617BD; Sun, 9 Jun 2013 12:48:30 +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 r59CmUe6018982; Sun, 9 Jun 2013 12:48:30 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmUij018981; Sun, 9 Jun 2013 12:48:30 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:30 GMT Message-Id: <201306091248.r59CmUij018981@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173377: New port: x11-toolkits/rubygem-pango X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:31 -0000 Synopsis: New port: x11-toolkits/rubygem-pango Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:30 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173377 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:36 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]) by hub.freebsd.org (Postfix) with ESMTP id 0A491CE2; Sun, 9 Jun 2013 12:48:36 +0000 (UTC) (envelope-from swills@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 D98BC17C1; Sun, 9 Jun 2013 12:48:35 +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 r59CmZbL019069; Sun, 9 Jun 2013 12:48:35 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmZ28019068; Sun, 9 Jun 2013 12:48:35 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:35 GMT Message-Id: <201306091248.r59CmZ28019068@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173382: New port: graphics/rubygem-gdk_pixbuf2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:36 -0000 Synopsis: New port: graphics/rubygem-gdk_pixbuf2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173382 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:39 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]) by hub.freebsd.org (Postfix) with ESMTP id D362CCF0; Sun, 9 Jun 2013 12:48:39 +0000 (UTC) (envelope-from swills@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 AED0517C2; Sun, 9 Jun 2013 12:48: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 r59Cmdk9019156; Sun, 9 Jun 2013 12:48:39 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59Cmdaa019155; Sun, 9 Jun 2013 12:48:39 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:39 GMT Message-Id: <201306091248.r59Cmdaa019155@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173378: New port: x11-toolkits/rubygem-gtk2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:39 -0000 Synopsis: New port: x11-toolkits/rubygem-gtk2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:39 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173378 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:43 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]) by hub.freebsd.org (Postfix) with ESMTP id 7B592CF5; Sun, 9 Jun 2013 12:48:43 +0000 (UTC) (envelope-from swills@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 56B0817C5; Sun, 9 Jun 2013 12:48:43 +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 r59CmhFd019245; Sun, 9 Jun 2013 12:48:43 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmhaX019244; Sun, 9 Jun 2013 12:48:43 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:43 GMT Message-Id: <201306091248.r59CmhaX019244@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173374: New port: graphics/rubygem-rsvg2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:43 -0000 Synopsis: New port: graphics/rubygem-rsvg2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173374 From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 9 12:48:46 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 A93FCD03; Sun, 9 Jun 2013 12:48:46 +0000 (UTC) (envelope-from swills@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 848B917C6; Sun, 9 Jun 2013 12:48:46 +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 r59CmksW019335; Sun, 9 Jun 2013 12:48:46 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r59CmkVI019334; Sun, 9 Jun 2013 12:48:46 GMT (envelope-from swills) Date: Sun, 9 Jun 2013 12:48:46 GMT Message-Id: <201306091248.r59CmkVI019334@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173376: New port: x11-toolkits/rubygem-poppler X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 12:48:46 -0000 Synopsis: New port: x11-toolkits/rubygem-poppler Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Jun 9 12:48:46 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173376 From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 10 01:01:34 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 5EBE3D28; Mon, 10 Jun 2013 01:01:34 +0000 (UTC) (envelope-from swills@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 37FCE11F6; Mon, 10 Jun 2013 01:01:34 +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 r5A11YjS075133; Mon, 10 Jun 2013 01:01:34 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5A11YCX075132; Mon, 10 Jun 2013 01:01:34 GMT (envelope-from swills) Date: Mon, 10 Jun 2013 01:01:34 GMT Message-Id: <201306100101.r5A11YCX075132@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173380: New port: textproc/rubygem-hikidoc X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 01:01:34 -0000 Synopsis: New port: textproc/rubygem-hikidoc Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Mon Jun 10 01:01:33 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173380 From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 10 01:01: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 4F97FD2A; Mon, 10 Jun 2013 01:01:39 +0000 (UTC) (envelope-from swills@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 2A10311F7; Mon, 10 Jun 2013 01:01: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 r5A11dvk075223; Mon, 10 Jun 2013 01:01:39 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5A11db5075222; Mon, 10 Jun 2013 01:01:39 GMT (envelope-from swills) Date: Mon, 10 Jun 2013 01:01:39 GMT Message-Id: <201306100101.r5A11db5075222@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173381: New port: textproc/rubygem-rttool X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 01:01:39 -0000 Synopsis: New port: textproc/rubygem-rttool Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Mon Jun 10 01:01:38 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173381 From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 10 01:02:15 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]) by hub.freebsd.org (Postfix) with ESMTP id D360CD48; Mon, 10 Jun 2013 01:02:15 +0000 (UTC) (envelope-from swills@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 AC32711FB; Mon, 10 Jun 2013 01:02:15 +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 r5A12Fgg075318; Mon, 10 Jun 2013 01:02:15 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5A12FmF075317; Mon, 10 Jun 2013 01:02:15 GMT (envelope-from swills) Date: Mon, 10 Jun 2013 01:02:15 GMT Message-Id: <201306100102.r5A12FmF075317@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/173375: New port: textproc/rubygem-rdtool X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 01:02:15 -0000 Synopsis: New port: textproc/rubygem-rdtool Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Mon Jun 10 01:02:15 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=173375 From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 10 11:08:03 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 C1ABC43E for ; Mon, 10 Jun 2013 11:08:03 +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 B0A911D7D for ; Mon, 10 Jun 2013 11:08: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 r5AB83V6098510 for ; Mon, 10 Jun 2013 11:08:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5AB8353098508 for ruby@FreeBSD.org; Mon, 10 Jun 2013 11:08:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Jun 2013 11:08:03 GMT Message-Id: <201306101108.r5AB8353098508@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 11:08:03 -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/179206 ruby [patch] Please update archivers/ruby-zip to 0.9.9 o ports/178842 ruby www/rubygem-actionpack make fails with ruby 2.0 o ports/177150 ruby lang/ruby18 When configured with onigurama attempts to 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 5 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 10 12:55:21 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 1617CD70 for ; Mon, 10 Jun 2013 12:55:21 +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 D38FB15ED for ; Mon, 10 Jun 2013 12:55:20 +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 r5ACtKIA042179 for ; Mon, 10 Jun 2013 08:55:20 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r5ACtKOb041970; Mon, 10 Jun 2013 08:55:20 -0400 (EDT) (envelope-from portscout) Message-Id: <201306101255.r5ACtKOb041970@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 10 Jun 2013 08:55:20 -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: Mon, 10 Jun 2013 12:55:21 -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 ------------------------------------------------+-----------------+------------ databases/rubygem-dm-core | 1.2.0 | 1.2.1 ------------------------------------------------+-----------------+------------ devel/rubygem-jquery-ui-themes | 0.0.8 | 0.0.10 ------------------------------------------------+-----------------+------------ devel/rubygem-safe_yaml | 0.7.0 | 0.8.0 ------------------------------------------------+-----------------+------------ sysutils/rubygem-capistrano | 2.14.2 | 2.15.4 ------------------------------------------------+-----------------+------------ textproc/rubygem-nokogiri | 1.5.0 | 1.6.0 ------------------------------------------------+-----------------+------------ www/rubygem-sinatra | 1.3.2 | 1.4.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 11 08:50:08 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 9A650E1; Tue, 11 Jun 2013 08:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 764BC1631; Tue, 11 Jun 2013 08: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 r5B8o8X0065015; Tue, 11 Jun 2013 08: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 r5B8o8Cl065014; Tue, 11 Jun 2013 08:50:08 GMT (envelope-from edwin) Date: Tue, 11 Jun 2013 08:50:08 GMT Message-Id: <201306110850.r5B8o8Cl065014@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179481: [patch] graphics/rubygem-rmagick: optional X11 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 08:50:08 -0000 Synopsis: [patch] graphics/rubygem-rmagick: optional X11 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 11 08: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=179481 From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 11 13:05:29 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 75295107 for ; Tue, 11 Jun 2013 13:05:29 +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 3FB7B11FC for ; Tue, 11 Jun 2013 13:05:29 +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 r5BD5MVV046265 for ; Tue, 11 Jun 2013 09:05:22 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r5BD5Mdb046198; Tue, 11 Jun 2013 09:05:22 -0400 (EDT) (envelope-from portscout) Message-Id: <201306111305.r5BD5Mdb046198@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 11 Jun 2013 09:05:22 -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, 11 Jun 2013 13:05:29 -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-excon | 0.22.1 | 0.23.0 ------------------------------------------------+-----------------+------------ devel/rubygem-fog | 1.11.1 | 1.12.0 ------------------------------------------------+-----------------+------------ devel/rubygem-jquery-ui-themes | 0.0.8 | 0.0.11 ------------------------------------------------+-----------------+------------ devel/rubygem-pry-remote-em | 0.7.3 | 0.7.4 ------------------------------------------------+-----------------+------------ devel/rubygem-safe_yaml | 0.7.0 | 0.9.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 Tue Jun 11 20:30:13 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 05BCA372; Tue, 11 Jun 2013 20:30:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D5CC51B37; Tue, 11 Jun 2013 20:30:12 +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 r5BKUCEe005270; Tue, 11 Jun 2013 20:30:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5BKUC6O005269; Tue, 11 Jun 2013 20:30:12 GMT (envelope-from edwin) Date: Tue, 11 Jun 2013 20:30:12 GMT Message-Id: <201306112030.r5BKUC6O005269@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/179496: devel/ruby-build: Update to 20130518 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 20:30:13 -0000 Synopsis: devel/ruby-build: Update to 20130518 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 11 20:30:12 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=179496 From owner-freebsd-ruby@FreeBSD.ORG Wed Jun 12 13:08: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 B9C035B1 for ; Wed, 12 Jun 2013 13:08: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 7D09E1B05 for ; Wed, 12 Jun 2013 13:08:38 +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 r5CD8WSW045955 for ; Wed, 12 Jun 2013 09:08:32 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r5CD8W55045776; Wed, 12 Jun 2013 09:08:32 -0400 (EDT) (envelope-from portscout) Message-Id: <201306121308.r5CD8W55045776@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 12 Jun 2013 09:08:32 -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, 12 Jun 2013 13:08: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 ------------------------------------------------+-----------------+------------ devel/rubygem-bson | 1.8.6 | 1.9.0 ------------------------------------------------+-----------------+------------ devel/rubygem-fog | 1.11.1 | 1.12.1 ------------------------------------------------+-----------------+------------ devel/rubygem-mongo | 1.8.6 | 1.9.0 ------------------------------------------------+-----------------+------------ devel/rubygem-safe_yaml | 0.7.0 | 0.9.1 ------------------------------------------------+-----------------+------------ dns/rubygem-dnsruby | 1.53 | 1.54 ------------------------------------------------+-----------------+------------ 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 Jun 13 12:58:03 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 B1D8D79C for ; Thu, 13 Jun 2013 12:58:03 +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 770851BB4 for ; Thu, 13 Jun 2013 12:58:03 +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 r5DCw2GA011730 for ; Thu, 13 Jun 2013 08:58:02 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r5DCw2TP010064; Thu, 13 Jun 2013 08:58:02 -0400 (EDT) (envelope-from portscout) Message-Id: <201306131258.r5DCw2TP010064@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 13 Jun 2013 08:58:02 -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, 13 Jun 2013 12:58:03 -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-excon | 0.22.1 | 0.24.0 ------------------------------------------------+-----------------+------------ devel/rubygem-safe_yaml | 0.7.0 | 0.9.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 Jun 13 18:08:48 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 57A377DF for ; Thu, 13 Jun 2013 18:08:48 +0000 (UTC) (envelope-from soconnor@falconknight.com) Received: from mymail.perceptyx.com (mymail.perceptyx.com [96.46.150.155]) by mx1.freebsd.org (Postfix) with ESMTP id 4544A1B1E for ; Thu, 13 Jun 2013 18:08:48 +0000 (UTC) Received: from mymail.perceptyx.com (unknown [96.46.150.155]) by mymail.perceptyx.com (Postfix) with ESMTP id C76FC9A6618 for ; Thu, 13 Jun 2013 10:59:43 -0700 (PDT) X-Virus-Scanned: amavisd-new at perceptyx.com Received: from mymail.perceptyx.com ([96.46.150.155]) by mymail.perceptyx.com (mymail.perceptyx.com [96.46.150.155]) (amavisd-new, port 10026) with LMTP id 0bjYAS-DYKz8 for ; Thu, 13 Jun 2013 10:59:43 -0700 (PDT) Received: from new-host-6.home (pool-98-112-98-103.lsanca.fios.verizon.net [98.112.98.103]) by mymail.perceptyx.com (Postfix) with ESMTPSA id 95B149A624F for ; Thu, 13 Jun 2013 10:59:43 -0700 (PDT) From: Shawn O'Connor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FreeBSD Port: sysutils/rubygem-chef-server Message-Id: <99CCB287-62F1-47CB-A275-DD39705E7B6E@falconknight.com> Date: Thu, 13 Jun 2013 10:59:43 -0700 To: ruby@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 18:08:48 -0000 Hi there, Any news on when chef-server will be updated for chef 11, with the more = high performant erlang architecture?=20 Thanks, -Shawn From owner-freebsd-ruby@FreeBSD.ORG Fri Jun 14 13:17:44 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 7118BE59 for ; Fri, 14 Jun 2013 13:17:44 +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 3D4581EBC for ; Fri, 14 Jun 2013 13:17:44 +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 r5EDHcFY092485 for ; Fri, 14 Jun 2013 09:17:38 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r5EDHcRw092351; Fri, 14 Jun 2013 09:17:38 -0400 (EDT) (envelope-from portscout) Message-Id: <201306141317.r5EDHcRw092351@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 14 Jun 2013 09:17:38 -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: Fri, 14 Jun 2013 13:17:44 -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-backports | 3.3.1 | 3.3.2 ------------------------------------------------+-----------------+------------ devel/rubygem-multi_json | 1.7.6 | 1.7.7 ------------------------------------------------+-----------------+------------ devel/rubygem-safe_yaml | 0.7.0 | 0.9.3 ------------------------------------------------+-----------------+------------ 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.