aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-validates_hostname
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.0.11Sunpoet Po-Chuan Hsieh2020-08-212-5/+4
| | | | | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master Notes: svn path=/head/; revision=545710
* Bump PORTREVISION for dependency change after r539896Sunpoet Po-Chuan Hsieh2020-06-221-0/+1
| | | | Notes: svn path=/head/; revision=539940
* Use rails 6.0.Matthias Fechner2020-06-221-2/+2
| | | | | | | Approved by: sunpoet (maintainer) Notes: svn path=/head/; revision=539896
* Update to 1.0.10Sunpoet Po-Chuan Hsieh2020-02-222-4/+4
| | | | | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master Notes: svn path=/head/; revision=526806
* Update to 1.0.9Sunpoet Po-Chuan Hsieh2020-02-212-5/+4
| | | | | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master Notes: svn path=/head/; revision=526680
* Change rubygem ports required by www/gitlab-ce to rails52.Matthias Fechner2019-12-071-3/+3
| | | | | | | | | | | | 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
* In preparation for gitlab 11.7 upgrade switch rails4 to rails50.Matthias Fechner2019-01-311-4/+6
| | | | | | | | | | | 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 1.0.8Sunpoet Po-Chuan Hsieh2017-11-142-4/+4
| | | | | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master Notes: svn path=/head/; revision=454210
* Update to 1.0.7Sunpoet Po-Chuan Hsieh2017-04-162-4/+4
| | | | | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master Notes: svn path=/head/; revision=438629
* Add rubygem-validates_hostname 1.0.6Sunpoet Po-Chuan Hsieh2017-03-223-0/+32
Extension to ActiveRecord::Base for validating hostnames and domain names. Features: - Adds validation for hostnames to ActiveModel - Supports i18n for the error messages WWW: https://github.com/KimNorgaard/validates_hostname Notes: svn path=/head/; revision=436727