Date: Fri, 15 Aug 2014 20:05:45 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365033 - head/graphics/py-chart Message-ID: <201408152005.s7FK5jn7059411@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408152005.s7FK5jn7059411>