Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0_1 30 Oct 2024 22:46:28 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Fix after dependencies update
With hat: puppet |
4.1.0 08 Jun 2024 02:15:12 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 4.1.0
With hat: puppet |
3.16.0_1 16 Apr 2024 07:07:53 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Unbreak after e4d6cd68aacde1392449a8aaacd21ad377cd4713
With hat: puppet |
3.16.0 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 |
3.16.0 05 Aug 2023 05:16:10 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.16.0
With hat: puppet |
3.15.4 27 Mar 2023 01:25:30 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.15.4
Refresh dependencies to work with modern Ruby.
With hat: puppet |
3.15.3_1 30 Jan 2023 13:02:40 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-r10k: Change RUN_DEPENDS from rubygem-gettext-setup to
rubygem-gettext-setup0
- Bump PORTREVISION for dependency change |
3.15.3 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
3.15.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 |
3.15.3 12 Jan 2023 07:00:26 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.15.3
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3153
With hat: puppet |
3.15.2 13 Oct 2022 06:49:20 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.15.2
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3152
With hat: puppet |
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) |
3.15.1 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 ) |
3.15.1 20 Aug 2022 00:16:13 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.15.1
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd
With hat: puppet |
3.15.0 01 Jun 2022 05:02:42 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.15.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3150
With hat: puppet |
3.14.2 24 Feb 2022 07:12:55 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.14.2
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3142
With hat: puppet |
3.14.1 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
3.14.1 13 Feb 2022 01:26:48 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.14.1
With hat: puppet |
3.14.0 03 Dec 2021 18:40:31 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.14.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3140
With hat: puppet |
3.13.0 08 Nov 2021 22:59:06 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.13.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3130
With hat: puppet |
3.12.1 18 Sep 2021 20:38:31 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.12.1
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3121
With hat: puppet |
3.11.0 19 Aug 2021 00:23:54 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.11.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3110
With hat: puppet |
3.10.0 18 Jul 2021 21:06:47 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.10.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3100
With hat: puppet |
3.9.3_1 14 Jul 2021 21:42:05 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Unbreak
The update of rubygem-cri in d4de7a6440ee109ff08ef116bf22d6779b7453cd
make the dependency unmet, leading to execution error.
With hat: puppet |
3.9.3 12 Jul 2021 23:39:29 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.9.3
With hat: puppet |
3.9.2 25 Jun 2021 20:03:02 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.9.2
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#392
With hat: puppet |
3.9.1 25 Jun 2021 19:52:00 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.9.1
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#391
With hat: puppet |
3.9.0 01 May 2021 00:15:59 |
Romain Tartière (romain) |
sysutils/rubygem-r10k: Update to 3.9.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#390
With hat: puppet |
3.8.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.8.0 19 Feb 2021 23:18:17 |
romain |
Update to 3.8.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#380
With hat: puppet |
3.7.0 04 Dec 2020 20:47:38 |
romain |
Update to 3.7.0
With hat: puppet |
3.6.0 18 Oct 2020 20:04:10 |
romain |
Update to 3.6.0
ChangeLog:
https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#360
With hat: puppet |
3.5.2 23 Jul 2020 21:02:21 |
romain |
Update to 3.5.2
Release notes:
https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#352
With hat: puppet |
3.5.1 29 Jun 2020 23:05:44 |
romain |
Update to 3.5.1
With hat: puppet |
3.5.0 04 Jun 2020 22:41:45 |
romain |
Update to 3.5.0
With hat: puppet |
3.4.1 23 Mar 2020 17:20:20 |
romain |
Update to 3.4.1
With hat: puppet |
3.4.0 18 Jan 2020 03:00:29 |
romain |
Update to 3.4.0
With hat: puppet |
3.3.3 22 Oct 2019 15:59:02 |
romain |
Update to 3.3.3
With hat: puppet |
3.3.2 05 Oct 2019 07:42:15 |
romain |
Update to 3.3.2
Release notes:
https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#332
With hat: puppet |
3.3.1 21 Aug 2019 03:44:35 |
romain |
Update to 3.3.1 |
3.3.0 27 Jul 2019 00:31:31 |
romain |
Update to 3.3.0
With hat: puppet |
3.2.0 25 Apr 2019 04:36:24 |
romain |
Fix pkg-plist |
3.2.0 24 Apr 2019 02:08:41 |
romain |
Update to 3.2.0
With hat: puppet |
3.1.1 02 Mar 2019 06:12:58 |
romain |
Update to 3.1.1
With hat: puppet |
3.1.0 12 Dec 2018 03:11:19 |
romain |
Update to 3.1.0
https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#310
With hat: puppet |
3.0.3 22 Oct 2018 16:31:30 |
romain |
Update to 3.0.3
With hat: puppet |
3.0.2 28 Sep 2018 10:49:05 |
romain |
Update to 3.0.2
While here, pet portlint(1)
With hat: puppet |
3.0.1 27 Sep 2018 08:17:28 |
romain |
Update to latest release
Change Log:
https://github.com/puppetlabs/r10k/blob/3.0.x/CHANGELOG.mkd
With hat: puppet |
2.6.4 24 Aug 2018 06:30:43 |
romain |
Avoid using %% in Makefile. We can use ${GEM_LIB_DIR} here.
Reported by: sunpoet
Pointy hat to: romain
With hat: puppet |
2.6.4 23 Aug 2018 08:59:15 |
romain |
Update to 2.6.4
https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd
With hat: puppet |
2.6.2_1 24 Jul 2018 06:47:48 |
romain |
Add a patch to search for configuration files under PREFIX, e.g.
/usr/local/etc/r10k/r10k.yaml
/usr/local/etc/r10k.yaml
While here, pass maintainership to puppet@
PR: 227341
Submitted by: romain
Approved by: swills (with ruby hat) |
2.6.2 06 Jan 2018 13:52:00 |
sunpoet |
Update to 2.6.2
Changes: https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd |
2.6.1 20 Dec 2017 14:42:33 |
sunpoet |
Update to 2.6.1
Changes: https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd |
2.6.0 11 Dec 2017 10:44:08 |
sunpoet |
Update to 2.6.0
Changes: https://github.com/puppetlabs/r10k/blob/2.6.x/CHANGELOG.mkd |
2.5.5_1 11 Jul 2017 17:07:45 |
sunpoet |
Change RUN_DEPENDS back to rubygem-semantic_puppet to avoid mixed versions
- Bump PORTREVISION for dependency change
PR: 220622
Reported by: <bas@area536.com> |
2.5.5 03 Jun 2017 13:17:25 |
sunpoet |
Update to 2.5.5
Changes: https://github.com/puppetlabs/r10k/blob/2.5.x/CHANGELOG.mkd |
2.5.4_1 20 May 2017 21:50:31 |
sunpoet |
Change RUN_DEPENDS from rubygem-semantic_puppet to rubygem-semantic_puppet0
- Bump PORTREVISION for dependency change |
2.5.4 06 Apr 2017 21:57:28 |
sunpoet |
Update to 2.5.4
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.5.3 01 Apr 2017 10:53:15 |
sunpoet |
Update to 2.5.3
Changes: https://github.com/puppetlabs/r10k/blob/2.5.x/CHANGELOG.mkd |
2.5.2 08 Feb 2017 23:46:22 |
sunpoet |
Update to 2.5.2
Changes: https://github.com/puppetlabs/r10k/blob/2.5.x/CHANGELOG.mkd |
2.5.1_1 02 Jan 2017 10:15:03 |
sunpoet |
Add missing RUN_DEPENDS
- Update gemspec patch
- Bump PORTREVISION for dependency change |
2.5.1 28 Dec 2016 23:03:39 |
swills |
sysutils/rubygem-r10k: update to 2.5.1 |
2.2.2 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.2.2 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.2.2 19 Apr 2016 12:57:07 |
sunpoet |
- Update to 2.2.2
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.2.1 15 Apr 2016 23:11:07 |
sunpoet |
- Update to 2.2.1
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.2.0 04 Apr 2016 15:24:53 |
swills |
devel/ruby-gems: Update to 2.6.2
PR: 208371
Submitted by: wen (partial) |
2.2.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.2.0 12 Mar 2016 00:02:48 |
sunpoet |
- Update to 2.2.0
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.1.1 13 Nov 2015 19:13:33 |
sunpoet |
- Update to 2.1.1
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.1.0 30 Oct 2015 11:26:29 |
sunpoet |
- Update to 2.1.0
- Simplify SHEBANG_FILES
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.0.3_1 10 Sep 2015 22:40:11 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket |
2.0.3 15 Aug 2015 07:38:01 |
sunpoet |
- Update to 2.0.3
- Rename gemspec patch to patch-gemspec
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.0.2 19 Jun 2015 07:34:20 |
sunpoet |
- Update to 2.0.2
Changes: https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd |
2.0.1 11 Jun 2015 14:24:11 |
mmoll |
new port: sysutils/rubygem-r10k
R10K provides a general purpose toolset for deploying Puppet environments
and modules. It implements the Puppetfile format and provides a native
implementation of Puppet dynamic environments.
WWW: https://github.com/puppetlabs/r10k
Differential Revision: https://reviews.freebsd.org/D2778
Approved by: mat (mentor) |