What changed? (gem command missing in 1.9)

Steve Wills swills at FreeBSD.org
Sat Nov 12 02:32:32 UTC 2011


-----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-----
-------------- next part --------------
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 at 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
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ruby19_gem_rake_deps.txt.sig
Type: application/octet-stream
Size: 287 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ruby/attachments/20111112/d74d6d71/ruby19_gem_rake_deps.txt.obj


More information about the freebsd-ruby mailing list