Skip to content

Commit dfd71e2

Browse files
author
mef
committed
(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.
1 parent 6150c85 commit dfd71e2

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

www/R-sass/Makefile

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.3 2023/06/11 09:54:58 mef Exp $
1+
# $NetBSD: Makefile,v 1.4 2024/12/15 08:49:16 mef Exp $
22

33
R_PKGNAME= sass
4-
R_PKGVER= 0.4.6
4+
R_PKGVER= 0.4.9
55
CATEGORIES= www
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -16,6 +16,18 @@ DEPENDS+= R-fs-[0-9]*:../../devel/R-fs
1616
DEPENDS+= R-rappdirs-[0-9]*:../../devel/R-rappdirs
1717
DEPENDS+= R-R6-[0-9]*:../../devel/R-R6
1818

19+
TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
20+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
21+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
22+
TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
23+
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
24+
TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
25+
26+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
27+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
28+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
29+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
30+
1931
USE_TOOLS+= gmake
2032
USE_LANGUAGES= c c++
2133

www/R-sass/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2023/06/11 09:54:58 mef Exp $
1+
$NetBSD: distinfo,v 1.5 2024/12/15 08:49:16 mef Exp $
22

3-
BLAKE2s (R/sass_0.4.6.tar.gz) = 40423a3d88a70a92351f4e29767856dec2ac6b382fc7c65be64b864f6c651953
4-
SHA512 (R/sass_0.4.6.tar.gz) = 291c8cbdff377cc3b641b3773c68c4b49a16f3a1922a39cd5eee805fe4f65e300b35d419ba223c3bce29ee65a35df6826d1fa214a69521a09c976a0c878303cd
5-
Size (R/sass_0.4.6.tar.gz) = 3024838 bytes
3+
BLAKE2s (R/sass_0.4.9.tar.gz) = c38daa405ae85ef6de14b92b413c9c7743c991fec1a25e87ef322072ecf9d529
4+
SHA512 (R/sass_0.4.9.tar.gz) = d35d8ab33a657dd871c6405a157fbec82b038ba82c7278acb86af55ae9de38708b2e94c4608109ca734300e1584157238c99493860f4cccc78063943d807c349
5+
Size (R/sass_0.4.9.tar.gz) = 3025086 bytes

0 commit comments

Comments
 (0)