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.

Port details
yarn Package manager for node, alternative to npm (meta port)
1.22.18_2 www on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.22.18_2Version of this port present on the latest quarterly branch.
Maintainer: pizzamig@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-04-13 09:44:18
Last Update: 2023-11-01 19:29:11
Commit Hash: 1ce5801
People watching this port, also watch:: bind-tools, pkg, tmux, zip, mkfontscale
License: NA
WWW:
https://classic.yarnpkg.com/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/yarn-1.22.18_2/catalog.mk
  2. /usr/local/share/licenses/yarn-1.22.18_2/LICENSE
  3. /usr/local/share/licenses/yarn-1.22.18_2/NA
Collapse this list.
Dependency lines:
  • yarn>0:www/yarn
To install the port:
cd /usr/ports/www/yarn/ && make install clean
To add the package, run one of these commands:
  • pkg install www/yarn
  • pkg install yarn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: yarn
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
yarn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.22.18_21.22.18_2-1.22.18_21.22.18_2-1.22.10-
FreeBSD:13:quarterly1.22.18_21.22.18_2-1.22.18_21.22.18_2-1.22.18_21.22.18_2
FreeBSD:14:latest1.22.18_21.22.18_2-1.22.18_21.22.18_2--1.22.18_1
FreeBSD:14:quarterly1.22.18_21.22.18_2-1.22.18_21.22.18_2-1.22.18_21.22.18_2
FreeBSD:15:latest1.22.18_21.22.18_2n/a1.22.18_2n/a-1.22.18_21.22.18_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. yarn-node20>=0 : www/yarn-node20
This port is required by:
for Build
  1. games/anki
  2. www/screego

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. security/greenbone-security-assistant*
  2. Collapse this list of deleted ports.
for Run
  1. net-im/mastodon
  2. www/gobuffalo

Deleted ports which required this port:

Expand this list of 7 deleted ports
  1. devel/rubygem-webpacker-rails5*
  2. devel/rubygem-webpacker-rails50*
  3. devel/rubygem-webpacker-rails613*
  4. devel/rubygem-webpacker1-rails5*
  5. devel/rubygem-webpacker4-rails5*
  6. devel/rubygem-webpacker4-rails50*
  7. www/gitlab*
  8. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
www_yarn
USES:
metaport nodejs:env
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-01-30
    Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn*
    Author: sunpoet@FreeBSD.org
    Reason: 
      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/node18).
      - 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 these changes:
      - 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)
    
    
Expand this list (1 items)
  • 2021-11-10
    Affects: users of www/node*, www/npm*, www/yarn*
    Author: mfechner@FreeBSD.org
    Reason: 
      The port framework was updated to use a default version for nodejs.
      The default version is pointing to the latest LTS version which is
      currently version 16.
      You can overwrite this by defining in /etc/make.conf, e.g. version 17:
      DEFAULT_VERSIONS=nodejs=17
    
      Or if you would like to stick always to the current version use:
      DEFAULT_VERSIONS=nodejs=current
    
      If you would like to use yarn or npm together with nodejs version 17,
      just install the package that is pulling the wanted dependency to nodejs:
    
      # pkg install yarn-node17
      # pkg install npm-node17
    
    
  • Collapse this list.

Number of commits found: 54

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.22.18_2
01 Nov 2023 19:29:11
commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
nodejs: Bump PORTREVISION for dependency change

USES=nodejs defaults to www/node20 now.
1.22.18_1
30 Jan 2023 14:20:38
commit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7c files touched by this commit
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
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.22.18
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.22.18
03 Jun 2022 17:01:42
commit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45ceccommit hash: 620c166728b828c0c95cb40f519f4676e4d45cec files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/*-node17: Rename for update of www/node to version 18

PR:		263590
Sponsored by:	The FreeBSD Foundation
1.22.18
05 Apr 2022 18:41:35
commit hash: 2872afdfcd689c3ac89d0fd203a8e4be12f9443dcommit hash: 2872afdfcd689c3ac89d0fd203a8e4be12f9443dcommit hash: 2872afdfcd689c3ac89d0fd203a8e4be12f9443dcommit hash: 2872afdfcd689c3ac89d0fd203a8e4be12f9443d files touched by this commit
Luca Pizzamiglio (pizzamig) search for other commits by this committer
www/yarn: Update to 1.22.18

Fix a regresssion with Node 17.7.0, later fixed in Node 17.7.1
1.22.17_2
12 Nov 2021 05:54:51
commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
*/*: 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
1.22.17_1
29 Oct 2021 06:32:52
commit hash: d2948b522a724f188d430654d61a0fe38652090bcommit hash: d2948b522a724f188d430654d61a0fe38652090bcommit hash: d2948b522a724f188d430654d61a0fe38652090bcommit hash: d2948b522a724f188d430654d61a0fe38652090b files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Author: Jose Luis Duran
www/yarn: make yarn-node16 available

Currently many node packages do not support node 17 which is
used for www/node.
This for example fixes the usage of www/gitlab-ce which cannot
run the upgrade step if node 17 is used.

PR:		259475
PR:		259476
PR:		259477
Approved by:	pizzamig (maintainer)
1.22.17
22 Oct 2021 09:53:17
commit hash: 0ba8b24e0fbab68064e6166c34e51bedf41c6850commit hash: 0ba8b24e0fbab68064e6166c34e51bedf41c6850commit hash: 0ba8b24e0fbab68064e6166c34e51bedf41c6850commit hash: 0ba8b24e0fbab68064e6166c34e51bedf41c6850 files touched by this commit
Luca Pizzamiglio (pizzamig) search for other commits by this committer
Author: Jose Luis Duran
www/yarn: Update to 1.22.17

PR: 259125
1.22.11
21 Oct 2021 21:41:43
commit hash: 96022910890ded6635a893dffda2c4cd096f9b7bcommit hash: 96022910890ded6635a893dffda2c4cd096f9b7bcommit hash: 96022910890ded6635a893dffda2c4cd096f9b7bcommit hash: 96022910890ded6635a893dffda2c4cd096f9b7b files touched by this commit
Stefan Eßer (se) search for other commits by this committer
www/yarn: Fix CPE_VENDOR

This commit fixes the CPE_STR generated by www/yarn-node14, too.
1.22.11
21 Oct 2021 15:41:03
commit hash: fb966c25bcb47941e96c51eb345a3f641062cff5commit hash: fb966c25bcb47941e96c51eb345a3f641062cff5commit hash: fb966c25bcb47941e96c51eb345a3f641062cff5commit hash: fb966c25bcb47941e96c51eb345a3f641062cff5 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
www/yarn: Add CPE information

Approved by:	portmgr (blanket)
1.22.11
12 Aug 2021 20:40:12
commit hash: 251346b20de71cad6535495e07f166eeabfb266bcommit hash: 251346b20de71cad6535495e07f166eeabfb266bcommit hash: 251346b20de71cad6535495e07f166eeabfb266bcommit hash: 251346b20de71cad6535495e07f166eeabfb266b files touched by this commit
Luca Pizzamiglio (pizzamig) search for other commits by this committer
Author: Jose Luis Duran
www/yarn: Update to 1.22.11

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

PR:		257562
Approved by:	pizzamig@FreeBSD.org (maintainer)
1.22.10
26 Jun 2021 12:15:31
commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740commit hash: 8eb508f23b685898ee99ba2d7933608d5cce1740 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: remove more optional Node 10/12 usages
1.22.10
26 Jun 2021 11:55:03
commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: unregister expired Node 12
1.22.10
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.22.10
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.22.10
24 Mar 2021 13:34:36
Revision:569118Original commit files touched by this commit
rene search for other commits by this committer
Mark ports recursively depending on Python 2.7 for expiration on June 23.

For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
1.22.10
30 Dec 2020 17:20:12
Revision:559675Original commit files touched by this commit
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>
1.22.4_1
14 Apr 2020 15:34:40
Revision:531699Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: fix regression with global packages

Add a patch to fix global packages upgrade

PR:		245425
Submitted by:	madpilot@
Obtained from:	https://github.com/yarnpkg/yarn/issues/4884
1.22.4
03 Apr 2020 08:16:00
Revision:530473Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.22.4

Changes: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md

PR:		245232
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
1.19.1
10 Mar 2020 21:47:44
Revision:528196Original commit files touched by this commit
rene search for other commits by this committer
www/yarn: remove EOL Node 8 as an option.
1.19.1
20 Nov 2019 17:21:15
Revision:518040Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: add support to node.js 12.x

While here, fix CONFLICTS definition

Sponsored by:	trivago N.V.
1.19.1
17 Oct 2019 14:17:24
Revision:514662Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.9.1

Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md#1191

PR:		241305
Submitted by:	Jose Luis Duran
1.19.0
01 Oct 2019 08:56:30
Revision:513465Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.19.0

Changes: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md#1190

PR:		240935
Submitted by:	Jose Luis Duran
1.17.3
11 Sep 2019 15:15:33
Revision:511824Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: update to 1.17.3

Changes: https://github.com/yarnpkg/yarn/blob/1.17-stable/CHANGELOG.md

PR:		240431
Submitted by:	Jose Luis Duran
1.16.0
12 Aug 2019 18:30:49
Revision:508758Original commit files touched by this commit
rene search for other commits by this committer
www/yarn: remove support for expired www/node6 backend
1.16.0
31 May 2019 10:00:04
Revision:503132Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn www/yarn-node10 www/yarn-node8: Fix CONFLICTS declarations

