diff options
author | adam <adam@pkgsrc.org> | 2017-11-17 11:36:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-17 11:36:30 +0000 |
commit | 583e038c16cc52595b5be2405a6d747914167050 (patch) | |
tree | 1a91e8b6a92646377f29f7b9d98d5aff2072eceb /www/libsass | |
parent | f13deb4d6eb91730a89ad8931e9ae89b5bba964c (diff) | |
download | pkgsrc-583e038c16cc52595b5be2405a6d747914167050.tar.gz |
libsass/sassc: updated to 3.4.7
3.4.7:
Features
* Implement exponents for numbers
* Implement long file path support for Windows
Fixes
* Error on quoted string in simple selector parsing
* Do not compress colors in selectors
* Fix issue when passing restargs to call
* Fix issue with attribute selector unification
* Improve wrapped pseudo selector handling
* Improve extend of wrapped pseudo selectors
* Fix propagation of named rest arguments
* Do not output invisible support blocks
* Various build makefile and CI related fixes
Diffstat (limited to 'www/libsass')
-rw-r--r-- | www/libsass/Makefile | 4 | ||||
-rw-r--r-- | www/libsass/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/libsass/Makefile b/www/libsass/Makefile index 17689ce543d..3fe28967547 100644 --- a/www/libsass/Makefile +++ b/www/libsass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/06/13 12:44:06 fhajny Exp $ +# $NetBSD: Makefile,v 1.8 2017/11/17 11:36:30 adam Exp $ -DISTNAME= libsass-3.4.5 +DISTNAME= libsass-3.4.7 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/} diff --git a/www/libsass/distinfo b/www/libsass/distinfo index 38b5882722a..24bf505f3e4 100644 --- a/www/libsass/distinfo +++ b/www/libsass/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2017/06/13 12:44:06 fhajny Exp $ +$NetBSD: distinfo,v 1.8 2017/11/17 11:36:30 adam Exp $ -SHA1 (libsass-3.4.5.tar.gz) = dcb2d3fcf3b1f577c8cf4cff0d77d21819189ea1 -RMD160 (libsass-3.4.5.tar.gz) = 6f42ed9b40861e3a79bfe899e82e2c7363ae5d51 -SHA512 (libsass-3.4.5.tar.gz) = 5e3f56d44d100067d68e338fa97209a78d80c3536d64fdf48d83ec5351f944dbbe50e1050ffc8189b3ae86fd86d7b121229a3866f6e0287abc55af3770ed2bb6 -Size (libsass-3.4.5.tar.gz) = 318689 bytes +SHA1 (libsass-3.4.7-src.tar.gz) = c618fd9980e2e9e6e5ce71580aa45e916e77d02a +RMD160 (libsass-3.4.7-src.tar.gz) = 204e76023313293081e40255f1c248e04e71d7b3 +SHA512 (libsass-3.4.7-src.tar.gz) = b7ec9deac376f754741b95841e5c2d7afe3b0a03e204d2204e59dab6d8ba7b0a770c37d4e119112622504a994112d282e90e72c343459c5475bb23e83036da89 +Size (libsass-3.4.7-src.tar.gz) = 320687 bytes SHA1 (patch-src_units.hpp) = f3d4d926e2cf9517bea9fc4ee47e597908c150cc |