Date: Fri, 11 Nov 2011 21:32:30 -0500 From: Steve Wills <swills@FreeBSD.org> To: Stanislav Sedov <stas@FreeBSD.org> Cc: ruby@FreeBSD.org Subject: Re: What changed? (gem command missing in 1.9) Message-ID: <4EBDDABE.5030304@FreeBSD.org> In-Reply-To: <20111111181823.089d72be.stas@FreeBSD.org> References: <CAGDxMR66_1GexKFbN2bu9%2B-T%2BrxJ-UHW5WsfLJQvqMG7M=m66A@mail.gmail.com> <20111111143115.5bf5d195.stas@FreeBSD.org> <CAGDxMR4P3TiJkTkk4o=gTW5-Hj6my2bsgc9j6aX=EwanPJ0MNw@mail.gmail.com> <CAGDxMR51-yk0fUOdBUBmEC1ntXS2eA-QEpkS5Ymtp95jf0u7mw@mail.gmail.com> <20111111181823.089d72be.stas@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------090002090102020705050404 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/11/11 21:18, Stanislav Sedov wrote: > Yes, we can actually do that. We're discussing the possibility of making > lang/ruby19 to depend on ruby-gems and rake, thus having ruby19 installation > automatically install rake and gem as well. But nobody did that yet. > > I agree tought that should have been done at the moment the gem binary > was dropped from ruby19, but I think we just forgot about this at the > end. > Does the attached simple patch (untested) cover it or is more needed? Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJOvdq+AAoJEPXPYrMgexuhSOkH/i8BBQuYJrRiy5MB5AvCADfP mnZ4KQt62ztIALGYEQQiBKpRSnZYsiK5ipOsqknrUiV0pOouTHekmS3JWf49EGmk 3BLntcpQWAxIKBz2eoO3+qZanrnYei9tN7M/nTp+OyGOjX3PbeceC59zVRPf+IzB g+OPEwduELXwAF9tU9cmAcJic0ZGRSOUhY+3iy7kCzwX99OvzAP+cyfeFJ77DejM 8fuJMbZ3pzsP2iuMKWAbnQYA78BDQLapF0nUS32sg3LAFJFf+IlNRQkYxLYv4rg1 7N6uR1m6LK8Axnifwa+X3m97O614vFCxZP7STRYb22CusiEuEVhzM+Z4NgaU2Kg= =wcuJ -----END PGP SIGNATURE----- --------------090002090102020705050404 Content-Type: text/plain; name="ruby19_gem_rake_deps.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ruby19_gem_rake_deps.txt" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 1 Nov 2011 22:56:45 -0000 1.15 +++ Makefile 12 Nov 2011 02:31:50 -0000 @@ -18,6 +18,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT?= An object-oriented interpreted scripting language +RUN_DEPENDS= gem:${PORTSDIR}/devel/ruby-gems \ + rake:${PORTSDIR}/devel/rubygem-rake LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \ yaml-0.2:${PORTSDIR}/textproc/libyaml --------------090002090102020705050404 Content-Type: application/octet-stream; name="ruby19_gem_rake_deps.txt.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ruby19_gem_rake_deps.txt.sig" iQEcBAABAgAGBQJOvdq+AAoJEPXPYrMgexuhhZ4H/A22YyEY9P9ESKqqUIm7KEzJ69tEtipl DVZUrPXeXK1KKwMek9+DUiNsnXWx480OnsN60QtXWeH5kY7PAuBISxujvOQFWrgbd5rQrOn/ Qy7nVG+kw9pjxWHXLNUCdmnXHKXPx5dtfA1uv2zZSDqcQWK/KQQXRahX6K3NnD4BWzMg23U1 5tJ+04nUggepeZzr6jGExc5daiqxft5KvayDWeFuakZFpH2bS0rI8fEfg0Kc6NRGLLXBK127 EwJUV4757WtFa/45dE7nt1tiI/TeQkvLFw5rqmPAgayShKEX2DmxwEBK3eo5OKaCaVOjtvC7 giK5HtPLRLGpwSljucuWYtQ= --------------090002090102020705050404--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EBDDABE.5030304>