summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fluentd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/rubygerm-fluentd: Update to 1.19.0Palle Girgensohn2025-08-044-6/+22
| | | | | | | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.19.0 Actively ignore upstream hack to avoid performance problems with Windows as discussed in https://github.com/fluent/fluentd/issues/5041. FreeBSD ports framework has no easy way to force old versions of rubygems, and it seems that in this case it is also not relevant.
* sysutils/rubygem-fluentd: Change RUN_DEPENDS from rubygem-base64 to ↵Po-Chuan Hsieh2025-06-131-1/+2
| | | | | | rubygem-base6402 - Bump PORTREVISION for dependency change
* sysutils/rubygem-fluentd: Upgrade to 1.18.0Palle Girgensohn2024-11-292-5/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.18.0
* rubygem-fluentd: Update dependencyPalle Girgensohn2024-11-051-1/+2
| | | | Fix regression in 372f5ebfd due to depended port's version being bumped.
* sysutils/rubygem-fluentd: Update to 1.17.1Palle Girgensohn2024-08-212-4/+5
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.17.1
* sysutils/rubygem-fluentd: Update to 1.17.0Palle Girgensohn2024-05-072-5/+8
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.17.0
* sysutils/rubygem-fluentd: Update to 1.16.5.Palle Girgensohn2024-03-272-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.5
* sysutils/rubygem-fluentd: Upgrade to 1.16.4Palle Girgensohn2024-03-142-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.4
* sysutils/rubygem-fluentd: Upgrade to 1.16.3Palle Girgensohn2023-11-142-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.3
* sysutils/rubygem-fluentd: update to 1.16.2Palle Girgensohn2023-07-192-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.2
* sysutils/rubygem-fluentd: update to 1.16.1Palle Girgensohn2023-04-172-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.1
* sysutils/rubygem-fluentd: update to 1.16.0Palle Girgensohn2023-03-293-16/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.0
* sysutils/rubygem-fluentd: Fix gemspec for rubygem-webrick 1.8.1 updatePo-Chuan Hsieh2023-02-052-1/+13
| | | | - Bump PORTREVISION for package change
* 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
* sysutils/rubygem-fluentd: Update to 1.15.3Palle Girgensohn2022-11-022-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.3
* 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)
* sysutils/rubygem-fluentd: update to 1.15.2Palle Girgensohn2022-08-222-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.2
* sysutils/rubygem-fluentd: update to 1.15.1Palle Girgensohn2022-08-082-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.1
* sysutils/rubygem-fluentd: update to 1.15.0Palle Girgensohn2022-07-022-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.0
* sysutils/rubygem-fluentd: update to 1.14.6Palle Girgensohn2022-03-312-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases
* sysutils/rubygem-fluentd: update to 1.14.5Palle Girgensohn2022-02-093-16/+5
| | | | Release notes: https://github.com/fluent/fluentd/releases/tag/v1.14.5
* sysutils/rubygem-fluentd: Add CPE informationStefan Eßer2021-10-211-1/+1
| | | | Approved by: portmgr (blanket)
* sysutils/rubygem-fluentd: update to 1.14.1Palle Girgensohn2021-09-292-5/+4
| | | | Reported by: portscout
* sysutils/rubygem-fluentd: Fix gemspec for rubygem-http_parser.rb 0.9.0 updatePo-Chuan Hsieh2021-09-272-1/+13
| | | | - Bump PORTREVISION for package change
* sysutils/rubygem-fluentd: update to 1.13.3Palle Girgensohn2021-08-133-16/+4
| | | | | Submitted by: Artyom Davidov PR: 257300
* sysutils/rubygem-fluentd: Fix gemspec for rubygem-http_parser.rb 0.7.0 updatePo-Chuan Hsieh2021-07-162-10/+22
| | | | | | | - While I'm here: - Update version requirement of RUN_DEPENDS - Sort RUN_DEPENDS - Bump PORTREVISION for package change
* sysutils/rubygem-fluentd: update to 1.12.3Palle Girgensohn2021-05-203-30/+70
| | | | | | | | Update and take maintainership. Submitted by: Artyom Davidov PR: 239979 Approved by: kuriyama@FreeBSD.org (maintainer, timeout > 1 year)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Change RUN_DEPENDS from rubygem-tzinfo to rubygem-tzinfo1Sunpoet Po-Chuan Hsieh2019-10-271-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=515791
* Update fluentd to version 1.3.3Palle Girgensohn2019-01-243-17/+11
| | | | | | | | | | | PR: 233939, 235179 Releasenotes: https://github.com/fluent/fluentd/blob/master/CHANGELOG.md Reported by: girgen, Artyom Davidov Submitted by: girgen (myself) Approved by: maintainer (timeout, 44 days) Notes: svn path=/head/; revision=491122
* Update to 2.7.8Sunpoet Po-Chuan Hsieh2018-12-031-1/+1
| | | | | | | | | Changes: https://github.com/rubygems/rubygems/blob/master/History.txt PR: 233645 Exp-run by: antoine Notes: svn path=/head/; revision=486529
* sysutils/rubygem-fluentd: update to 0.12.42Steve Wills2018-03-143-10/+10
| | | | | | | | | PR: 225327 Submitted by: Artyom Davidov <ard_1@mail.ru> Approved by: maintainer timeout (kuriyama, > 7 weeks) Notes: svn path=/head/; revision=464496
* Add missing RUN_DEPENDSSunpoet Po-Chuan Hsieh2017-07-301-2/+3
| | | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 220630 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) Notes: svn path=/head/; revision=446927
* Rename gemspec patch to patch-gemspecSunpoet Po-Chuan Hsieh2017-07-111-0/+0
| | | | | | | With hat: ruby Notes: svn path=/head/; revision=445536
* sysutils/rubygem-fluentd: Patch to remove dep on string-scrubSteve Wills2017-01-063-2/+13
| | | | | | | | | | PR: 215178 Reported by: Yanis Guenane <yanis+freebsd@guenane.org> Approved by: maintainer timeout (kuriyama, >4 weeks) MFH: 2017Q1 Notes: svn path=/head/; revision=430755
* Remove optional dependency on textproc/rubygem-string-scrub which was onlyRene Ladan2016-11-081-7/+1
| | | | | | | valid for Ruby 2.0 Notes: svn path=/head/; revision=425767
* 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 r, s, t, and u.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Upgrade to 0.12.14 and preserve stable 0.10.61 as rubygem-fluentd010.Jun Kuriyama2015-08-192-8/+16
| | | | Notes: svn path=/head/; revision=394665
* - Upgrade to 0.10.61.Jun Kuriyama2015-07-272-4/+4
| | | | Notes: svn path=/head/; revision=392983
* - Add LICENSESunpoet Po-Chuan Hsieh2015-05-302-2/+4
| | | | | | | | | - Regenerate patch file Approved by: portmgr (blanket) Notes: svn path=/head/; revision=388033
* Put back an empty dir in plistAntoine Brodin2014-12-211-0/+2
| | | | Notes: svn path=/head/; revision=375158
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375112
* sysutils/rubygem-fluentd: update to 0.10.53, unbreak, use new rubygem-cool.ioSteve Wills2014-08-254-18/+121
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=366153
* Support stageBaptiste Daroussin2014-04-071-7/+1
| | | | Notes: svn path=/head/; revision=350511
* Mark more ports BROKENAntoine Brodin2014-02-281-0/+2
| | | | | | | | | Error logs are available in the pkg-fallout archives Reported by: pkg-fallout since at least january 2014 Notes: svn path=/head/; revision=346572