- Update to 0.7.0
- Trim Makefile headers - Convert to optionsNG
This commit is contained in:
parent
440766e692
commit
a39f0bf1e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317021
2 changed files with 9 additions and 13 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue