Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 10:31:00 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452631 - head/www/py-libsass
Message-ID:  <201710221031.v9MAV0U3092774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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