pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-httr



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Dec 18 12:45:55 UTC 2019

Modified Files:
        pkgsrc/www/R-httr: Makefile

Log Message:
Fix missing dependency.


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

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

Modified files:

Index: pkgsrc/www/R-httr/Makefile
diff -u pkgsrc/www/R-httr/Makefile:1.1 pkgsrc/www/R-httr/Makefile:1.2
--- pkgsrc/www/R-httr/Makefile:1.1      Fri Aug  9 19:07:43 2019
+++ pkgsrc/www/R-httr/Makefile  Wed Dec 18 12:45:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:07:43 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/18 12:45:55 joerg Exp $
 
 R_PKGNAME=     httr
 R_PKGVER=      1.4.1
@@ -8,6 +8,7 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tools for working with URLs and HTTP
 LICENSE=       mit
 
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
 DEPENDS+=      R-mime>=0.7:../../mail/R-mime
 DEPENDS+=      R-openssl>=0.8:../../security/R-openssl
 DEPENDS+=      R-jsonlite>=1.6:../../textproc/R-jsonlite



Home | Main Index | Thread Index | Old Index