pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/R-getPass



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Feb  8 11:44:53 UTC 2021

Modified Files:
        pkgsrc/security/R-getPass: Makefile

Log Message:
(security/R-getPass) Now success on make test


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/R-getPass/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/R-getPass/Makefile
diff -u pkgsrc/security/R-getPass/Makefile:1.1 pkgsrc/security/R-getPass/Makefile:1.2
--- pkgsrc/security/R-getPass/Makefile:1.1      Sat Feb  6 23:07:00 2021
+++ pkgsrc/security/R-getPass/Makefile  Mon Feb  8 11:44:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/06 23:07:00 mef Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/08 11:44:53 mef Exp $
 
 R_PKGNAME=     getPass
 R_PKGVER=      0.2-2
@@ -10,9 +10,11 @@ LICENSE=     2-clause-bsd  # and See LICENSE
 
 DEPENDS+=      R-rstudioapi>=0.5:../../math/R-rstudioapi
 
-# Package suggested but not available: 'argon2'
-#TEST_DEPEDS+= R-argon2-[0-9]:../../
-
+TEST_DEPENDS+= R-argon2-[0-9]*:../../security/R-argon2
+TEST_DEPENDS+= tex-parskip-[0-9]*:../../print/tex-parskip
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings
+TEST_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
 
 # make test fails as:
 # Package suggested but not available: 'argon2'



Home | Main Index | Thread Index | Old Index