summaryrefslogtreecommitdiff
path: root/finance/rubygem-money (follow)
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)
* finance: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexey Dokuchaev <danfe@FreeBSD.org> * Anton Berezin <tobez@FreeBSD.org> * Christopher Boumenot <boumenot@gmail.com> * David Naylor <naylor.b.david@gmail.com> * Dermot Tynan <dtynan@kalopa.com> * Dorit Rottner (<rottner@punkt.de>) * Emanuel Haupt <ehaupt@FreeBSD.org> * Eric Freeman <freebsdports@chillibear.com> * Glenn Johnson <glennpj@charter.net> * James FitzGibbon <jfitz@FreeBSD.org> * Janky Jay <ek@purplehat.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael Reifenberger <mr@freebsd.org> * Mikhail T. <m.tsatsenko@gmail.com> * Mikhail Teterin * Neil Booth * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Qian Jin <eric.siroh@gmail.com> * Ryan Steinmetz <zi@FreeBSD.org> * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steven Kreuzer <skreuzer@FreeBSD.org> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Trevor Caira <trevor@bitba.se> * Vick Khera <vivek@khera.org> * Vivek Khera <vivek@khera.org> * Wen Heping <wen@FreeBSD.org> * Wen heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * anarcat@anarcat.ath.cx * chinsan * courou <courou@users.sourceforge.net> * ijliao * lth@FreeBSD.org * wcarey * will With hat: portmgr
* finance/rubygem-money: Update to 6.14.1Po-Chuan Hsieh2021-07-063-6/+6
| | | | | | | - Update version requirement of RUN_DEPENDS - Update WWW Changes: https://github.com/RubyMoney/money/blob/main/CHANGELOG.md
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 6.13.1Sunpoet Po-Chuan Hsieh2018-10-282-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=483344
* Update to 6.13.0Sunpoet Po-Chuan Hsieh2018-10-143-18/+7
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=482077
* Fix gemspec for rubygem-i18n 1.1.0 updateSunpoet Po-Chuan Hsieh2018-08-082-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=476702
* Update to 6.12.0Sunpoet Po-Chuan Hsieh2018-07-312-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=476084
* Update to 6.11.3Sunpoet Po-Chuan Hsieh2018-05-102-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=469597
* Update to 6.11.2Sunpoet Po-Chuan Hsieh2018-05-052-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=469149
* Update to 6.11.1Sunpoet Po-Chuan Hsieh2018-05-012-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=468799
* Update to 6.11.0Sunpoet Po-Chuan Hsieh2018-04-093-16/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=466895
* Fix gemspec for rubygem-i18n 1.0.0 updateSunpoet Po-Chuan Hsieh2018-02-152-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=461909
* Update to 6.10.1Sunpoet Po-Chuan Hsieh2017-12-162-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=456512
* Update to 6.10.0Sunpoet Po-Chuan Hsieh2017-11-053-16/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=453574
* Fix gemspec for rubygem-i18n 0.9.0 updateSunpoet Po-Chuan Hsieh2017-10-162-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=452230
* Update to 6.9.0Sunpoet Po-Chuan Hsieh2017-04-212-6/+5
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=439117
* Update to 6.8.4Sunpoet Po-Chuan Hsieh2017-04-202-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/v6_8_4/CHANGELOG.md Notes: svn path=/head/; revision=438960
* Update to 6.8.3Sunpoet Po-Chuan Hsieh2017-04-072-4/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/v6.8.3/CHANGELOG.md Notes: svn path=/head/; revision=437973
* Update to 6.8.2Sunpoet Po-Chuan Hsieh2017-03-113-16/+4
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=435943
* Fix gemspec for rubygem-i18n 0.8.0 updateSunpoet Po-Chuan Hsieh2017-02-012-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=433081
* finance/rubygem-money: update to 6.8.1Steve Wills2017-01-092-4/+4
| | | | Notes: svn path=/head/; revision=430995
* Update to 6.8.0Sunpoet Po-Chuan Hsieh2017-01-042-5/+6
| | | | | | | | | - Add missing RUN_DEPENDS Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=430564
* finance/rubygem-money: update to 6.7.1Steve Wills2016-12-282-3/+4
| | | | Notes: svn path=/head/; revision=429784
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 6.7.0Sunpoet Po-Chuan Hsieh2016-01-192-4/+4
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=406665
* - Update to 6.6.1Sunpoet Po-Chuan Hsieh2015-07-282-3/+3
| | | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md https://github.com/RubyMoney/money/commits/master Notes: svn path=/head/; revision=393080
* - Update to 6.6.0Sunpoet Po-Chuan Hsieh2015-07-172-3/+3
| | | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md https://github.com/RubyMoney/money/commits/master Notes: svn path=/head/; revision=392364
* 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
* - Update to 6.5.1Sunpoet Po-Chuan Hsieh2015-05-252-3/+3
| | | | | | | Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=387402
* finance/rubygem-money: update to 6.3.0Steve Wills2014-09-212-3/+3
| | | | Notes: svn path=/head/; revision=368787
* finance/rubygem-money: update to 6.2.0Steve Wills2014-09-152-3/+3
| | | | Notes: svn path=/head/; revision=368237
* finance/rubygem-money: update to 6.1.1Steve Wills2014-08-232-3/+3
| | | | Notes: svn path=/head/; revision=365811
* - Update to 6.0.0Sunpoet Po-Chuan Hsieh2013-12-053-7/+9
| | | | | | | | | | - Add LICENSE - Update WWW Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=335709
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332044
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-271-1/+1
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* - Update to 5.1.1Steve Wills2013-07-122-10/+5
| | | | | | | | PR: ports/179865 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) Notes: svn path=/head/; revision=322804
* - Update to 5.0.0Steve Wills2012-08-272-3/+3
| | | | | | | | PR: ports/170609 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) Notes: svn path=/head/; revision=303261
* - Update to 4.0.1Philip M. Gollucci2012-02-172-3/+3
| | | | | | | | | | PR: ports/164881 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=291624
* - update to 4.0.0Michael Scheidell2011-12-232-4/+5
| | | | | | | | | PR: ports/163383 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: freebsdports@chillibear.com (maintainer), gabor (mentor) Notes: svn path=/head/; revision=287926
* - Update to 3.7.1Steve Wills2011-09-042-8/+4
| | | | | | | | | | | - Works with Ruby 1.9 now PR: ports/160244 Submitted by: swills (me) Approved by: Eric <freebsdports@chillibear.com> (maintainer) Notes: svn path=/head/; revision=281185
* - Mark broken with Ruby 1.9Steve Wills2011-07-271-1/+5
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=278390
* - Update to 3.7.0Philip M. Gollucci2011-06-252-3/+3
| | | | | | | | | | PR: ports/158213 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=276400
* - Cannoicalize the WWW: [again],Philip M. Gollucci2011-06-231-1/+1
| | | | | | | - Save redirects s/http/https/ for github Notes: svn path=/head/; revision=276162