aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-arel
Commit message (Collapse)AuthorAgeFilesLines
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Take maintainershipSunpoet Po-Chuan Hsieh2019-09-031-1/+1
| | | | Notes: svn path=/head/; revision=510997
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-08-241-2/+3
| | | | Notes: svn path=/head/; revision=509708
* Update to 9.0.0Sunpoet Po-Chuan Hsieh2017-12-172-4/+4
| | | | | | | Changes: https://github.com/rails/arel/blob/master/History.txt Notes: svn path=/head/; revision=456551
* Update to 8.0.0Sunpoet Po-Chuan Hsieh2017-02-262-4/+4
| | | | | | | Changes: https://github.com/rails/arel/blob/master/History.txt Notes: svn path=/head/; revision=434877
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-02-251-0/+1
| | | | Notes: svn path=/head/; revision=434784
* databases/rubygem-arel: update to 7.1.4Steve Wills2016-12-282-3/+4
| | | | Notes: svn path=/head/; revision=429766
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* 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
* - Update to 7.0.0Sunpoet Po-Chuan Hsieh2015-12-212-4/+3
| | | | | | | Changes: https://github.com/rails/arel/blob/master/History.txt Notes: svn path=/head/; revision=404167
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* databases/rubygem-arel: update to 5.0.1.20140414130214Steve Wills2014-09-062-3/+3
| | | | Notes: svn path=/head/; revision=367473
* - Update to 5.0.0Sunpoet Po-Chuan Hsieh2013-12-312-3/+5
| | | | | | | | | - Add LICENSE Changes: https://github.com/rails/arel/blob/master/History.txt Notes: svn path=/head/; revision=338238
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332031
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Fix typos in COMMENTCarlo Strub2012-08-021-1/+1
| | | | | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.) Notes: svn path=/head/; revision=301858
* - Update to 3.0.2Martin Wilke2012-06-092-7/+7
| | | | | | | | | | - Cleanup PR: 168874 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=298798
* - Update to 3.0.0Philip M. Gollucci2012-02-082-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=290628
* - Update Rails to 3.1.1 and associated changesSteve Wills2011-10-272-5/+3
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=284409
* - guess thats enough for the 1st day backPhilip M. Gollucci2011-06-231-2/+2
| | | | | | | - add files supposed to have been in previous commit for rails update to 3.0.9 Notes: svn path=/head/; revision=276172
* - Update rails to 3.0.9 (current)Philip M. Gollucci2011-06-231-2/+2
| | | | | | | | | | bump required dependencie With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276171
* - Downgraded to 2.0.2 so that rails can be updated to 3.0.6Philip M. Gollucci2011-06-232-5/+6
| | | | | | | | | | you've just gotta love this stuff With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276145
* - Update to 2.0.9Cheng-Lung Sung2011-03-022-3/+3
| | | | Notes: svn path=/head/; revision=270107
* - Update to 2.0.8Cheng-Lung Sung2011-02-212-3/+3
| | | | Notes: svn path=/head/; revision=269441
* - Update to 2.0.6Philip M. Gollucci2010-12-082-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265882
* - remove stale commentPhilip M. Gollucci2010-12-081-2/+0
| | | | Notes: svn path=/head/; revision=265870
* - Update to 2.0.5Philip M. Gollucci2010-12-082-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265863
* - Update to 2.0.4Philip M. Gollucci2010-11-272-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265238
* - update stale commentPhilip M. Gollucci2010-11-231-1/+1
| | | | Notes: svn path=/head/; revision=264978
* - Update to 2.0.3Philip M. Gollucci2010-11-232-3/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=264967
* - Update to 2.0.2Philip M. Gollucci2010-11-162-4/+3
| | | | | | | | With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=264623
* - github is redirecting all these to https nowPhilip M. Gollucci2010-11-111-1/+1
| | | | Notes: svn path=/head/; revision=264379
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - note about breaking things if upgradingPhilip M. Gollucci2010-10-191-0/+2
| | | | Notes: svn path=/head/; revision=263261
* Presenting Rails 3.0Philip M. Gollucci2010-09-023-0/+30
http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done N.B.: lang/ruby19 does not work with rails3 until the upgrade to 1.9.2 by stas@ happens. - Update www/rubygem-rails to 3.0.0 Sponsored by: RideCharge Inc. / Taximagic Notes: svn path=/head/; revision=260412