FreeBSD ports you maintain which are out of date

2016-04-22 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 can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/r...@freebsd.org.html


Port| Current version | New version
+-+
devel/rubygem-rotp  | 2.1.2   | 3.0.1
+-+
www/rubygem-webmock | 1.24.3  | 1.24.5
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ruby@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"


Re: passenger 5.0.27 and NOPORTDOCS

2016-04-22 Thread Steve Wills
Hi,

On 04/21/16 09:39 PM, Sergey A. Osokin wrote:
> Hi,
> 
> I'm going to update www/rubygem-passenger port to the latest version 5.0.27.
> I've found that recent change default version of ruby to 2.2 affected the
> www/rubyge-passenger port: build time has been increased from 5 to 20 mins.
> 
> I've asked the vendor about that issue and he's suggested to use rubygem
> installation with --no-rdoc and --no-ri flags.  Then I've checked
> bsd.ruby.mk, found the options covered by NOPORTDOCS knob (480-484 lines):
> 
> .if defined(NOPORTDOCS)
> RUBYGEM_ARGS+=  --no-rdoc --no-ri
> .else
> RUBYGEM_ARGS+=  --rdoc --ri
> .endif
> 
> So, I've tried to use it in www/rubygem-passenger/Makefile and got:
> 
> /!\ WARNING /!\
> You are using the following deprecated options: NOPORTDOCS
> If you added them on the command line, you should replace them by
> WITH="" WITHOUT="DOCS"
> 
> If they are global options set in your make.conf, you should replace them 
> with:
> OPTIONS_UNSET=DOCS
> 
> If they are local to this port, you should use:
> www_rubygem-passenger_UNSET=DOCS
> 
> 
> What can I do in this case?
> Thanks in advance.
> 

The right thing would be to update bsd.ruby.mk. But really we want to
create a Mk/Uses/ruby.mk and a Mk/Uses/gem.mk. Until at least the first
is done, ignore the warning.

Steve
___
freebsd-ruby@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"