pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-ggtern



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  8 20:15:29 UTC 2024

Modified Files:
        pkgsrc/graphics/R-ggtern: Makefile distinfo

Log Message:
(graphics/R-ggtern) Updated 3.4.2 to 3.5.0, make test passed with 1 WARN

ggtern 3.5.0
----------------------------------------------------------------
* Fixed broken compatability with ggplot2 3.5.0


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/R-ggtern/Makefile \
    pkgsrc/graphics/R-ggtern/distinfo

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

Modified files:

Index: pkgsrc/graphics/R-ggtern/Makefile
diff -u pkgsrc/graphics/R-ggtern/Makefile:1.5 pkgsrc/graphics/R-ggtern/Makefile:1.6
--- pkgsrc/graphics/R-ggtern/Makefile:1.5       Thu Jun 15 07:40:26 2023
+++ pkgsrc/graphics/R-ggtern/Makefile   Sat Jun  8 20:15:29 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/06/15 07:40:26 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/06/08 20:15:29 mef Exp $
 
 R_PKGNAME=     ggtern
-R_PKGVER=      3.4.2
+R_PKGVER=      3.5.0
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,10 +9,10 @@ COMMENT=      Extension to 'ggplot2', for the
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      R-proto>=1.0.0:../../devel/R-proto
-DEPENDS+=      R-ggplot2>=3.3.5:../../graphics/R-ggplot2
+DEPENDS+=      R-ggplot2>=3.5.0:../../graphics/R-ggplot2
 DEPENDS+=      R-gridExtra>=2.3:../../graphics/R-gridExtra
 DEPENDS+=      R-latex2exp>=0.5:../../graphics/R-latex2exp
-DEPENDS+=      R-scales>=0.3.0:../../graphics/R-scales
+DEPENDS+=      R-scales>=1.3.0:../../graphics/R-scales
 DEPENDS+=      R-compositions>=2.0.2:../../math/R-compositions
 DEPENDS+=      R-gtable>=0.1.2:../../math/R-gtable
 DEPENDS+=      R-plyr>=1.8.3:../../math/R-plyr
@@ -23,5 +23,15 @@ DEPENDS+=    R-hexbin-[0-9]*:../../math/R-h
 
 USE_LANGUAGES= # none
 
+TEST_DEPENDS+= R-chemometrics-[0-9]*:../../math/R-chemometrics
+TEST_DEPENDS+= R-mclust-[0-9]*:../../math/R-mclust
+TEST_DEPENDS+= R-sp-[0-9]*:../../math/R-sp
+
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-ggtern/distinfo
diff -u pkgsrc/graphics/R-ggtern/distinfo:1.5 pkgsrc/graphics/R-ggtern/distinfo:1.6
--- pkgsrc/graphics/R-ggtern/distinfo:1.5       Thu Jun 15 07:40:26 2023
+++ pkgsrc/graphics/R-ggtern/distinfo   Sat Jun  8 20:15:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/15 07:40:26 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/06/08 20:15:29 mef Exp $
 
-BLAKE2s (R/ggtern_3.4.2.tar.gz) = 2840c6a5907c132e5c905841279c18d695f404dd398b68254bb64c58934768c9
-SHA512 (R/ggtern_3.4.2.tar.gz) = fdedef1a7b7aebde077eabc13c4dd82a4f5a282b039fd7f31d71b258c86ef4e64d4544565ccbe0a05811a7c02e8685097840e19585e0060d764848737073f8ae
-Size (R/ggtern_3.4.2.tar.gz) = 568915 bytes
+BLAKE2s (R/ggtern_3.5.0.tar.gz) = 022013d85604978066fc78bb4100e0b51304d6ca2f379902f8e49fc86fffd488
+SHA512 (R/ggtern_3.5.0.tar.gz) = 8b57146efa134ba4288905ebe1dc2415843eeecc5d55422d5bce347e6c9d8455ca930710561f41eb5df84f1a28ddc0000626d549353c276bd71d4c3fa68c2ddf
+Size (R/ggtern_3.5.0.tar.gz) = 566774 bytes



Home | Main Index | Thread Index | Old Index