svn commit: r352083 - head/graphics/py-pycha
Wen Heping
wen at FreeBSD.org
Fri Apr 25 02:52:49 UTC 2014
Author: wen
Date: Fri Apr 25 02:52:48 2014
New Revision: 352083
URL: http://svnweb.freebsd.org/changeset/ports/352083
QAT: https://qat.redports.org/buildarchive/r352083/
Log:
- Stage support [1]
- Drop easy_install [1]
- Pet portlint [1]
- Add LICENSE
- Reset maintainer to ports@
PR: 188946 [1]
Submitted by: Bartek Rutkowski <ports at robakdesign.com> [1]
Deleted:
head/graphics/py-pycha/pkg-plist
Modified:
head/graphics/py-pycha/Makefile
head/graphics/py-pycha/pkg-descr
Modified: head/graphics/py-pycha/Makefile
==============================================================================
--- head/graphics/py-pycha/Makefile Fri Apr 25 00:42:58 2014 (r352082)
+++ head/graphics/py-pycha/Makefile Fri Apr 25 02:52:48 2014 (r352083)
@@ -7,16 +7,18 @@ CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= wen at FreeBSD.org
-COMMENT= A library for making charts with Python
+MAINTAINER= ports at FreeBSD.org
+COMMENT= Library for making charts with Python
+
+LICENSE= LGPL3
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= CAIRO
OPTIONS_DEFAULT= CAIRO
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCAIRO}
Modified: head/graphics/py-pycha/pkg-descr
==============================================================================
--- head/graphics/py-pycha/pkg-descr Fri Apr 25 00:42:58 2014 (r352082)
+++ head/graphics/py-pycha/pkg-descr Fri Apr 25 02:52:48 2014 (r352083)
@@ -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: http://bitbucket.org/lgs/pycha/wiki/Home
More information about the svn-ports-all
mailing list