Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 18:44:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443031 - head/www/py-libsass
Message-ID:  <201706091844.v59IiSv1024779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  9 18:44:27 2017
New Revision: 443031
URL: https://svnweb.freebsd.org/changeset/ports/443031

Log:
  Update to 0.13.0
  
  - While I'm here, sort USE_PYTHON
  
  Changes:	https://github.com/dahlia/libsass-python/releases
  PR:		219877
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Modified:
  head/www/py-libsass/Makefile
  head/www/py-libsass/distinfo   (contents, props changed)

Modified: head/www/py-libsass/Makefile
==============================================================================
--- head/www/py-libsass/Makefile	Fri Jun  9 18:44:22 2017	(r443030)
+++ head/www/py-libsass/Makefile	Fri Jun  9 18:44:27 2017	(r443031)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libsass
-PORTVERSION=	0.12.3
+PORTVERSION=	0.13.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
 BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/www/py-libsass/distinfo
==============================================================================
--- head/www/py-libsass/distinfo	Fri Jun  9 18:44:22 2017	(r443030)
+++ head/www/py-libsass/distinfo	Fri Jun  9 18:44:27 2017	(r443031)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486716801
-SHA256 (libsass-0.12.3.tar.gz) = 236762af9c693bb72ed92d65ff4a5a77d27af9494b6174fbec7e6308416673b0
-SIZE (libsass-0.12.3.tar.gz) = 295246
+TIMESTAMP = 1497025211
+SHA256 (libsass-0.13.0.tar.gz) = 886b58a7ad7d927ea68480ea8335a7af06d197be4e501f294a42e099c3e63aee
+SIZE (libsass-0.13.0.tar.gz) = 298298



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