(www/R-sass) Updated 0.4.0 to 0.4.6

# sass 0.4.6

* Close #127: Removed a compilation warning on Windows w/ gcc-12. (#128)

# sass 0.4.5

## Improvements

* Close #122: Upgrade LibSass dependency from v3.6.4 to v3.6.5. (#123)

# sass 0.4.4

## Improvements

* Close #116: Remove hard-coded lstdc++ flag from Makevars. (#118)

# sass 0.4.3

## Improvements

* Close #113: Get rid of C++ warning during package installation about
  sprintf() being deprecated. (#114)

# sass 0.4.2

## Bug fixes

* `sass()` no longer encounters a false positive cache hit when
  `sass_file()` is used inside a `sass_bundle()`. (#107, #108)

* `font_google()` no longer produces a directory name with a `_`
  prefix (which was causing the directory to be ignored when deployed
  to GitHub Pages). (#105, #106)

# sass 0.4.1

## Improvements

* Several speed improvements for `sass()` and `as_sass_layer()`,
particularly when `sass(write_attachments = TRUE)` encounters a
`cache` hit. (#98) 0

* Removed compilation warnings with gcc-12. (#100)

* Removed linking errors that occur when custom C++ flags are used to
  compile (#94, #104).
This commit is contained in:
mef 2023-06-11 09:54:58 +00:00
parent 65b8d16107
commit 9fd13092c0
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2021/06/07 15:37:39 mef Exp $
# $NetBSD: Makefile,v 1.3 2023/06/11 09:54:58 mef Exp $
R_PKGNAME= sass
R_PKGVER= 0.4.0
R_PKGVER= 0.4.6
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:15 nia Exp $
$NetBSD: distinfo,v 1.4 2023/06/11 09:54:58 mef Exp $
BLAKE2s (R/sass_0.4.0.tar.gz) = 05495dc6931928215b41e88f30a55f6aa73e0171526150701a5ab7e6fa3bfde3
SHA512 (R/sass_0.4.0.tar.gz) = 825ead64431f37056e72cf98c6da36ac77d067125072c134cc3273fac3a2af41189fcb8cd1944d6c4c6ab47255cd6142d7d85a94f4f916dc1b04b1a9fd474fc0
Size (R/sass_0.4.0.tar.gz) = 3022459 bytes
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