Skip to content

Commit 9fd1309

Browse files
author
mef
committed
(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).
1 parent 65b8d16 commit 9fd1309

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

www/R-sass/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.2 2021/06/07 15:37:39 mef Exp $
1+
# $NetBSD: Makefile,v 1.3 2023/06/11 09:54:58 mef Exp $
22

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

77
MAINTAINER= [email protected]

www/R-sass/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2021/10/26 11:29:15 nia Exp $
1+
$NetBSD: distinfo,v 1.4 2023/06/11 09:54:58 mef Exp $
22

3-
BLAKE2s (R/sass_0.4.0.tar.gz) = 05495dc6931928215b41e88f30a55f6aa73e0171526150701a5ab7e6fa3bfde3
4-
SHA512 (R/sass_0.4.0.tar.gz) = 825ead64431f37056e72cf98c6da36ac77d067125072c134cc3273fac3a2af41189fcb8cd1944d6c4c6ab47255cd6142d7d85a94f4f916dc1b04b1a9fd474fc0
5-
Size (R/sass_0.4.0.tar.gz) = 3022459 bytes
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

0 commit comments

Comments
 (0)