Index: head/www/py-libsass/Makefile =================================================================== --- head/www/py-libsass/Makefile (revision 454340) +++ head/www/py-libsass/Makefile (revision 454341) @@ -1,22 +1,23 @@ # Created by: Yuri Victorovich # $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 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six USES= python USE_PYTHON= autoplist distutils .include Index: head/www/py-libsass/distinfo =================================================================== --- head/www/py-libsass/distinfo (revision 454340) +++ head/www/py-libsass/distinfo (revision 454341) @@ -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 Index: head/www/py-libsass/files/patch-setup.py =================================================================== --- head/www/py-libsass/files/patch-setup.py (nonexistent) +++ head/www/py-libsass/files/patch-setup.py (revision 454341) @@ -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): Property changes on: head/www/py-libsass/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property