Date: Thu, 16 Nov 2017 21:33:19 +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: r454341 - in head/www/py-libsass: . files Message-ID: <201711162133.vAGLXJ1M023272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Nov 16 21:33:19 2017 New Revision: 454341 URL: https://svnweb.freebsd.org/changeset/ports/454341 Log: www/py-libsass: Update to 0.13.4 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13115 Added: head/www/py-libsass/files/ head/www/py-libsass/files/patch-setup.py (contents, props changed) Modified: head/www/py-libsass/Makefile head/www/py-libsass/distinfo Modified: head/www/py-libsass/Makefile ============================================================================== --- head/www/py-libsass/Makefile Thu Nov 16 21:31:37 2017 (r454340) +++ head/www/py-libsass/Makefile Thu Nov 16 21:33:19 2017 (r454341) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= libsass -PORTVERSION= 0.13.3 +DISTVERSION= 0.13.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Straightforward binding of libsass for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x Modified: head/www/py-libsass/distinfo ============================================================================== --- head/www/py-libsass/distinfo Thu Nov 16 21:31:37 2017 (r454340) +++ head/www/py-libsass/distinfo Thu Nov 16 21:33:19 2017 (r454341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508391364 -SHA256 (libsass-0.13.3.tar.gz) = 27a9ae91e2f2f2c2462555951fd6ea2b5916452b7c7bc73b49708d518970fe7f -SIZE (libsass-0.13.3.tar.gz) = 297821 +TIMESTAMP = 1510810077 +SHA256 (libsass-0.13.4.tar.gz) = 113af1377418e87457636f3c9aa36486bf5283c62ac9bc00e4694f8e53c3802c +SIZE (libsass-0.13.4.tar.gz) = 298486 Added: head/www/py-libsass/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-libsass/files/patch-setup.py Thu Nov 16 21:33:19 2017 (r454341) @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-11-16 05:28:26 UTC ++++ setup.py +@@ -37,7 +37,7 @@ def _maybe_clang(flags): + compiler.linker_so[0] = os.environ['CXX'] + return compiler + distutils.sysconfig.customize_compiler = customize_compiler +- flags[:] = ['-c', '-O3'] + flags + ['-stdlib=libc++'] ++ flags[:] = ['-c'] + flags + ['-stdlib=libc++'] + + + def _maybe_macos(flags):
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711162133.vAGLXJ1M023272>