Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.2.1 03 Feb 2025 15:53:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 9.2.1
Changes: https://github.com/cucumber/cucumber-ruby/releases |
9.2.0_3 29 Oct 2024 14:38:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from
rubygem-cucumber-cucumber-expressions to rubygem-cucumber-cucumber-expressions17
- Bump PORTREVISION for dependency change |
9.2.0_2 05 Sep 2024 06:18:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-core to
rubygem-cucumber-core13
- Bump PORTREVISION for dependency change |
9.2.0_1 18 Jun 2024 04:01:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages24
- Bump PORTREVISION for dependency change |
9.2.0 31 Mar 2024 03:08:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 9.2.0
- Change RUN_DEPENDS from rubygem-cucumber-core12 to rubygem-cucumber-core
- Change RUN_DEPENDS from rubygem-cucumber-gherkin26 to
rubygem-cucumber-gherkin27
Changes: https://github.com/cucumber/cucumber-ruby/releases |
9.1.2 05 Mar 2024 01:57:55
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
9.1.2 21 Feb 2024 15:10:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 9.1.2
- Change RUN_DEPENDS from rubygem-cucumber-messages22 to
rubygem-cucumber-messages
Changes: https://github.com/cucumber/cucumber-ruby/releases |
9.1.0_1 14 Dec 2023 05:48:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-core to
rubygem-cucumber-core12
- Bump PORTREVISION for dependency change |
9.1.0 27 Nov 2023 10:29:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 9.1.0
- Fix gemspec for rubygem-cucumber-ci-environment 10.0.0 update
- Fix gemspec for rubygem-cucumber-html-formatter 21.0.0 update
Changes: https://github.com/cucumber/cucumber-ruby/releases |
9.0.2_3 14 Nov 2023 17:16:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages22
- Bump PORTREVISION for dependency change |
9.0.2_2 08 Oct 2023 11:56:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Allow build with rubygem-cucumber-cucumber-expressions
17.0.0
- Bump PORTREVISION for package change |
9.0.2_1 30 Sep 2023 23:30:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-gherkin to
rubygem-cucumber-gherkin26
- Bump PORTREVISION for dependency change |
9.0.2 22 Sep 2023 03:20:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 9.0.2
- Fix 6137b54b73452fa92b71fcec62ad81f9b99f1dae: Add missing patch-gemspec
- Update WWW
Changes: https://github.com/cucumber/cucumber-ruby/releases |
9.0.1_1 11 Sep 2023 03:11:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Fix gemspec for rubygem-cucumber-core 12.0.0 update
- Bump PORTREVISION for package change |
9.0.1 04 Sep 2023 21:30:28
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 9.0.1
Changes: https://github.com/cucumber/cucumber-ruby/releases |
8.0.0_3 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
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 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
8.0.0_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
8.0.0_3 31 Aug 2022 11:41:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-html-formatter
to rubygem-cucumber-html-formatter19
- Bump PORTREVISION for dependency change |
8.0.0_2 16 Jun 2022 14:01:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from
rubygem-cucumber-cucumber-expressions to rubygem-cucumber-cucumber-expressions15
- Bump PORTREVISION for dependency change |
8.0.0_1 03 Jun 2022 23:36:41
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-cucumber-gherkin to rubygem-cucumber-gherkin23
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages18
- Bump PORTREVISION for dependency change |
8.0.0 22 May 2022 05:09:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 8.0.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md |
7.1.0_4 13 May 2022 11:39:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Allow build with rubygem-multi_test 1.0.0+
- Bump PORTREVISION for package change |
7.1.0_3 16 Apr 2022 04:19:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-cucumber-gherkin to rubygem-cucumber-gherkin22
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages17
- Bump PORTREVISION for dependency change |
7.1.0_2 28 Feb 2022 12:46:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from
rubygem-cucumber-cucumber-expressions to rubygem-cucumber-cucumber-expressions14
- Bump PORTREVISION for dependency change |
7.1.0_1 28 Jan 2022 23:26:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Change RUN_DEPENDS from rubygem-cucumber-html-formatter
to rubygem-cucumber-html-formatter17
- Bump PORTREVISION for dependency change |
7.1.0 13 Oct 2021 19:16:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 7.1.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md |
7.0.0 21 Jul 2021 18:11:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 7.0.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md |
6.1.0_1 30 Jun 2021 20:43:54
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-cucumber-create-meta to
rubygem-cucumber-create-meta4
- Change RUN_DEPENDS from rubygem-cucumber-gherkin to rubygem-cucumber-gherkin18
- Change RUN_DEPENDS from rubygem-cucumber-html-formatter to
rubygem-cucumber-html-formatter13
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages15
- Bump PORTREVISION for dependency change |
6.1.0 22 May 2021 14:43:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 6.1.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md |
6.0.0 25 Apr 2021 20:36:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-cucumber: Update to 6.0.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.3.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.3.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.3.0_1 17 Feb 2021 18:20:25
  |
sunpoet  |
Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-cucumber-create-meta to
rubygem-cucumber-create-meta2
- Change RUN_DEPENDS from rubygem-cucumber-html-formatter to
rubygem-cucumber-html-formatter9
- Change RUN_DEPENDS from rubygem-cucumber-messages to
rubygem-cucumber-messages13
- Bump PORTREVISION for dependency change |
5.3.0 01 Feb 2021 19:39:05
  |
