Bug 188946 - [PATCH] graphics/py-pycha: stage
Summary: [PATCH] graphics/py-pycha: stage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-24 11:20 UTC by Bartek Rutkowski
Modified: 2014-04-25 04:00 UTC (History)
1 user (show)

See Also:


Attachments
py-pycha-0.7.0.patch (924 bytes, patch)
2014-04-24 11:20 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-24 11:20:00 UTC
- Stage
- Drop easy_install
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pycha/0.7.0/

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-24 11:20:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-25 03:52:54 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2014-04-25 03:53:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!