asetus is a configuration library for ruby with YAML/JSON/TOML backends. It's a port dependency for the rubygem-oxidised port which will be submitted separately.
erm, rubygem-oxidized. damn merkin spelling.
Shouldnt there be a shar attached?
Created attachment 161748 [details] shar file for devel/rubygem-asetus doh! forgot attachment
why the runtime dependency onto git?
because git is referenced in the .gemspec: https://github.com/ytti/asetus/blob/master/asetus.gemspec asetus is only required for rubygems-oxidized* which have a hard dependency on git support, so there will be very little impact from this in practive.
For me and the general ports tree correctness this is really important. :) It's used in the .gemspec to generate the file list for building gem, so it's not used in the built gem in any way. Oxidixed, on the other hand uses git via rugged, so that's already covered there. I'll commit the port after some testing very soon.
understood on correctness! Do you want me to submit an updated shar, or can you just delete the dependency before committing?
I'll do it :)
A commit references this bug: Author: mmoll Date: Mon Nov 9 15:35:15 UTC 2015 New revision: 401108 URL: https://svnweb.freebsd.org/changeset/ports/401108 Log: new port: devel/rubygem-asetus A configuration library for Ruby with YAML/JSON/TOML backends with unified object access. WWW: https://github.com/ytti/asetus PR: 203367 Submitted by: Nick Hilliard <nick@foobar.org> Changes: head/devel/Makefile head/devel/rubygem-asetus/ head/devel/rubygem-asetus/Makefile head/devel/rubygem-asetus/distinfo head/devel/rubygem-asetus/pkg-descr
commited with minor changes, thanks!