aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-state_machines-activemodel
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.8.0Sunpoet Po-Chuan Hsieh2021-01-032-6/+5
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=560153
* Switch to rails60.Matthias Fechner2020-07-091-2/+2
| | | | | | | Approved by: sunpoet (maintainer) Notes: svn path=/head/; revision=541810
* Change rubygem ports required by www/gitlab-ce to rails52.Matthias Fechner2019-12-071-1/+2
| | | | | | | | | | | | Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as dependencies in. To reduce the number of ports required, the attached patch switches all required ports to rails 5.2. I carefully tested it, if I oversaw a port, please let me know. Differential Revision: https://reviews.freebsd.org/D22220 Notes: svn path=/head/; revision=519195
* Update to 0.7.1Sunpoet Po-Chuan Hsieh2019-09-042-5/+5
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=511111
* Update to 0.7.0Sunpoet Po-Chuan Hsieh2019-08-242-5/+5
| | | | | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=509678
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2019-04-102-5/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=498590
* In preparation for gitlab 11.7 upgrade switch rails4 to rails50.Matthias Fechner2019-01-311-3/+5
| | | | | | | | | | | If required upgraded version to work correctly with rails50. Fixed some cosmetic issue to make portlint happy. Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D18957 Notes: svn path=/head/; revision=491723
* Update to 0.5.1Sunpoet Po-Chuan Hsieh2018-03-202-4/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=465118
* Update to 0.5.0Sunpoet Po-Chuan Hsieh2017-06-212-5/+5
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=444050
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2017-05-022-4/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=439974
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2016-05-232-3/+4
| | | | | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master Notes: svn path=/head/; revision=415670
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add rubygem-state_machines-activemodel 0.3.0Sunpoet Po-Chuan Hsieh2015-12-303-0/+31
The StateMachines ActiveModel integration is useful for both standalone usage and for providing the base implementation for ORMs which implement the ActiveModel API. This integration adds support for validation errors and dirty attribute tracking. WWW: https://github.com/state-machines/state_machines-activemodel Notes: svn path=/head/; revision=404852