non port: devel/rubygem-execjs/Makefile |
SVNWeb
|
Number of commits found: 45 |
Fri, 22 Sep 2023
|
[ 03:21 Po-Chuan Hsieh (sunpoet) ] 267f3a8
devel/rubygem-execjs: Update to 2.9.1
- Take maintainership
Changes: https://github.com/rails/execjs/releases
|
Mon, 30 Jan 2023
|
[ 14:20 Po-Chuan Hsieh (sunpoet) ] fa93fdc (Only the first 10 of 85 ports in this commit are shown above. )
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
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Fri, 12 Nov 2021
|
[ 05:54 Matthias Fechner (mfechner) ] f4ffcdf (Only the first 10 of 21 ports in this commit are shown above. )
*/*: 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
|
Mon, 1 Nov 2021
|
[ 13:42 Po-Chuan Hsieh (sunpoet) ] 9e1784a
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
|
Wed, 27 Oct 2021
|
[ 21:00 Matthias Fechner (mfechner) ] 7e473a7
devel/rubygem-execjs: Use node16 as default version
Ports like www/gitlab-ce will not work with node17.
|
Wed, 30 Jun 2021
|
[ 20:44 Po-Chuan Hsieh (sunpoet) ] 190069a
devel/rubygem-execjs: Update to 2.8.1
- Simplify *_DESC by removing node versions
Changes: https://github.com/rails/execjs/releases
|
Sat, 26 Jun 2021
|
[ 12:15 Rene Ladan (rene) ] 8eb508f
cleanup: remove more optional Node 10/12 usages
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Feb 2021
|
[ 08:17 mfechner ]
Added node14 as option and corrected description for option node.
PR: 253361
Submitted by: freebsd-public@it64.de
|
Tue, 10 Mar 2020
|
[ 21:49 rene ]
devel/rubygem-execjs: remove EOL Node 8 as a backend option.
|
Sat, 28 Dec 2019
|
[ 07:51 sunpoet ]
Add NODE12 option
PR: 242875
Submitted by: Norikatsu Shigemura <nork@ninth-nine.com>
|
Sat, 25 May 2019
|
[ 10:02 sunpoet ]
Remove NODE6 option
node6 expired on Apr 30, 2019.
|
Wed, 24 Apr 2019
|
[ 17:43 sunpoet ]
Update NODE_DESC after r499831
|
Sun, 18 Nov 2018
|
[ 20:38 sunpoet ]
Add NODE10 option
|
Tue, 1 May 2018
|
[ 19:50 sunpoet ]
Remove NODE4 option
www/node4 expired on 2018-04-30.
|
Fri, 15 Dec 2017
|
[ 23:53 sunpoet ]
Add NODE8 option
|
Mon, 12 Dec 2016
|
[ 20:58 sunpoet ]
- Add NODE6 option
|
Thu, 8 Sep 2016
|
[ 17:13 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)
|
Sat, 28 May 2016
|
[ 17:10 sunpoet ]
- Update to 2.7.0
Changes: https://github.com/rails/execjs/commits/master
|
Wed, 27 Apr 2016
|
[ 21:57 swills ] (Only the first 10 of 1194 ports in this commit are shown above. )
Convert USES=gem:autoplist to USES=gem since autoplist is default
|
[ 16:36 swills ] (Only the first 10 of 1196 ports in this commit are shown above. )
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
|
[ 15:22 brd ]
Handle nodejs not being found in the path.
This fixes running ruby on rails under nginx and passenger.
Approved by: swills (mentor, ruby)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 15 Aug 2015
|
[ 12:09 sunpoet ]
- Update to 2.6.0
Changes: https://github.com/rails/execjs/commits/master
|
Thu, 2 Jul 2015
|
[ 16:01 pgollucci ] (Only the first 10 of 614 ports in this commit are shown above. )
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb
|
Sun, 3 May 2015
|
[ 11:27 sunpoet ]
- Update to 2.5.2
Changes: https://github.com/rails/execjs/commits/master
|
Wed, 8 Apr 2015
|
[ 17:41 sunpoet ]
- Update to 2.5.0
- Update WWW
Changes: https://github.com/rails/execjs/commits/master
|
Thu, 2 Apr 2015
|
[ 17:17 swills ]
devel/rubygem-execjs: update to 2.4.0
|
Sat, 18 Oct 2014
|
[ 17:38 swills ]
devel/rubygem-execjs: update to 2.2.2
|
Tue, 26 Aug 2014
|
[ 18:55 swills ]
www/rubygem-rails: move node dependency to execjs where it belongs
|
Fri, 4 Jul 2014
|
[ 02:49 swills ]
- Update to 2.2.1
|
Fri, 20 Jun 2014
|
[ 16:04 swills ]
- Update to 2.2.0
|
Mon, 20 Jan 2014
|
[ 17:25 sunpoet ]
- Update to 2.0.2
Changes: https://github.com/sstephenson/execjs/commits/master
|
[ 16:55 sunpoet ]
- Add LICENSE
|
Wed, 30 Oct 2013
|
[ 02:32 swills ] (Only the first 10 of 17 ports in this commit are shown above. )
- Add stage support
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Sat, 9 Jun 2012
|
[ 06:16 miwi ]
- Update to 1.4.0
PR: 168877
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
|
Tue, 20 Dec 2011
|
[ 05:10 pgollucci ]
- Update to 1.2.13
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Sat, 17 Dec 2011
|
[ 04:11 pgollucci ]
- Update to 1.2.12
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Thu, 8 Dec 2011
|
[ 03:29 swills ]
- Update to 1.2.11
Feature safe: yes
|
Tue, 6 Dec 2011
|
[ 18:54 swills ]
- Update to 1.2.10
Feature safe: yes
|
Mon, 17 Oct 2011
|
[ 01:25 swills ]
ExecJS lets you run JavaScript code from Ruby.
WWW: http://rubygems.org/gems/execjs
|
Number of commits found: 45 |