Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 18:34:46 +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: r502033 - head/www/py-libsass
Message-ID:  <201905191834.x4JIYklO028336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun May 19 18:34:46 2019
New Revision: 502033
URL: https://svnweb.freebsd.org/changeset/ports/502033

Log:
  www/py-libsass: Update 0.18.0 -> 0.19.0
  
  Reported by:	portscout

Modified:
  head/www/py-libsass/Makefile
  head/www/py-libsass/distinfo

Modified: head/www/py-libsass/Makefile
==============================================================================
--- head/www/py-libsass/Makefile	Sun May 19 18:23:48 2019	(r502032)
+++ head/www/py-libsass/Makefile	Sun May 19 18:34:46 2019	(r502033)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libsass
-DISTVERSION=	0.18.0
+DISTVERSION=	0.19.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ COMMENT=	Straightforward binding of libsass for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 LIB_DEPENDS=	libsass.so:textproc/libsass
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
 USES=		compiler:c++11-lang localbase python
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-libsass/distinfo
==============================================================================
--- head/www/py-libsass/distinfo	Sun May 19 18:23:48 2019	(r502032)
+++ head/www/py-libsass/distinfo	Sun May 19 18:34:46 2019	(r502033)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554602285
-SHA256 (libsass-0.18.0.tar.gz) = c2f386677514f9fc758631328bd318dd3e9d839ad7b6e248ec4535a191bfd271
-SIZE (libsass-0.18.0.tar.gz) = 310499
+TIMESTAMP = 1558290694
+SHA256 (libsass-0.19.0.tar.gz) = f547e087b74cbedf997b2fe34fd88137a00622900d5b08ea269c22f3b0ee1092
+SIZE (libsass-0.19.0.tar.gz) = 317079



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