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: lang/coffeescript/Makefile
SVNWeb

Number of commits found: 15

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
Fri, 30 Dec 2022
[ 14:03 Vinícius Zavam (egypcio) search for other commits by this committer ]    commit hash:b0b986784051c028467fb03f5a8cfeacb81f407e  commit hash:b0b986784051c028467fb03f5a8cfeacb81f407e  commit hash:b0b986784051c028467fb03f5a8cfeacb81f407e  b0b9867 
lang/coffeescript: update 2.6.1	to 2.7.0
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)
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
Tue, 19 Oct 2021
[ 07:38 Vinícius Zavam (egypcio) search for other commits by this committer ]    commit hash:17fd72a5199102eeebe2948aaadda83793430bc4  commit hash:17fd72a5199102eeebe2948aaadda83793430bc4  commit hash:17fd72a5199102eeebe2948aaadda83793430bc4  17fd72a 
lang/coffeescript: update 2.5.1 to 2.6.1
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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, 4 Feb 2020
[ 13:19 egypcio search for other commits by this committer ] Original commit   Revision:525158
lang/coffeescript: update 2.5.0 to 2.5.1
Fri, 3 Jan 2020
[ 14:33 egypcio search for other commits by this committer ] Original commit   Revision:521942
lang/coffeescript: update 2.4.1 to 2.5.0
Thu, 18 Apr 2019
[ 08:26 egypcio search for other commits by this committer ] Original commit   Revision:499240
lang/coffeescript: update 2.3.2 to 2.4.1

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D19938
Thu, 28 Feb 2019
[ 09:18 egypcio search for other commits by this committer ] Original commit   Revision:494137
lang/coffeescript: set NO_ARCH

  - PORTREVISION was not bumped.

PR:		235981
Submitted by:	Samy Mahmoudi <samy.mahmoudi % gmail.com>
Approved by:	rene (mentor)
Wed, 5 Dec 2018
[ 14:09 egypcio search for other commits by this committer ] Original commit   Revision:486672 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
use @FreeBSD.org as MAINTAINER instead of my private address

  benchmarks/vegeta
  devel/busybee
  devel/git-lfs
  devel/gnu-efi
  devel/hub
  devel/libe
  devel/py-fabric3
  devel/py-fabric3
  dns/dhisd
  dns/dnscrypt-proxy2
  dns/go-geodns
  emulators/hatari
  irc/weechat-otr
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 2 Oct 2018
[ 01:13 swills search for other commits by this committer ] Original commit   Revision:481093
lang/coffeescript: update to 2.3.2

PR:		231678
Submitted by:	Vinicius Zavam <egypcio@googlemail.com> (maintainer)
Wed, 4 Jul 2018
[ 22:00 swills search for other commits by this committer ] Original commit   Revision:473928
lang/coffeescript: update to 2.3.1

PR:		229511
Submitted by:	Vinicius Zavam <egypcio@googlemail.com> (maintainer)
Fri, 13 Apr 2018
[ 14:41 garga search for other commits by this committer ] Original commit   Revision:467243
CoffeeScript is a little language that compiles into JavaScript. Underneath that
awkward Java-esque patina, JavaScript has always had a gorgeous heart. It's an
attempt to expose the good parts of JavaScript in a simple way.

WWW: http://coffeescript.org/

PR:		227412
Submitted by:	egypcio@googlemail.com
Differential Revision:	https://reviews.freebsd.org/D15025

Number of commits found: 15