From 9fd13092c0d511455a2b5a79ce61927d7930fd87 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 11 Jun 2023 09:54:58 +0000 Subject: [PATCH] (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). --- www/R-sass/Makefile | 4 ++-- www/R-sass/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/R-sass/Makefile b/www/R-sass/Makefile index d609146d5c46..44d40cb40b02 100644 --- a/www/R-sass/Makefile +++ b/www/R-sass/Makefile @@ -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 diff --git a/www/R-sass/distinfo b/www/R-sass/distinfo index 27acf6f9d2a4..feab2b885335 100644 --- a/www/R-sass/distinfo +++ b/www/R-sass/distinfo @@ -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