Fix CONFLICTS_INSTALL typos and definition.

PR:		238255
Reported by:	Pascal Christen
Sponsored by:	trivago N.V.
1.16.0
30 May 2019 14:42:47
Revision:503071Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.16
1.15.2
28 Mar 2019 22:22:29
Revision:497058Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.15.2

Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md#1152

PR:		236832
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
1.13.0
08 Feb 2019 15:18:29
Revision:492438Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.13.0

Changes: https://github.com/yarnpkg/yarn/releases/tag/v1.13.0
Sponsored by:	trivago N.V.
1.12.3
12 Nov 2018 21:27:04
Revision:484828Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.12.3

PR:		233149
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
1.10.1
01 Nov 2018 11:50:49
Revision:483656Original commit files touched by this commit
adamw search for other commits by this committer
Add NODE10 option

Approved by:	maintainer
1.10.1
08 Oct 2018 14:29:35
Revision:481543Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.10.1

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

Sponsored by:	trivago N.V.
1.9.4
04 Sep 2018 09:56:04
Revision:478946Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.9.4

PR:		231000
Submitted by:	Dmitri Goutnik <dg@syrec.org>
1.7.0
13 Jun 2018 09:29:35
Revision:472298Original commit files touched by this commit
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>
1.6.0
01 Jun 2018 23:03:01
Revision:471323Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove NODE4 option

www/node4 expired on 2018-04-30.
1.6.0
19 Apr 2018 20:42:27
Revision:467804Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.6.0

Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.6.0
1.5.1
05 Mar 2018 15:10:17
Revision:463649Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.5.1

Sponsored by:	trivago N.V.
1.3.2_2
10 Nov 2017 23:06:53
Revision:453941Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Use www/node as default

To be synced with other porst, yarn will use www/node

Reported by:	jrm
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D13037
1.3.2_1
09 Nov 2017 16:55:35
Revision:453849Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Add support to www/node8

Moreover, adopt www/node8 as default option.

PR:		223536
Submitted by:	daniel@blodan.se
Approved by:	olivier (mentor)
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D13006
1.3.2
06 Nov 2017 09:14:11
Revision:453603Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.3.2

Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12939
1.2.1
16 Oct 2017 14:57:37
Revision:452199Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.2.1

Approved by:	olivier (mentor)
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D12686
1.2.0
11 Oct 2017 13:09:38
Revision:451749Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Update to 1.2.0

Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12636
1.1.0_1
01 Oct 2017 18:01:18
Revision:451055Original commit files touched by this commit
jrm search for other commits by this committer
www/yarn: Fix broken REINPLACE_CMD
1.1.0
30 Sep 2017 11:23:11
Revision:450977Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: update to 1.1.0 and fix the yarn script

Re-enabling the readlink -f option on FreeBSD
Update to version 1.1.0

PR:		222696
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12542
1.0.2
28 Sep 2017 09:06:27
Revision:450810Original commit files touched by this commit
pizzamig search for other commits by this committer
www/yarn: Updating to version 1.0.2

Adopting a more fine grained conflict type
Fixing a Linux incompatibility

Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12516
1.0.1
13 Sep 2017 15:45:29
Revision:449801Original commit files touched by this commit
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
0.27.5
29 Aug 2017 13:05:21
Revision:448911Original commit files touched by this commit
pizzamig search for other commits by this committer
Change MAINTAINER email to my new FreeBSD email

Approved by:	lme (mentor)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12150
0.27.5
06 Jul 2017 20:58:40
Revision:445190Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.27.5

Changes:	https://github.com/yarnpkg/yarn/releases
PR:		220496
Submitted by:	Jose Luis Duran <jlduran@gmail.com>
Approved by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
0.24.6
03 Jul 2017 07:40:16
Revision:444916Original commit files touched by this commit
demon search for other commits by this committer
Register conflict with hadoop2 and www/yarn because of bin/yarn binary until
better solution is found.

PR:		220337
Submitted by:	hakan@siktas.com
0.24.6
31 May 2017 14:41:22
Revision:442188Original commit files touched by this commit
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
0.23.2_1
18 May 2017 18:39:54
Revision:441191Original commit files touched by this commit
adamw search for other commits by this committer
Switch the default yarn node backend from node6 (LTS) to node (current).
This makes yarn's backend selection consistent with npm and all other
node consumers.

Add an UPDATING message to reduce surprise.

Submitted by:	maintainer (Luca Pizzamiglio)
Reported by:	jrm
0.23.2
26 Apr 2017 18:46:35
Revision:439484Original commit files touched by this commit
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)
0.21.3
13 Apr 2017 09:44:06
Revision:438430Original commit files touched by this commit
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

Number of commits found: 54