Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 02:52:49 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352083 - head/graphics/py-pycha
Message-ID:  <201404250252.s3P2qnFa082180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
-COMMENT=	A library for making charts with Python
+MAINTAINER=	ports@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



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