notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/rubygem-execjs/Makefile
SVNWeb

Number of commits found: 45

Fri, 22 Sep 2023
[ 03:21 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:267f3a865f06bf6ef93f949c161ee745dc461024  commit hash:267f3a865f06bf6ef93f949c161ee745dc461024  commit hash:267f3a865f06bf6ef93f949c161ee745dc461024  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) search for other commits by this committer ]    commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  fa93fdc  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 12 Nov 2021
[ 05:54 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  commit hash:f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7  f4ffcdf  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:9e1784a8a6d7afceb0a7615fad7880fe73943f3e  commit hash:9e1784a8a6d7afceb0a7615fad7880fe73943f3e  commit hash:9e1784a8a6d7afceb0a7615fad7880fe73943f3e  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) search for other commits by this committer ]    commit hash:7e473a73328cb6f401d059f9ebb2bf355a5bc17e  commit hash:7e473a73328cb6f401d059f9ebb2bf355a5bc17e  commit hash:7e473a73328cb6f401d059f9ebb2bf355a5bc17e  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) search for other commits by this committer ]    commit hash:190069aad506199c63cf76032aa12fa3cdf55be1  commit hash:190069aad506199c63cf76032aa12fa3cdf55be1  commit hash:190069aad506199c63cf76032aa12fa3cdf55be1  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) search for other commits by this committer ]    commit hash:8eb508f23b685898ee99ba2d7933608d5cce1740  commit hash:8eb508f23b685898ee99ba2d7933608d5cce1740  commit hash:8eb508f23b685898ee99ba2d7933608d5cce1740  8eb508f 
cleanup: remove more optional Node 10/12 usages
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 9 Feb 2021
[ 08:17 mfechner search for other commits by this committer ] Original commit   Revision:564774
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 search for other commits by this committer ] Original commit   Revision:528197
devel/rubygem-execjs: remove EOL Node 8 as a backend option.
Sat, 28 Dec 2019
[ 07:51 sunpoet search for other commits by this committer ] Original commit   Revision:521205
Add NODE12 option

PR:		242875
Submitted by:	Norikatsu Shigemura <nork@ninth-nine.com>
Sat, 25 May 2019
[ 10:02 sunpoet search for other commits by this committer ] Original commit   Revision:502545
Remove NODE6 option

node6 expired on Apr 30, 2019.
Wed, 24 Apr 2019
[ 17:43 sunpoet search for other commits by this committer ] Original commit   Revision:499889
Update NODE_DESC after r499831
Sun, 18 Nov 2018
[ 20:38 sunpoet search for other commits by this committer ] Original commit   Revision:485270
Add NODE10 option
Tue, 1 May 2018
[ 19:50 sunpoet search for other commits by this committer ] Original commit   Revision:468796
Remove NODE4 option

www/node4 expired on 2018-04-30.
Fri, 15 Dec 2017
[ 23:53 sunpoet search for other commits by this committer ] Original commit   Revision:456438
Add NODE8 option
Mon, 12 Dec 2016
[ 20:58 sunpoet search for other commits by this committer ] Original commit   Revision:428450
- Add NODE6 option
Thu, 8 Sep 2016
[ 17:13 amdmi3 search for other commits by this committer ] Original commit   Revision:421568
- 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 search for other commits by this committer ] Original commit   Revision:416040
- Update to 2.7.0

Changes:	https://github.com/rails/execjs/commits/master
Wed, 27 Apr 2016
[ 21:57 swills search for other commits by this committer ] Original commit   Revision:414136 (Only the first 10 of 1194 ports in this commit are shown above. View all ports for this commit)
Convert USES=gem:autoplist to USES=gem since autoplist is default
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:414118 (Only the first 10 of 1196 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:414112
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 search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 15 Aug 2015
[ 12:09 sunpoet search for other commits by this committer ] Original commit   Revision:394300
- Update to 2.6.0

Changes:	https://github.com/rails/execjs/commits/master
Thu, 2 Jul 2015
[ 16:01 pgollucci search for other commits by this committer ] Original commit   Revision:391169 (Only the first 10 of 614 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:385251
- Update to 2.5.2

Changes:	https://github.com/rails/execjs/commits/master
Wed, 8 Apr 2015
[ 17:41 sunpoet search for other commits by this committer ] Original commit   Revision:383591
- Update to 2.5.0
- Update WWW

Changes:	https://github.com/rails/execjs/commits/master
Thu, 2 Apr 2015
[ 17:17 swills search for other commits by this committer ] Original commit   Revision:383027
devel/rubygem-execjs: update to 2.4.0
Sat, 18 Oct 2014
[ 17:38 swills search for other commits by this committer ] Original commit   Revision:371145
devel/rubygem-execjs: update to 2.2.2
Tue, 26 Aug 2014
[ 18:55 swills search for other commits by this committer ] Original commit   Revision:366247
www/rubygem-rails: move node dependency to execjs where it belongs
Fri, 4 Jul 2014
[ 02:49 swills search for other commits by this committer ] Original commit   Revision:360526
- Update to 2.2.1
Fri, 20 Jun 2014
[ 16:04 swills search for other commits by this committer ] Original commit   Revision:358597
- Update to 2.2.0
Mon, 20 Jan 2014
[ 17:25 sunpoet search for other commits by this committer ] Original commit   Revision:340433
- Update to 2.0.2

Changes:	https://github.com/sstephenson/execjs/commits/master
[ 16:55 sunpoet search for other commits by this committer ] Original commit   Revision:340408
- Add LICENSE
Wed, 30 Oct 2013
[ 02:32 swills search for other commits by this committer ] Original commit   Revision:332036 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Add stage support
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Sat, 9 Jun 2012
[ 06:16 miwi search for other commits by this committer ] Original commit 
- Update to 1.4.0

PR:             168877
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Tue, 20 Dec 2011
[ 05:10 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.2.13

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Sat, 17 Dec 2011
[ 04:11 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.2.12

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Thu, 8 Dec 2011
[ 03:29 swills search for other commits by this committer ] Original commit 
- Update to 1.2.11

Feature safe:   yes
Tue, 6 Dec 2011
[ 18:54 swills search for other commits by this committer ] Original commit 
- Update to 1.2.10

Feature safe:   yes
Mon, 17 Oct 2011
[ 01:25 swills search for other commits by this committer ] Original commit 
ExecJS lets you run JavaScript code from Ruby.

WWW:    http://rubygems.org/gems/execjs

Number of commits found: 45