svn commit: r452631 - head/www/py-libsass
Luca Pizzamiglio
pizzamig at FreeBSD.org
Sun Oct 22 10:31:01 UTC 2017
Author: pizzamig
Date: Sun Oct 22 10:31:00 2017
New Revision: 452631
URL: https://svnweb.freebsd.org/changeset/ports/452631
Log:
www/py-libsass: Update to 0.13.3
Reorder Makefile's variable also.
PR: 223102
Submitted by: yuri at rawbw.com (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12739
Modified:
head/www/py-libsass/Makefile
head/www/py-libsass/distinfo
Modified: head/www/py-libsass/Makefile
==============================================================================
--- head/www/py-libsass/Makefile Sun Oct 22 10:17:26 2017 (r452630)
+++ head/www/py-libsass/Makefile Sun Oct 22 10:31:00 2017 (r452631)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libsass
-PORTVERSION= 0.13.2
+PORTVERSION= 0.13.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ COMMENT= Straightforward binding of libsass for Python
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
-
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
Modified: head/www/py-libsass/distinfo
==============================================================================
--- head/www/py-libsass/distinfo Sun Oct 22 10:17:26 2017 (r452630)
+++ head/www/py-libsass/distinfo Sun Oct 22 10:31:00 2017 (r452631)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497545359
-SHA256 (libsass-0.13.2.tar.gz) = f6270e6f5eb0bfa4e5ecf5b9e6443f576a6fe47cbb732b8d6acaf396c323ec0a
-SIZE (libsass-0.13.2.tar.gz) = 299924
+TIMESTAMP = 1508391364
+SHA256 (libsass-0.13.3.tar.gz) = 27a9ae91e2f2f2c2462555951fd6ea2b5916452b7c7bc73b49708d518970fe7f
+SIZE (libsass-0.13.3.tar.gz) = 297821
More information about the svn-ports-head
mailing list