Skip to content

Commit

Permalink
(www/R-sass) Updated 0.4.6 to 0.4.9
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
mef committed Dec 15, 2024
1 parent 57b5f3b commit 3309ac4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions www/R-sass/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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++

Expand Down
8 changes: 4 additions & 4 deletions www/R-sass/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3309ac4

Please sign in to comment.