notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/yarn/pkg-plist

Number of commits found: 7

Monday, 30 Jan 2023
14:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c fa93fdc
Wednesday, 30 Dec 2020
17:20 pizzamig search for other commits by this committer
www/yarn-*: update to 1.22.10

Add support for Node 14
Fix CONFLICTS with an updated list of nodejs versions
Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md

PR:		251967
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
Original commitRevision:559675 
Wednesday, 13 Jun 2018
09:29 pizzamig search for other commits by this committer
www/yarn: Update to 1.7.0

Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.7.0

PR:		228821
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
Original commitRevision:472298 
Wednesday, 13 Sep 2017
15:45 pizzamig search for other commits by this committer
www/yarn: Updating to version 1.0.1

Adding an option to avoid the installation of the yarn script, that
collides with a hadoop2 utility

Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12332
Original commitRevision:449801 
Wednesday, 31 May 2017
14:41 jrm search for other commits by this committer
www/yarn: Update to version 0.24.6

Other changes:
- Patch package.json to show installation was via package [1]
- Set executable bit for JavaScript scripts requiring it [1]
- Do not install Windows binaries
- Use fully qualified paths to create links in ${PREFIX}/bin/ [2]
- Create link for yarnpkg in ${PREFIX}/bin [1]

Upstream releases: https://github.com/yarnpkg/yarn/releases

Reviewed by:	jlduran@gmail.com [1], mat [2]
Approved by:	luca.pizzamiglio@gmail.com (maintainer),
                swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10696
Original commitRevision:442188 
Wednesday, 26 Apr 2017
18:46 sunpoet search for other commits by this committer
Update to 0.23.2

- While I'm here:
  - Fix indent
  - Silence patch messages

Changes:	https://github.com/yarnpkg/yarn/releases
		https://github.com/yarnpkg/yarn/commits/master
PR:		218892
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Original commitRevision:439484 
Thursday, 13 Apr 2017
09:44 olivier search for other commits by this committer
New port: www/yarn

Yarn is a new node package manager that replaces the existing workflow for the
npm client or other package managers while remaining compatible with the npm
registry. It has the same feature set as existing workflows while operating
faster, more securely, and more reliably.

PR:		218521
Submitted by:	luca.pizzamiglio@gmail.com
Original commitRevision:438430 

Number of commits found: 7