pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/R-progress



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Sep 25 17:33:55 UTC 2019

Modified Files:
        pkgsrc/sysutils/R-progress: Makefile

Log Message:
Add missing dependency on devel/R-R6.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/R-progress/Makefile

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

Modified files:

Index: pkgsrc/sysutils/R-progress/Makefile
diff -u pkgsrc/sysutils/R-progress/Makefile:1.2 pkgsrc/sysutils/R-progress/Makefile:1.3
--- pkgsrc/sysutils/R-progress/Makefile:1.2     Thu Aug  8 19:53:56 2019
+++ pkgsrc/sysutils/R-progress/Makefile Wed Sep 25 17:33:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:56 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/25 17:33:55 brook Exp $
 
 R_PKGNAME=     progress
 R_PKGVER=      1.2.2
@@ -8,6 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Terminal progress bars
 LICENSE=       mit
 
+DEPENDS+=      R-R6>=2.4.0:../../devel/R-R6
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
 DEPENDS+=      R-hms>=0.5.0:../../time/R-hms



Home | Main Index | Thread Index | Old Index