svn commit: r365033 - head/graphics/py-chart

Nicola Vitale nivit at FreeBSD.org
Fri Aug 15 20:05:46 UTC 2014


Author: nivit
Date: Fri Aug 15 20:05:45 2014
New Revision: 365033
URL: http://svnweb.freebsd.org/changeset/ports/365033
QAT: https://qat.redports.org/buildarchive/r365033/

Log:
  - Add LICENSE and then bump PORTREVISION
  - Adapt port to the new Python facility
  - This software doesn't support Python 3, so restrict its
    installation to Python 2  [1]
  - Adopt automatic pkg-plist
  
  Noticed by:	Robert Huff <roberthuff at rcn.com> (via private email) [1]

Deleted:
  head/graphics/py-chart/pkg-plist
Modified:
  head/graphics/py-chart/Makefile

Modified: head/graphics/py-chart/Makefile
==============================================================================
--- head/graphics/py-chart/Makefile	Fri Aug 15 20:03:21 2014	(r365032)
+++ head/graphics/py-chart/Makefile	Fri Aug 15 20:05:45 2014	(r365033)
@@ -3,7 +3,7 @@
 
 PORTNAME=	chart
 PORTVERSION=	1.39
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics python
 MASTER_SITES=	http://download.gna.org/pychart/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,10 @@ DISTNAME=	PyChart-${PORTVERSION}
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Create high quality Encapsulated Postscript, PDF, or PNG charts
 
-USE_GHOSTSCRIPT_RUN=	yes
+LICENSE=	GPLv2
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	PyChart
+USE_GHOSTSCRIPT_RUN=	yes
+USE_PYTHON=	distutils,autoplist
+USES=		python:2.7
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list