pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 16:11:55 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/graphics/R-scales: Makefile distinfo

Log Message:
R-scales: update to version 1.0.0.

Update to the canonical form of an R package.


To generate a diff of this commit:
cvs rdiff -u -r1.3149 -r1.3150 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/R-scales/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/R-scales/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3149 pkgsrc/doc/CHANGES-2019:1.3150
--- pkgsrc/doc/CHANGES-2019:1.3149      Wed Jul 31 16:10:15 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 16:11:55 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3149 2019/07/31 16:10:15 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3150 2019/07/31 16:11:55 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5106,3 +5106,4 @@ Changes to the packages collection and i
        Updated graphics/R-colorspace to 1.4.1 [brook 2019-07-31]
        Updated graphics/R-ggplot2 to 3.2.0 [brook 2019-07-31]
        Updated graphics/R-munsell to 0.5.0 [brook 2019-07-31]
+       Updated graphics/R-scales to 1.0.0 [brook 2019-07-31]

Index: pkgsrc/graphics/R-scales/Makefile
diff -u pkgsrc/graphics/R-scales/Makefile:1.2 pkgsrc/graphics/R-scales/Makefile:1.3
--- pkgsrc/graphics/R-scales/Makefile:1.2       Sat Jul 28 14:40:45 2018
+++ pkgsrc/graphics/R-scales/Makefile   Wed Jul 31 16:11:55 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:45 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 16:11:55 brook Exp $
 
-CATEGORIES=    graphics
+CATEGORIES=    graphics R
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/hadley/scales
@@ -8,19 +8,18 @@ COMMENT=      Scale functions for visualizati
 LICENSE=       mit
 
 R_PKGNAME=     scales
-R_PKGVER=      0.5.0
+R_PKGVER=      1.0.0
 
 DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
-DEPENDS+=      R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
 DEPENDS+=      R-dichromat-[0-9]*:../../graphics/R-dichromat
-DEPENDS+=      R-labeling-[0-9]*:../../graphics/R-labeling
-DEPENDS+=      R-munsell>=0.2:../../graphics/R-munsell
+DEPENDS+=      R-labeling>=0.3:../../graphics/R-labeling
+DEPENDS+=      R-munsell>=0.5:../../graphics/R-munsell
+DEPENDS+=      R-viridisLite>=0.3.0:../../graphics/R-viridisLite
+DEPENDS+=      R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
 DEPENDS+=      R-plyr-[0-9]*:../../math/R-plyr
-DEPENDS+=      R-viridisLite-[0-9]*:../../graphics/R-viridisLite
 
 USE_LANGUAGES= c++
 
-.include "../../devel/R-Rcpp/buildlink3.mk"
-BUILDLINK_API_DEPENDS.R+=      R>=2.13
 .include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/R-scales/distinfo
diff -u pkgsrc/graphics/R-scales/distinfo:1.1 pkgsrc/graphics/R-scales/distinfo:1.2
--- pkgsrc/graphics/R-scales/distinfo:1.1       Mon Mar 12 15:47:48 2018
+++ pkgsrc/graphics/R-scales/distinfo   Wed Jul 31 16:11:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/12 15:47:48 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/07/31 16:11:55 brook Exp $
 
-SHA1 (R/scales_0.5.0.tar.gz) = df1c718aebea32eaeebb4332405a8cfd53ae4268
-RMD160 (R/scales_0.5.0.tar.gz) = 68fbf10b1315b2536e265d6e7dc2c90485fbc689
-SHA512 (R/scales_0.5.0.tar.gz) = 68152b4ce0b589932ee8b9971f506098bacdcd679afb2dd5d710731e3d9139618a031566598461945a336e064350c32e3a0095c53e86f094a17fccaabd53181d
-Size (R/scales_0.5.0.tar.gz) = 59867 bytes
+SHA1 (R/scales_1.0.0.tar.gz) = b1683361971eee37234ffab3474f3d92218f6e18
+RMD160 (R/scales_1.0.0.tar.gz) = c2edaddec61239a1a7e163e34a10ce8169c7471d
+SHA512 (R/scales_1.0.0.tar.gz) = 6fcd2f29f260faa7bb58bbeaf8876fef476f424f77200ebe6b9dce2c16a131f1efac50072fa07d253545879cb0b78684036586a4a61a6412ee37eba1a46abcc0
+Size (R/scales_1.0.0.tar.gz) = 299262 bytes



Home | Main Index | Thread Index | Old Index