Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10.0_1 03 Dec 2024 17:34:35 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now. |
2.10.0 26 Oct 2024 23:27:19 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-execjs: Update to 2.10.0
Changes: https://github.com/rails/execjs/releases
https://github.com/rails/execjs/commits/master |
2.9.1_1 01 Nov 2023 19:29:11 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now. |
2.9.1 22 Sep 2023 03:21:58 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-execjs: Update to 2.9.1
- Take maintainership
Changes: https://github.com/rails/execjs/releases |
2.8.1_3 30 Jan 2023 14:20:38 |
Po-Chuan Hsieh (sunpoet) |
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig |
2.8.1_2 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) |
2.8.1_2 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.8.1_2 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.8.1_2 12 Nov 2021 05:54:51 |
Matthias Fechner (mfechner) |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
2.8.1_2 01 Nov 2021 13:42:22 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-execjs: Revert OPTIONS_DEFAULT change in
7e473a73328cb6f401d059f9ebb2bf355a5bc17e
- Bump PORTREVISION for dependency change
It breaks rubygem-rails60.
Reference: http://beefy5.nyi.freebsd.org/data/122i386-default/a4f15d40a133/logs/rubygem-rails60-6.0.4.1.log
http://beefy6.nyi.freebsd.org/data/122amd64-default/a4f15d40a133/logs/rubygem-rails60-6.0.4.1.log
http://beefy15.nyi.freebsd.org/data/130i386-default/a4f15d40a133/logs/rubygem-rails60-6.0.4.1.log
http://beefy16.nyi.freebsd.org/data/130amd64-default/a4f15d40a133/logs/rubygem-rails60-6.0.4.1.log
http://beefy17.nyi.freebsd.org/data/main-i386-default/pa4f15d40a133_s141a53cd58/logs/rubygem-rails60-6.0.4.1.log
http://beefy18.nyi.freebsd.org/data/main-amd64-default/pa4f15d40a133_s141a53cd58/logs/rubygem-rails60-6.0.4.1.log |
2.8.1_1 27 Oct 2021 21:00:17 |
Matthias Fechner (mfechner) |
devel/rubygem-execjs: Use node16 as default version
Ports like www/gitlab-ce will not work with node17. |
2.8.1 30 Jun 2021 20:44:12 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-execjs: Update to 2.8.1
- Simplify *_DESC by removing node versions
Changes: https://github.com/rails/execjs/releases |
2.7.0 26 Jun 2021 12:15:31 |
Rene Ladan (rene) |
cleanup: remove more optional Node 10/12 usages |
2.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.0 09 Feb 2021 08:17:52 |
mfechner |
Added node14 as option and corrected description for option node.
PR: 253361
Submitted by: freebsd-public@it64.de |
2.7.0 10 Mar 2020 21:49:24 |
rene |
devel/rubygem-execjs: remove EOL Node 8 as a backend option. |
2.7.0 28 Dec 2019 07:51:18 |
sunpoet |
Add NODE12 option
PR: 242875
Submitted by: Norikatsu Shigemura <nork@ninth-nine.com> |
2.7.0 25 May 2019 10:02:21 |
sunpoet |
Remove NODE6 option
node6 expired on Apr 30, 2019. |
2.7.0 24 Apr 2019 17:43:11 |
sunpoet |
Update NODE_DESC after r499831 |
2.7.0 18 Nov 2018 20:38:03 |
sunpoet |
Add NODE10 option |
2.7.0 01 May 2018 19:50:55 |
sunpoet |
Remove NODE4 option
www/node4 expired on 2018-04-30. |
2.7.0 15 Dec 2017 23:53:00 |
sunpoet |
Add NODE8 option |
2.7.0 12 Dec 2016 20:58:55 |
sunpoet |
- Add NODE6 option |
2.7.0 08 Sep 2016 17:13:24 |
amdmi3 |
- Allow to choose node backend version
- While here, add LICENSE_FILE
PR: 206632
Submitted by: j.david.lists@gmail.com
Approved by: maintainer timeout (ruby, 7 months) |
2.7.0 28 May 2016 17:10:14 |
sunpoet |
- Update to 2.7.0
Changes: https://github.com/rails/execjs/commits/master |
2.6.0_1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.6.0_1 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.6.0_1 27 Apr 2016 15:22:31 |
brd |
Handle nodejs not being found in the path.
This fixes running ruby on rails under nginx and passenger.
Approved by: swills (mentor, ruby) |
2.6.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.6.0 15 Aug 2015 12:09:33 |
sunpoet |
- Update to 2.6.0
Changes: https://github.com/rails/execjs/commits/master |
2.5.2 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
2.5.2 03 May 2015 11:27:43 |
sunpoet |
- Update to 2.5.2
Changes: https://github.com/rails/execjs/commits/master |
2.5.0 08 Apr 2015 17:41:21 |
sunpoet |
- Update to 2.5.0
- Update WWW
Changes: https://github.com/rails/execjs/commits/master |
2.4.0 02 Apr 2015 17:17:33 |
swills |
devel/rubygem-execjs: update to 2.4.0 |
2.2.2 18 Oct 2014 17:38:55 |
swills |
devel/rubygem-execjs: update to 2.2.2 |
2.2.1 26 Aug 2014 18:55:23 |
swills |
www/rubygem-rails: move node dependency to execjs where it belongs |
2.2.1 04 Jul 2014 02:49:35 |
swills |
- Update to 2.2.1 |
2.2.0 20 Jun 2014 16:04:22 |
swills |
- Update to 2.2.0 |
2.0.2 20 Jan 2014 17:25:08 |
sunpoet |
- Update to 2.0.2
Changes: https://github.com/sstephenson/execjs/commits/master |
1.4.0 20 Jan 2014 16:55:10 |
sunpoet |
- Add LICENSE |
1.4.0 30 Oct 2013 02:32:53 |
swills |
- Add stage support |
1.4.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.4.0 09 Jun 2012 06:16:49 |
miwi |
- Update to 1.4.0
PR: 168877
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
1.2.13 20 Dec 2011 05:10:57 |
pgollucci |
- Update to 1.2.13
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.12 20 Dec 2011 00:21:54 |
pgollucci |
- Point at the homepage consistently as defined by rubygems.org |
1.2.12 17 Dec 2011 04:11:17 |
pgollucci |
- Update to 1.2.12
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.11 08 Dec 2011 03:29:27 |
swills |
- Update to 1.2.11
Feature safe: yes |
1.2.10 06 Dec 2011 18:54:57 |
swills |
- Update to 1.2.10
Feature safe: yes |
1.2.9 17 Oct 2011 01:25:00 |
swills |
ExecJS lets you run JavaScript code from Ruby.
WWW: http://rubygems.org/gems/execjs |