pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/yarn



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar 10 09:14:32 UTC 2020

Modified Files:
        pkgsrc/devel/yarn: Makefile distinfo

Log Message:
yarn: updated to 1.22.4

1.22.1
Prevents yarn-path from exiting before its child exited
Generates relative paths when calling yarn set version
Throws an exception when the .yarnrc.yml file is invalid yaml


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/yarn/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/yarn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/yarn/Makefile
diff -u pkgsrc/devel/yarn/Makefile:1.12 pkgsrc/devel/yarn/Makefile:1.13
--- pkgsrc/devel/yarn/Makefile:1.12     Fri Feb  7 09:54:19 2020
+++ pkgsrc/devel/yarn/Makefile  Tue Mar 10 09:14:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/02/07 09:54:19 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/10 09:14:31 adam Exp $
 
-DISTNAME=      yarn-v1.22.0
+DISTNAME=      yarn-v1.22.4
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yarnpkg/}

Index: pkgsrc/devel/yarn/distinfo
diff -u pkgsrc/devel/yarn/distinfo:1.11 pkgsrc/devel/yarn/distinfo:1.12
--- pkgsrc/devel/yarn/distinfo:1.11     Fri Feb  7 09:54:19 2020
+++ pkgsrc/devel/yarn/distinfo  Tue Mar 10 09:14:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/02/07 09:54:19 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/03/10 09:14:31 adam Exp $
 
-SHA1 (yarn-v1.22.0.tar.gz) = acf82906e36bcccd1ccab1cfb73b87509667c881
-RMD160 (yarn-v1.22.0.tar.gz) = 986045754afc342e065c3e6d4025f2aa20f60781
-SHA512 (yarn-v1.22.0.tar.gz) = 28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992
-Size (yarn-v1.22.0.tar.gz) = 1244012 bytes
+SHA1 (yarn-v1.22.4.tar.gz) = 01c1197ca5b27f21edc8bc472cd4c8ce0e5a470e
+RMD160 (yarn-v1.22.4.tar.gz) = 78fa03d13631d7560a34aba42c6b17f9087c3cac
+SHA512 (yarn-v1.22.4.tar.gz) = a1833b862fe52169bd6c2a033045a07df5bc6a23595c259e675fed1b2d035ab37abe6ce309720abb6636d68f03615054b6292dc0a70da31c8697fda228b50d18
+Size (yarn-v1.22.4.tar.gz) = 1244785 bytes



Home | Main Index | Thread Index | Old Index