FreeBSD ports you maintain which are out of date

2013-04-24 Thread portscout
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

help with porting vagrant

2013-04-24 Thread Nikolai Lifanov
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,

Re: help with porting vagrant

2013-04-24 Thread Nikolai Lifanov
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: >

Re: help with porting vagrant

2013-04-24 Thread Nikolai Lifanov
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