Hi Ryan!
This wakes up a sleeping beast: ruby. I have ruby and ruby19 installed, so I 
can't install ruby19 with nosuffix. So, the install of vcsh fails because the 
ronn gem is not found, of course, as it's installed for ruby 1.9 and the script 
calls for ruby (which is the 1.8 version).
I started working on a ruby-select portfile, but my knowledge is not so deep, 
and furthermore, ruby 1.9 installs rake too, which is usually provided by the 
rb-rake.

So, anyone willing to lend me a hand to resolve the ruby issue?

On 30/ott/2012, at 01:21, [email protected] wrote:

> Revision
> 99234
> Author
> [email protected]
> Date
> 2012-10-29 17:21:08 -0700 (Mon, 29 Oct 2012)
> Log Message
> 
> vcsh: new port, version 1.0 (#36758)
> Added Paths
> 
> trunk/dports/sysutils/vcsh/
> trunk/dports/sysutils/vcsh/Portfile
> Diff
> 
> Added: trunk/dports/sysutils/vcsh/Portfile (0 => 99234)
> 
> --- trunk/dports/sysutils/vcsh/Portfile                               (rev 0)
> +++ trunk/dports/sysutils/vcsh/Portfile       2012-10-30 00:21:08 UTC (rev 
> 99234)
> @@ -0,0 +1,30 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; 
> c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem          1.0
> +PortGroup           github 1.0
> +
> +github.setup        RichiH vcsh 1.0 v
> +categories          sysutils
> +platforms           darwin
> +maintainers         googlemail.com:gjasny openmaintainer
> +license             GPL-2+
> +
> +description         manage config files in HOME via fake bare git 
> repositories
> +
> +long_description    vcsh allows you to have several git repositories, all 
> maintaining their working \
> +                    trees in HOME without clobbering each other. That, in 
> turn, means you can have \
> +                    one repository per config set (zsh, vim, ssh, etc), 
> picking and choosing which \
> +                    configs you want to use on which machine.
> +
> +checksums           rmd160  a104701eb1cbf4c4c7137ef8f93e419136248413 \
> +                    sha256  
> d4776bd501ded81b2e50035bbe7ddd13990ee58110413e9164960bc6b1293c2c
> +
> +supported_archs     noarch
> +use_configure       no
> +
> +depends_build       port:rb19-ronn
> +depends_lib         port:git-core
> +depends_run         port:mr
> +
> +destroot.post_args-append   PREFIX=${prefix}
> Property changes on: trunk/dports/sysutils/vcsh/Portfile
> ___________________________________________________________________
> Added: svn:keywords
> Added: svn:eol-style
> _______________________________________________
> macports-changes mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo/macports-changes



Aljaž Srebrnič
-- --
My public key:  http://bit.ly/g5pw_pubkey

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to