Page MenuHomeFreeBSD

www/rubygem-haml-rails-rails4: copy port
ClosedPublic

Authored by xmj on Sep 27 2014, 5:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 6, 7:15 AM
Unknown Object (File)
Feb 10 2024, 8:29 AM
Unknown Object (File)
Jan 18 2024, 2:22 AM
Unknown Object (File)
Jan 17 2024, 2:48 AM
Unknown Object (File)
Jan 9 2024, 4:43 PM
Unknown Object (File)
Jan 9 2024, 4:43 PM
Unknown Object (File)
Jan 9 2024, 4:43 PM
Unknown Object (File)
Jan 9 2024, 4:43 PM
Subscribers
None

Details

Reviewers
swills
koobs
Summary

gitlab dependency.

www/rubygem-haml-rails-rails4: copy port

Haml-rails provides Haml generators for Rails 3. It also enables Haml as the
templating engine for you, so you don't have to screw around in your own
application.rb when your Gemfile already clearly indicated what templating
engine you have installed. Hurrah.

WWW: http://github.com/indirect/haml-rails

(DiffRev: placeholder)
Approved by:	swills (mentor)
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to www/rubygem-haml-rails-rails4: copy port.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
rubygem-haml>==4.0.5:${PORTSDIR}/www/rubygem-haml \

is invalid, use = not ==.

xmj edited edge metadata.

s/>==/>=/

Are you sure you need to modify the haml line? http://rubygems.org/gems/haml-rails says >=3.1

In D867#6, @swills wrote:

Are you sure you need to modify the haml line? http://rubygems.org/gems/haml-rails says >=3.1

No, but rubygem-haml is 4.0.5 and I thought it'd be a nice idea to set the current version as status quo

swills edited edge metadata.

I usually try to leave them with what rubygems.org says (which is what's in the gemspec), just to be safe. Let's try leaving it there and then we can bump it if necessary.

This revision is now accepted and ready to land.Sep 27 2014, 6:11 PM
xmj edited edge metadata.

set rubygem-haml dep to >=3.1 in line with
http://rubygems.org/gems/haml-rails

Looks good! Approved! (still)

Committed revision 369410.