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:   jperkin
Date:           Fri May 13 10:54:37 UTC 2022

Modified Files:
        pkgsrc/devel/yarn: Makefile

Log Message:
yarn: Switch to nodeversion.mk, bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/yarn/Makefile

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.19 pkgsrc/devel/yarn/Makefile:1.20
--- pkgsrc/devel/yarn/Makefile:1.19     Wed May 11 07:52:29 2022
+++ pkgsrc/devel/yarn/Makefile  Fri May 13 10:54:37 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/05/11 07:52:29 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/05/13 10:54:37 jperkin Exp $
 
 DISTNAME=      yarn-v1.22.19
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yarnpkg/}
@@ -11,8 +12,6 @@ HOMEPAGE=     https://yarnpkg.com/
 COMMENT=       JavaScript package manager
 LICENSE=       2-clause-bsd
 
-DEPENDS+=      nodejs-[0-9]*:../../lang/nodejs
-
 USE_LANGUAGES= # none
 
 INSTALLATION_DIRS=     bin libexec/yarn/bin libexec/yarn/lib
@@ -33,4 +32,5 @@ do-install:
                ${DESTDIR}${PREFIX}/bin/yarnpkg
 
 .include "../../lang/nodejs/application.mk"
+.include "../../lang/nodejs/nodeversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index