pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/R-sass



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 15 08:49:16 UTC 2024

Modified Files:
        pkgsrc/www/R-sass: Makefile distinfo

Log Message:
(www/R-sass) Updated 0.4.6 to 0.4.9

# sass 0.4.9

- Closed #138: font_google(local = TRUE) now uses woff2 (instead of
  woff) for a font file type. (#139)

# sass 0.4.8

- Closed #132: Fix R CMD check warning re error() format strings (for
  r-devel). (#133)

# sass 0.4.7

- Closed #129: Fixed a compilation warning on latest Apple Clang (15). (#130)
- Closed #125: Installation now (correctly) requires `{fs}` >= 1.2.4.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/R-sass/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/R-sass/distinfo

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-sass/Makefile
diff -u pkgsrc/www/R-sass/Makefile:1.3 pkgsrc/www/R-sass/Makefile:1.4
--- pkgsrc/www/R-sass/Makefile:1.3      Sun Jun 11 09:54:58 2023
+++ pkgsrc/www/R-sass/Makefile  Sun Dec 15 08:49:16 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/11 09:54:58 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/15 08:49:16 mef Exp $
 
 R_PKGNAME=     sass
-R_PKGVER=      0.4.6
+R_PKGVER=      0.4.9
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +16,18 @@ DEPENDS+=    R-fs-[0-9]*:../../devel/R-fs
 DEPENDS+=      R-rappdirs-[0-9]*:../../devel/R-rappdirs
 DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
 
+TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_TOOLS+=    gmake
 USE_LANGUAGES= c c++
 

Index: pkgsrc/www/R-sass/distinfo
diff -u pkgsrc/www/R-sass/distinfo:1.4 pkgsrc/www/R-sass/distinfo:1.5
--- pkgsrc/www/R-sass/distinfo:1.4      Sun Jun 11 09:54:58 2023
+++ pkgsrc/www/R-sass/distinfo  Sun Dec 15 08:49:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/06/11 09:54:58 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/12/15 08:49:16 mef Exp $
 
-BLAKE2s (R/sass_0.4.6.tar.gz) = 40423a3d88a70a92351f4e29767856dec2ac6b382fc7c65be64b864f6c651953
-SHA512 (R/sass_0.4.6.tar.gz) = 291c8cbdff377cc3b641b3773c68c4b49a16f3a1922a39cd5eee805fe4f65e300b35d419ba223c3bce29ee65a35df6826d1fa214a69521a09c976a0c878303cd
-Size (R/sass_0.4.6.tar.gz) = 3024838 bytes
+BLAKE2s (R/sass_0.4.9.tar.gz) = c38daa405ae85ef6de14b92b413c9c7743c991fec1a25e87ef322072ecf9d529
+SHA512 (R/sass_0.4.9.tar.gz) = d35d8ab33a657dd871c6405a157fbec82b038ba82c7278acb86af55ae9de38708b2e94c4608109ca734300e1584157238c99493860f4cccc78063943d807c349
+Size (R/sass_0.4.9.tar.gz) = 3025086 bytes



Home | Main Index | Thread Index | Old Index