pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 09:30:46 UTC 2022

Modified Files:
        pkgsrc/devel/R-devtools: Makefile
        pkgsrc/www/R-pkgdown: Makefile

Log Message:
Fix uncommitted package linked, tks jperkin@


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/R-devtools/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-pkgdown/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/R-devtools/Makefile
diff -u pkgsrc/devel/R-devtools/Makefile:1.16 pkgsrc/devel/R-devtools/Makefile:1.17
--- pkgsrc/devel/R-devtools/Makefile:1.16       Sun Dec 18 08:26:21 2022
+++ pkgsrc/devel/R-devtools/Makefile    Sun Dec 18 09:30:46 2022
@@ -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-jsonlite>=1.7.1:../../textpr
 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

Index: pkgsrc/www/R-pkgdown/Makefile
diff -u pkgsrc/www/R-pkgdown/Makefile:1.2 pkgsrc/www/R-pkgdown/Makefile:1.3
--- pkgsrc/www/R-pkgdown/Makefile:1.2   Sun Dec 18 08:26:21 2022
+++ pkgsrc/www/R-pkgdown/Makefile       Sun Dec 18 09:30:46 2022
@@ -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-yaml>=2.2.1:../../textproc/R
 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