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
Hello.
I am trying to port Vagrant (http://vagrantup.com/) and I hit somewhat
of a wall. I want to use all of the rubygem magic in bsd.ruby.mk, but
I need to build the gem first ("gem build vagrant.gemfile").
It seems that I can't override the DISTNAME or EXTRACT_SFX if I want
to use USE_RUBYGEMS,
On 04/24/2013 10:02 AM, Thibaut DELOFFRE wrote:
> Hello,
>
> You need to install rugygems and:
>
> $ gem fetch vagrant $ gem unpack vagrant $ 'your work here'
>
> You're welcome
>
> Thibaut
>
>
> On Wed, Apr 24, 2013 at 3:54 PM, Nikolai Lifanov
> mailto:lifa...@mail.lifanov.com>>
> wrote:
>
On 04/24/2013 10:08 AM, Nikolai Lifanov wrote:
> On 04/24/2013 10:02 AM, Thibaut DELOFFRE wrote:
>> Hello,
>>
>> You need to install rugygems and:
>>
>> $ gem fetch vagrant $ gem unpack vagrant $ 'your work here'
>>
>> You're welcome
>>
>> Thibaut
>>
>>
>> On Wed, Apr 24, 2013 at 3:54 PM, Nik