pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-gargle



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun 15 07:03:56 UTC 2023

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

Log Message:
(www/R-gargle) sort DEPENDS+= lines


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-gargle/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-gargle/Makefile
diff -u pkgsrc/www/R-gargle/Makefile:1.3 pkgsrc/www/R-gargle/Makefile:1.4
--- pkgsrc/www/R-gargle/Makefile:1.3    Thu Jun 15 07:02:09 2023
+++ pkgsrc/www/R-gargle/Makefile        Thu Jun 15 07:03:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/06/15 07:02:09 mef Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/15 07:03:56 mef Exp $
 
 R_PKGNAME=     gargle
 R_PKGVER=      1.4.0
@@ -11,13 +11,13 @@ LICENSE=    mit     # + file LICENSE
 DEPENDS+=      R-cli>=3.0.0:../../devel/R-cli
 DEPENDS+=      R-fs>=1.3.1:../../devel/R-fs
 DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-jsonlite>=1.8.0:../../textproc/R-jsonlite
+DEPENDS+=      R-httr>=1.4.0:../../www/R-httr
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-rappdirs>=0.3.3:../../devel/R-rappdirs
 DEPENDS+=      R-rlang>=0.4.9:../../devel/R-rlang
-DEPENDS+=      R-withr>=2.4.2:../../devel/R-withr
 DEPENDS+=      R-rstudioapi>=0.13:../../math/R-rstudioapi
-DEPENDS+=      R-jsonlite>=1.8.0:../../textproc/R-jsonlite
-DEPENDS+=      R-httr>=1.4.0:../../www/R-httr
+DEPENDS+=      R-withr>=2.4.2:../../devel/R-withr
 
 # Packages suggested but not available:
 #  'aws.ec2metadata', 'aws.signature', 'mockr', 'sodium'



Home | Main Index | Thread Index | Old Index