Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 20:20:24 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408751 - head/graphics/py-pygal
Message-ID:  <201602122020.u1CKKOU9020038@repo.freebsd.org>

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



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