Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 09:02:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462208 - head/graphics/py-pycha
Message-ID:  <201802180902.w1I92tPr021720@repo.freebsd.org>

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



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