Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 01:24:02 +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: r484985 - in head/www/py-libsass: . files
Message-ID:  <201811150124.wAF1O2Bl085536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Nov 15 01:24:01 2018
New Revision: 484985
URL: https://svnweb.freebsd.org/changeset/ports/484985

Log:
  www/py-libsass: Update 0.15.1 -> 0.16.0
  
  Reported by:	portscout

Modified:
  head/www/py-libsass/Makefile
  head/www/py-libsass/distinfo
  head/www/py-libsass/files/patch-setup.py

Modified: head/www/py-libsass/Makefile
==============================================================================
--- head/www/py-libsass/Makefile	Thu Nov 15 01:19:11 2018	(r484984)
+++ head/www/py-libsass/Makefile	Thu Nov 15 01:24:01 2018	(r484985)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libsass
-DISTVERSION=	0.15.1
+DISTVERSION=	0.16.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-libsass/distinfo
==============================================================================
--- head/www/py-libsass/distinfo	Thu Nov 15 01:19:11 2018	(r484984)
+++ head/www/py-libsass/distinfo	Thu Nov 15 01:24:01 2018	(r484985)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538113759
-SHA256 (libsass-0.15.1.tar.gz) = daa7ea2b3b24585cff907320d071992ffea3ba36c4523f90798f27d1c4a9ef66
-SIZE (libsass-0.15.1.tar.gz) = 310346
+TIMESTAMP = 1542244782
+SHA256 (libsass-0.16.0.tar.gz) = ee756c684b5524099254d55a17169a81255ed7e03e11c97e9761dc9673c71bad
+SIZE (libsass-0.16.0.tar.gz) = 309924

Modified: head/www/py-libsass/files/patch-setup.py
==============================================================================
--- head/www/py-libsass/files/patch-setup.py	Thu Nov 15 01:19:11 2018	(r484984)
+++ head/www/py-libsass/files/patch-setup.py	Thu Nov 15 01:24:01 2018	(r484985)
@@ -1,4 +1,4 @@
---- setup.py.orig	2018-09-16 19:57:43 UTC
+--- setup.py.orig	2018-11-13 19:39:18 UTC
 +++ setup.py
 @@ -37,7 +37,7 @@ def _maybe_clang(flags):
          compiler.linker_so[0] = os.environ['CXX']
@@ -9,21 +9,12 @@
  
  
  def _maybe_macos(flags):
-@@ -59,7 +59,7 @@ if system_sass:
-     _maybe_macos(flags)
- 
-     if platform.system() == 'FreeBSD':
--        link_flags = ['-fPIC', '-lc++']
-+        link_flags = ['-fPIC']
-     else:
-         link_flags = ['-fPIC', '-lstdc++']
-     libraries = ['sass']
-@@ -173,7 +173,7 @@ else:
-                         f.write(cencode_body)
- 
-         if platform.system() == 'FreeBSD':
--            link_flags = ['-fPIC', '-lc++']
-+            link_flags = ['-fPIC']
-         else:
-             link_flags = ['-fPIC', '-lstdc++']
+@@ -54,7 +54,7 @@ def _maybe_macos(flags):
+ if sys.platform == 'win32':
+     extra_link_args = []
+ elif platform.system() in {'Darwin', 'FreeBSD'}:
+-    extra_link_args = ['-fPIC', '-lc++']
++    extra_link_args = ['-fPIC', '-lstdc++']
+ else:
+     extra_link_args = ['-fPIC', '-lstdc++']
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811150124.wAF1O2Bl085536>