Date: Mon, 15 Jan 2018 22:01:00 +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: r459124 - head/www/py-libsass Message-ID: <201801152201.w0FM10fm086290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Jan 15 22:01:00 2018 New Revision: 459124 URL: https://svnweb.freebsd.org/changeset/ports/459124 Log: www/py-libsass: Update to 0.13.5 Submitted by: myself Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13897 Modified: head/www/py-libsass/Makefile head/www/py-libsass/distinfo Modified: head/www/py-libsass/Makefile ============================================================================== --- head/www/py-libsass/Makefile Mon Jan 15 21:59:49 2018 (r459123) +++ head/www/py-libsass/Makefile Mon Jan 15 22:01:00 2018 (r459124) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsass -DISTVERSION= 0.13.4 +DISTVERSION= 0.13.5 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,5 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= autoplist distutils + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_sass.so .include <bsd.port.mk> Modified: head/www/py-libsass/distinfo ============================================================================== --- head/www/py-libsass/distinfo Mon Jan 15 21:59:49 2018 (r459123) +++ head/www/py-libsass/distinfo Mon Jan 15 22:01:00 2018 (r459124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510810077 -SHA256 (libsass-0.13.4.tar.gz) = 113af1377418e87457636f3c9aa36486bf5283c62ac9bc00e4694f8e53c3802c -SIZE (libsass-0.13.4.tar.gz) = 298486 +TIMESTAMP = 1515823381 +SHA256 (libsass-0.13.5.tar.gz) = c833dfb9e7f5b55c37e8aec418cca440dab703f79372141aed789844896dde1a +SIZE (libsass-0.13.5.tar.gz) = 302968
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801152201.w0FM10fm086290>