| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
rubygem-base6402
- Bump PORTREVISION for dependency change
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.18.0
|
| |
|
|
| |
Fix regression in 372f5ebfd due to depended port's version being bumped.
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.17.1
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.17.0
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.5
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.4
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.3
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.2
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.1
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.16.0
|
| |
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.3
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.2
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.1
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.15.0
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases
|
| |
|
|
| |
Release notes: https://github.com/fluent/fluentd/releases/tag/v1.14.5
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
| |
- Bump PORTREVISION for package change
|
| |
|
|
|
| |
Submitted by: Artyom Davidov
PR: 257300
|
| |
|
|
|
|
|
| |
- While I'm here:
- Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
| |
Update and take maintainership.
Submitted by: Artyom Davidov
PR: 239979
Approved by: kuriyama@FreeBSD.org (maintainer, timeout > 1 year)
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=515791
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 233645
Exp-run by: antoine
Notes:
svn path=/head/; revision=486529
|
| |
|
|
|
|
|
|
|
| |
PR: 225327
Submitted by: Artyom Davidov <ard_1@mail.ru>
Approved by: maintainer timeout (kuriyama, > 7 weeks)
Notes:
svn path=/head/; revision=464496
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
With hat: ruby
Notes:
svn path=/head/; revision=445536
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
valid for Ruby 2.0
Notes:
svn path=/head/; revision=425767
|
| |
|
|
| |
Notes:
svn path=/head/; revision=414136
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
| |
|
|
| |
Notes:
svn path=/head/; revision=394665
|
| |
|
|
| |
Notes:
svn path=/head/; revision=392983
|
| |
|
|
|
|
|
|
|
| |
- Regenerate patch file
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=388033
|
| |
|
|
| |
Notes:
svn path=/head/; revision=375158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=375112
|
| |
|
|
|
|
|
| |
With hat: ruby@
Notes:
svn path=/head/; revision=366153
|
| |
|
|
| |
Notes:
svn path=/head/; revision=350511
|
| |
|
|
|
|
|
|
|
| |
Error logs are available in the pkg-fallout archives
Reported by: pkg-fallout since at least january 2014
Notes:
svn path=/head/; revision=346572
|