Opened 10 years ago
Last modified 10 years ago
#44839 new submission
[NEW] snorby
Reported by: | jul_bsd@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | snorby |
Description
Ruby On Rails Application For Network Security Monitoring
Attachments (1)
Change History (8)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
I don't see a port or ticket for dependency wkhtmltopdf. Do you have that port locally and haven't submitted it yet?
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Wait, I found the ticket: #44842
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from ryandesign@… to macports-tickets@… |
---|---|
Status: | assigned → new |
It should not be necessary to override the github portgroup's master_sites, distname, worksrcdir or livecheck; they should work correctly just by running github.setup.
comment:5 follow-up: 6 Changed 10 years ago by jul_bsd@…
Normally not necessary but else wrong. If I disable those line for example
$ port -v livecheck snorby snorby seems to have been updated (port version: 2.6.2, new version: 2.2.7)
main problem currently are dependencies on rb19-bundler and wkhtmltopdf
./www missing (created) ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /Library/Ruby/Gems/2.0.0/gems/bundler-1.7.3 Command failed: cd "/opt/local/var/macports/build/_Users_julien_tmp_myports_ruby_rb19-bundler/rb19-bundler/work/bundler-1.7.3" && gem install bundler DESTDIR=/opt/local/var/macports/build/_Users_julien_tmp_myports_ruby_rb19-bundler/rb19-bundler/work/destroot
comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to jul_bsd@…:
Normally not necessary but else wrong. If I disable those line for example
$ port -v livecheck snorby snorby seems to have been updated (port version: 2.6.2, new version: 2.2.7)
Because you haven't set the tag prefix properly. Use:
github.setup Snorby snorby 2.6.2 v
Changed 10 years ago by jul_bsd@…
Note: See
TracTickets for help on using
tickets.
Thanks.