Summary: | [new port] databases/rubygem-paranoia: layer for rubygem-activerecord to add soft deletion | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Torsten Zühlsdorff <ports> | ||||||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | ports | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://rubygems.org/gems/paranoia | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 203619 | ||||||||||
Attachments: |
|
Created attachment 161475 [details]
slave port with rails 4.1 dependency
Created attachment 161520 [details]
fix minor glitch in dependency definition of slave port, use "=" instead of "?="
A commit references this bug: Author: sunpoet Date: Mon Nov 23 18:27:36 UTC 2015 New revision: 402301 URL: https://svnweb.freebsd.org/changeset/ports/402301 Log: - Add rubygem-paranoia 2.1.3 - While I'm here: - Add LICENSE - Update WWW Paranoia adds soft deletion feature for activerecord. WWW: https://github.com/rubysherpas/paranoia PR: 203408 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> Changes: head/databases/Makefile head/databases/rubygem-paranoia/ head/databases/rubygem-paranoia/Makefile head/databases/rubygem-paranoia/distinfo head/databases/rubygem-paranoia/pkg-descr A commit references this bug: Author: sunpoet Date: Mon Nov 23 18:27:59 UTC 2015 New revision: 402302 URL: https://svnweb.freebsd.org/changeset/ports/402302 Log: - Add rubygem-paranoia-rails41 2.1.3 Paranoia adds soft deletion feature for activerecord. WWW: https://github.com/rubysherpas/paranoia PR: 203408 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> Changes: head/databases/Makefile head/databases/rubygem-paranoia-rails41/ head/databases/rubygem-paranoia-rails41/Makefile New port added. Thanks! |
Created attachment 161474 [details] shar with new port This gem provides a layer for rubygem-activerecord to add soft deletion. It is also a direct dependency of the comming GitLab 8 patch - therefore the -rails41 slave port is needed.