Date: Fri, 9 Feb 2018 21:26:24 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461341 - head/www/py-libsass Message-ID: <201802092126.w19LQOAX089732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Feb 9 21:26:24 2018 New Revision: 461341 URL: https://svnweb.freebsd.org/changeset/ports/461341 Log: 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) Modified: head/www/py-libsass/Makefile head/www/py-libsass/distinfo Modified: head/www/py-libsass/Makefile ============================================================================== --- head/www/py-libsass/Makefile Fri Feb 9 21:03:49 2018 (r461340) +++ head/www/py-libsass/Makefile Fri Feb 9 21:26:24 2018 (r461341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsass -DISTVERSION= 0.13.6 +DISTVERSION= 0.13.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-libsass/distinfo ============================================================================== --- head/www/py-libsass/distinfo Fri Feb 9 21:03:49 2018 (r461340) +++ head/www/py-libsass/distinfo Fri Feb 9 21:26:24 2018 (r461341) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802092126.w19LQOAX089732>