pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix uncommitted package linked, tks jperkin@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a13c46ff927e
branches:  trunk
changeset: 390281:a13c46ff927e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 09:30:46 2022 +0000

description:
Fix uncommitted package linked, tks jperkin@

diffstat:

 devel/R-devtools/Makefile |  4 ++--
 www/R-pkgdown/Makefile    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3003d627e88f -r a13c46ff927e devel/R-devtools/Makefile
--- a/devel/R-devtools/Makefile Sun Dec 18 09:28:31 2022 +0000
+++ b/devel/R-devtools/Makefile Sun Dec 18 09:30:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/12/18 08:26:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/18 09:30:46 mef Exp $
 
 R_PKGNAME=     devtools
 R_PKGVER=      2.4.5
@@ -30,7 +30,7 @@
 DEPENDS+=      R-DT>=0.15:../../textproc/R-DT
 DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
 DEPENDS+=      R-rversions>=2.0.2:../../devel/R-rversions
-#DEPENDS+=     R-profvis-[0-9]*:../../benchmarks/R-profvis
+DEPENDS+=      R-profvis-[0-9]*:../../benchmarks/R-profvis
 DEPENDS+=      R-pkgdown-[0-9]*:../../www/R-pkgdown
 DEPENDS+=      R-miniUI-[0-9]*:../../www/R-miniUI
 DEPENDS+=      R-urlchecker-[0-9]*:../../www/R-urlchecker
diff -r 3003d627e88f -r a13c46ff927e www/R-pkgdown/Makefile
--- a/www/R-pkgdown/Makefile    Sun Dec 18 09:28:31 2022 +0000
+++ b/www/R-pkgdown/Makefile    Sun Dec 18 09:30:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/18 08:26:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/18 09:30:46 mef Exp $
 
 R_PKGNAME=     pkgdown
 R_PKGVER=      2.0.7
@@ -27,7 +27,7 @@
 DEPENDS+=      R-bslib>=0.3.1:../../www/R-bslib
 DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
 DEPENDS+=      R-ragg-[0-9]*:../../graphics/R-ragg
-#DEPENDS+=     R-downlit-[0-9]*:../../www/R-downlit
+DEPENDS+=      R-downlit-[0-9]*:../../www/R-downlit
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index