pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-gh (www/R-gh) fix typo on package PATH



details:   https://anonhg.NetBSD.org/pkgsrc/rev/620dee9deb57
branches:  trunk
changeset: 457722:620dee9deb57
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Aug 31 10:39:28 2021 +0000

description:
(www/R-gh) fix typo on package PATH

diffstat:

 www/R-gh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c3ed0c6cfa6c -r 620dee9deb57 www/R-gh/Makefile
--- a/www/R-gh/Makefile Tue Aug 31 09:29:01 2021 +0000
+++ b/www/R-gh/Makefile Tue Aug 31 10:39:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/08/24 11:07:58 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/08/31 10:39:28 mef Exp $
 
 R_PKGNAME=     gh
 R_PKGVER=      1.3.0
@@ -11,7 +11,7 @@
 DEPENDS+=      R-ini>=0.3.1:../../devel/R-ini
 DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite
 DEPENDS+=      R-httr>=1.4.1:../../www/R-httr
-DEPENDS+=      R-gitcreds-[0-9]*:../../security/R-gitgreds
+DEPENDS+=      R-gitcreds-[0-9]*:../../security/R-gitcreds
 DEPENDS+=      R-cli>=2.0.1:../../devel/R-cli
 
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery



Home | Main Index | Thread Index | Old Index