svn commit: r408751 - head/graphics/py-pygal

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Feb 12 20:20:26 UTC 2016


Author: rm
Date: Fri Feb 12 20:20:24 2016
New Revision: 408751
URL: https://svnweb.freebsd.org/changeset/ports/408751

Log:
  graphics/py-pygal: update to 2.0.12
  
  - update to 2.0.12
  - add NO_ARCH and sort USE_PYTHON, while here
  
  PR:		206870
  Submitted by:	jjachuf at gmail.com (maintainer)

Modified:
  head/graphics/py-pygal/Makefile
  head/graphics/py-pygal/distinfo

Modified: head/graphics/py-pygal/Makefile
==============================================================================
--- head/graphics/py-pygal/Makefile	Fri Feb 12 19:43:47 2016	(r408750)
+++ head/graphics/py-pygal/Makefile	Fri Feb 12 20:20:24 2016	(r408751)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pygal
-PORTVERSION=	1.7.0
+PORTVERSION=	2.0.12
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,8 @@ LICENSE=	LGPL3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml
 
-# Python3 ready
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pygal/distinfo
==============================================================================
--- head/graphics/py-pygal/distinfo	Fri Feb 12 19:43:47 2016	(r408750)
+++ head/graphics/py-pygal/distinfo	Fri Feb 12 20:20:24 2016	(r408751)
@@ -1,2 +1,2 @@
-SHA256 (pygal-1.7.0.tar.gz) = e0cf38aec260b0eceb4b7a30f8dcb988ed129915b9561856dd8cb131ae34bcf4
-SIZE (pygal-1.7.0.tar.gz) = 737013
+SHA256 (pygal-2.0.12.tar.gz) = 44108580dddeae655030a35015e4056840dde40429c74f44c91339f7a5dfbda9
+SIZE (pygal-2.0.12.tar.gz) = 67840


More information about the svn-ports-all mailing list