Re: Patching gemspec file

2011-09-12 Thread Eric
> I am trying to create a port from a gem which uses "=" to specify exact > versions of its dependencies, which of course don't match the versions > in the FreeBSD port. > > Is there a way to patch the gemspec file without copying the whole > bsd.ruby.mk into the port file or rolling out my custom

Patching gemspec file

2011-09-11 Thread Tilman Keskinöz
Hi, I am trying to create a port from a gem which uses "=" to specify exact versions of its dependencies, which of course don't match the versions in the FreeBSD port. Is there a way to patch the gemspec file without copying the whole bsd.ruby.mk into the port file or rolling out my custom gem?