diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-09 21:26:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-09 21:26:24 +0000 |
commit | 17b8f3f16fd63f484088bc503d2267fa7a12eae2 (patch) | |
tree | bf6d43c074ebb639bcf6d3369f8ee6d84ade1006 | |
parent | Update graphics/krita to 3.3.3 (diff) |
www/py-libsass: Update to 0.13.7
Changelog:
https://github.com/sass/libsass-python/releases/tag/0.13.7
Also discovered the problem that it recompiles all
.cpp files again during the 'install' phase:
https://github.com/sass/libsass-python/issues/234
This is a preexisting priblem.
Reported by: portscout
Approved by: tcberner (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=461341
-rw-r--r-- | www/py-libsass/Makefile | 2 | ||||
-rw-r--r-- | www/py-libsass/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/py-libsass/Makefile b/www/py-libsass/Makefile index 19aaa8397f2b..1046b0937cee 100644 --- a/www/py-libsass/Makefile +++ b/www/py-libsass/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsass -DISTVERSION= 0.13.6 +DISTVERSION= 0.13.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-libsass/distinfo b/www/py-libsass/distinfo index 5ad8da0747d2..913e62d4ed20 100644 --- a/www/py-libsass/distinfo +++ b/www/py-libsass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517170432 -SHA256 (libsass-0.13.6.tar.gz) = e988a34ae331802bae74990bd4acf428a2eedd6a3853f4a6057c1f5329fe60d2 -SIZE (libsass-0.13.6.tar.gz) = 299180 +TIMESTAMP = 1518210564 +SHA256 (libsass-0.13.7.tar.gz) = d3b16bb2d509069180665c7b7ef2408c531c26153ed5d01566a862961bc14771 +SIZE (libsass-0.13.7.tar.gz) = 304328 |