sunpoet  |
Update to 5.3.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.2.0_1 13 Dec 2020 22:22:18
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-cucumber-cucumber-expressions and
rubygem-cucumber-gherkin to rubygem-cucumber-cucumber-expressions10 and
rubygem-cucumber-gherkin15
- Bump PORTREVISION for dependency change |
5.2.0 06 Nov 2020 11:30:18
  |
sunpoet  |
Update to 5.2.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.1.3 10 Oct 2020 17:59:59
  |
sunpoet  |
Update to 5.1.3
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.1.2 20 Sep 2020 19:22:19
  |
sunpoet  |
Update to 5.1.2
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.1.1 05 Sep 2020 21:34:31
  |
sunpoet  |
Update to 5.1.1
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.1.0 27 Aug 2020 19:07:11
  |
sunpoet  |
Update to 5.1.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
5.0.0 21 Aug 2020 21:27:36
  |
sunpoet  |
Update to 5.0.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
4.1.0_1 08 Aug 2020 10:25:23
  |
sunpoet  |
Fix gemspec for rubygem-cucumber-create-meta 1.1.0 update
- Bump PORTREVISION for package change |
4.1.0 08 Jul 2020 19:13:20
  |
sunpoet  |
Update to 4.1.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
4.0.1 24 Jun 2020 17:59:02
  |
sunpoet  |
Update to 4.0.1
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
4.0.0 14 Jun 2020 14:26:33
  |
sunpoet  |
Update to 4.0.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
3.1.2_1 05 Sep 2019 17:10:40
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
3.1.2_1 23 Mar 2019 12:40:44
  |
sunpoet  |
Change RUN_DEPENDS from rubygem-cucumber-expressions to
rubygem-cucumber-expressions6
- Bump PORTREVISION for dependency change |
3.1.2 13 Oct 2018 10:00:43
  |
sunpoet  |
Take maintainership |
3.1.2 29 Jul 2018 19:24:17
  |
sunpoet  |
Update to 3.1.2
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
3.1.1 05 Jun 2018 18:56:46
  |
sunpoet  |
Update to 3.1.1
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
3.1.0 03 Dec 2017 20:38:28
  |
sunpoet  |
Update to 3.1.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
3.0.2 11 Nov 2017 23:32:31
  |
sunpoet  |
Update to 3.0.2
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
3.0.1_1 15 Oct 2017 00:37:33
  |
sunpoet  |
Fix gemspec for rubygem-cucumber-expressions 5.0.0 and rubygem-gherkin 5.0.0
update
- Update WWW
- Bump PORTREVISION for package change |
3.0.1 30 Sep 2017 11:48:01
  |
sunpoet  |
Update to 3.0.1
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
3.0.0 28 Sep 2017 10:42:09
  |
sunpoet  |
Update to 3.0.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/CHANGELOG.md |
2.4.0_2 05 Feb 2017 05:32:36
  |
sunpoet  |
Update RUN_DEPENDS: change from devel/rubygem-builder32 to devel/rubygem-builder |
2.4.0_1 03 Dec 2016 19:30:05
  |
sunpoet  |
- Fix gemspec for rubygem-cucumber-core 2.0.0 update
- Bump PORTREVISION for package change |
2.4.0 26 Jun 2016 17:23:23
  |
sunpoet  |
- Update to 2.4.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.3.3 27 Apr 2016 21:57:32
  |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.3.3 27 Apr 2016 16:36:42
  |
swills  |
create USES=gem and update rubygem- ports to use it
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 |
2.3.3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.3 21 Mar 2016 18:00:25
  |
sunpoet  |
- Update to 2.3.3
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.3.2 23 Jan 2016 15:15:57
  |
sunpoet  |
- Update to 2.3.2
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.3.1 22 Jan 2016 11:34:59
  |
sunpoet  |
- Update to 2.3.1
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.3.0 17 Jan 2016 13:11:02
  |
sunpoet  |
- Update to 2.3.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md
Sponsored by: PortsCamp Taiwan |
2.1.0 04 Oct 2015 17:59:56
  |
sunpoet  |
- Add LICENSE_FILE |
2.1.0 12 Sep 2015 17:08:38
  |
sunpoet  |
- Update to 2.1.0
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.0.2 17 Jul 2015 12:24:40
  |
sunpoet  |
- Update to 2.0.2
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.0.1 09 Jul 2015 15:43:57
  |
sunpoet  |
- Update to 2.0.1
Changes: https://github.com/cucumber/cucumber-ruby/blob/master/History.md |
2.0.0 13 Jun 2015 20:15:17
  |
sunpoet  |
- Add NO_ARCH |
2.0.0 03 May 2015 19:39:40
  |
sunpoet  |
- Update to 2.0.0
- Update RUN_DEPENDS: use devel/rubygem-builder32
Changes: https://github.com/cucumber/cucumber/blob/master/History.md |
1.3.16 23 Aug 2014 19:41:08
  |
swills  |
devel/rubygem-cucumber: update to 1.3.16 |
1.3.10 02 Jan 2014 20:06:08
  |
sunpoet  |
- Update to 1.3.10
- Add LICENSE
- Remove contiguous blank lines
Changes: https://github.com/cucumber/cucumber/blob/master/History.md |
1.3.8 30 Oct 2013 02:31:05
  |
swills  |
- Add stage support |
1.3.8 20 Oct 2013 20:11:49
  |
swills  |
Behaviour Driven Development with elegance and joy
WWW: http://cukes.info/
PR: ports/182689
Submitted by: Loic Blot <loic.blot@unix-experience.fr> |