diff options
author | wen <wen@FreeBSD.org> | 2013-05-01 22:14:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-05-01 22:14:22 +0800 |
commit | 24b5637ad5a3d50837082a1f6eb42fd738aa1bc8 (patch) | |
tree | 859798646b12577e7290a60c1d0e6c812fca917d /graphics | |
parent | aa1574249c89c03eae939575aeb60e210195539c (diff) | |
download | freebsd-ports-gnome-24b5637ad5a3d50837082a1f6eb42fd738aa1bc8.tar.gz freebsd-ports-gnome-24b5637ad5a3d50837082a1f6eb42fd738aa1bc8.tar.zst freebsd-ports-gnome-24b5637ad5a3d50837082a1f6eb42fd738aa1bc8.zip |
- Update to 0.7.0
- Trim Makefile headers
- Convert to optionsNG
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-pycha/Makefile | 18 | ||||
-rw-r--r-- | graphics/py-pycha/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index 5a004f060c03..f9357b519c47 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,13 +1,8 @@ -# Ports collection makefile for: pycha -# Date created: 08 July, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pycha -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +13,13 @@ COMMENT= A library for making charts with Python USE_PYTHON= yes USE_PYDISTUTILS= easy_install -OPTIONS= CAIRO "Add support for py-cairo" On +OPTIONS_DEFINE= CAIRO +OPTIONS_DEFAULT= CAIRO -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_CAIRO) +.if ${PORT_OPTIONS:MCAIRO} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/py-pycha/distinfo b/graphics/py-pycha/distinfo index 6fb695444567..b747fb33419e 100644 --- a/graphics/py-pycha/distinfo +++ b/graphics/py-pycha/distinfo @@ -1,2 +1,2 @@ -SHA256 (pycha-0.6.0.tar.gz) = 5513a6018a326c9510fde6e3e85753cedc6c9978ed781a1292baff6fded612e6 -SIZE (pycha-0.6.0.tar.gz) = 39267 +SHA256 (pycha-0.7.0.tar.gz) = 4991bc096c02d66bd72421d39f71af116a530dfb8908d4f812df50789d804627 +SIZE (pycha-0.7.0.tar.gz) = 41570 |