pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-purrr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan  1 05:08:58 UTC 2023

Modified Files:
        pkgsrc/devel/R-purrr: Makefile

Log Message:
(devel/R-purrr) +TEST_DEPENDS+= R-lubridate (2 ERRORs now)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-purrr/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-purrr/Makefile
diff -u pkgsrc/devel/R-purrr/Makefile:1.5 pkgsrc/devel/R-purrr/Makefile:1.6
--- pkgsrc/devel/R-purrr/Makefile:1.5   Sun Jan  1 00:51:37 2023
+++ pkgsrc/devel/R-purrr/Makefile       Sun Jan  1 05:08:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/01/01 00:51:37 mef Exp $
+# $NetBSD: Makefile,v 1.6 2023/01/01 05:08:58 mef Exp $
 
 R_PKGNAME=     purrr
 R_PKGVER=      1.0.0
@@ -11,10 +11,10 @@ LICENSE=    gnu-gpl-v3
 DEPENDS+=      R-magrittr>=1.5:../../devel/R-magrittr
 DEPENDS+=      R-rlang>=0.3.1:../../devel/R-rlang
 
-# Package suggested but not available: 'lubridate'
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect
+TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
 
 USE_LANGUAGES= c
 



Home | Main Index | Thread Index | Old Index