svn commit: r462208 - head/graphics/py-pycha

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 18 09:02:55 UTC 2018


Author: amdmi3
Date: Sun Feb 18 09:02:54 2018
New Revision: 462208
URL: https://svnweb.freebsd.org/changeset/ports/462208

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Update WWW

Modified:
  head/graphics/py-pycha/Makefile
  head/graphics/py-pycha/pkg-descr

Modified: head/graphics/py-pycha/Makefile
==============================================================================
--- head/graphics/py-pycha/Makefile	Sun Feb 18 08:49:14 2018	(r462207)
+++ head/graphics/py-pycha/Makefile	Sun Feb 18 09:02:54 2018	(r462208)
@@ -10,10 +10,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for making charts with Python
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=		CAIRO
 OPTIONS_DEFAULT=	CAIRO

Modified: head/graphics/py-pycha/pkg-descr
==============================================================================
--- head/graphics/py-pycha/pkg-descr	Sun Feb 18 08:49:14 2018	(r462207)
+++ head/graphics/py-pycha/pkg-descr	Sun Feb 18 09:02:54 2018	(r462208)
@@ -7,4 +7,4 @@ great Cairo library. Its goals are:
 It won't try to draw any possible chart on earth but draw the most
 common ones nicely.
 
-WWW: http://bitbucket.org/lgs/pycha/wiki/Home
+WWW: https://bitbucket.org/lgs/pycha


More information about the svn-ports-head mailing list