Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 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 |
2.3.0 09 Oct 2022 15:38:03 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-fog: Update to 2.3.0
Changes: https://github.com/fog/fog/releases |
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) |
2.2.0_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 ) |
2.2.0_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.0_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@) |
2.2.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0_1 06 Nov 2020 11:30:28 |
sunpoet |
Change RUN_DEPENDS from rubygem-fog-brightbox0 to rubygem-fog-brightbox
- Bump PORTREVISION for dependency and package change
rubygem-fog 2.1.0+ is compatible with rubygem-fog-brightbox 1.0.0+.
Reference: https://github.com/fog/fog/commit/adc3d36e1c47976a1ec2630bd4577e082593c884 |
2.2.0 31 Aug 2019 07:57:13 |
sunpoet |
Update version requirement of RUN_DEPENDS |
2.2.0 20 Jun 2019 19:09:57 |
sunpoet |
Update to 2.2.0
Changes: https://github.com/fog/fog/releases |
2.1.0_1 24 Mar 2019 14:31:57 |
sunpoet |
Change RUN_DEPENDS from rubygem-fog-brightbox to rubygem-fog-brightbox0
- Bump PORTREVISION for dependency change |
2.1.0 12 Nov 2018 21:28:16 |
sunpoet |
Update to 2.1.0
Changes: https://github.com/fog/fog/releases |
2.0.0 07 Apr 2018 16:35:02 |
sunpoet |
Update to 2.0.0
- Update version requirement of net/rubygem-fog-google
- Take maintainership
Changes: https://github.com/fog/fog/releases
Reference: https://github.com/fog/fog/commit/dd05dd079cd3f24f3f8ae38bc88601d7ab98f025 |
1.42.0_2 24 Jan 2018 18:46:23 |
sunpoet |
Fix gemspec for rubygem-fog-dnsimple 2.0.0 update
- Bump PORTREVISION for package change |
1.42.0_1 06 Jan 2018 13:50:21 |
sunpoet |
Fix gemspec for rubygem-fog-core 2.0.0 update
- Bump PORTREVISION for package change |
1.42.0 30 Sep 2017 11:48:13 |
sunpoet |
Update to 1.42.0
Changes: https://github.com/fog/fog/releases |
1.41.0 02 Aug 2017 18:36:36 |
sunpoet |
Update to 1.41.0
Changes: https://github.com/fog/fog/releases |
1.40.0_1 11 Jul 2017 17:00:27 |
sunpoet |
Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change |
1.40.0 05 Jun 2017 14:52:03 |
sunpoet |
Fix WWW |
1.40.0 15 Mar 2017 11:32:29 |
sunpoet |
Update to 1.40.0
Changes: https://github.com/fog/fog/releases |
1.39.0 14 Mar 2017 21:36:19 |
sunpoet |
Update to 1.39.0
Changes: https://github.com/fog/fog/releases |
1.38.0_1 03 Dec 2016 19:29:29 |
sunpoet |
- Fix gemspec for rubygem-fog-dynect 0.2.0
- Bump PORTREVISION for package change |
1.38.0 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
1.38.0 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.38.0 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 |
1.38.0 04 Apr 2016 15:24:53 |
swills |
devel/ruby-gems: Update to 2.6.2
PR: 208371
Submitted by: wen (partial) |
1.38.0 31 Mar 2016 15:40:13 |
sunpoet |
- Update to 1.38.0
- Update RUN_DEPENDS: remove PORTSDIR
- Fix gemspec for rubygem-fog-cloudatcost 0.2.1
Changes: https://github.com/fog/fog/releases |
1.37.0 25 Dec 2015 19:45:17 |
sunpoet |
- Update to 1.37.0
Changes: https://github.com/fog/fog/releases |
1.36.0 20 Nov 2015 09:14:59 |
sunpoet |
- Update to 1.36.0
Changes: https://github.com/fog/fog/releases |
1.35.0 27 Oct 2015 15:52:58 |
sunpoet |
- Update to 1.35.0
Changes: https://github.com/fog/fog/releases |
1.34.0 21 Sep 2015 15:42:25 |
sunpoet |
- Add LICENSE_FILE |
1.34.0 07 Sep 2015 17:51:06 |
sunpoet |
- Update to 1.34.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.33.0_1 19 Aug 2015 16:45:23 |
sunpoet |
- Move devel/rubygem-fog-brightbox to net/rubygem-fog-brightbox
- Bump PORTREVISION for dependent ports |
1.33.0 13 Aug 2015 17:36:29 |
sunpoet |
- Update to 1.33.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.32.0 03 Jul 2015 13:26:24 |
sunpoet |
- Add missing change in 1.32.0 update |
1.32.0 03 Jul 2015 13:23:41 |
sunpoet |
- Update to 1.32.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.31.0 07 Jun 2015 20:41:14 |
sunpoet |
- Add NO_ARCH |
1.31.0 05 Jun 2015 18:57:49 |
sunpoet |
- Update to 1.31.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.30.0 10 May 2015 20:16:05 |
sunpoet |
- Update to 1.30.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.29.0 05 Apr 2015 21:29:28 |
sunpoet |
- Update to 1.29.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.28.0 30 Mar 2015 13:48:12 |
sunpoet |
- Update to 1.28.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.27.0 19 Feb 2015 19:45:21 |
sunpoet |
- Update to 1.27.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.26.0 28 Dec 2014 13:19:21 |
sunpoet |
- Update to 1.26.0
- Sort RUN_DEPENDS
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.25.0 04 Dec 2014 15:24:01 |
sunpoet |
- Update to 1.25.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.23.0 26 Aug 2014 02:06:09 |
swills |
devel/rubygem-fog: update to 1.23.0 |
1.22.0 26 Apr 2014 18:20:06 |
sunpoet |
- Update to 1.22.0
Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md |
1.19.0 31 Dec 2013 07:24:56 |
sunpoet |
- Update to 1.19.0
Changes: https://github.com/fog/fog/blob/master/changelog.txt |
1.16.0 26 Oct 2013 16:25:18 |
sunpoet |
- Update to 1.16.0
- Add LICENSE
- Support STAGEDIR
Changes: https://github.com/fog/fog/blob/master/changelog.txt |
1.14.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.14.0 29 Aug 2013 19:11:34 |
rm |
- remove empty directories |
1.14.0 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
1.14.0 28 Jul 2013 22:32:33 |
swills |
- Update to 1.14.0 |
1.12.1 26 Jun 2013 20:43:45 |
swills |
- Update to 1.12.1 |
1.11.1 02 Jun 2013 01:27:28 |
swills |
- Update to 1.11.1 |
1.9.0 23 Jan 2013 21:43:52 |
swills |
- Update to 1.9.0 |
1.6.0 21 Oct 2012 04:52:22 |
swills |
- Update to 1.6.0
Feature safe: yes |
1.5.0 07 Aug 2012 16:48:08 |
swills |
- Be sure to include trailing slash in WWW URL
Submitted by: az |
1.5.0 06 Aug 2012 03:15:44 |
swills |
Ruby cloud services library
WWW: http://github.com/fog/fog |