svn commit: r317021 - head/graphics/py-pycha

Wen Heping wen at FreeBSD.org
Wed May 1 14:14:23 UTC 2013


Author: wen
Date: Wed May  1 14:14:22 2013
New Revision: 317021
URL: http://svnweb.freebsd.org/changeset/ports/317021

Log:
  - Update to 0.7.0
  - Trim Makefile headers
  - Convert to optionsNG

Modified:
  head/graphics/py-pycha/Makefile
  head/graphics/py-pycha/distinfo

Modified: head/graphics/py-pycha/Makefile
==============================================================================
--- head/graphics/py-pycha/Makefile	Wed May  1 14:04:38 2013	(r317020)
+++ head/graphics/py-pycha/Makefile	Wed May  1 14:14:22 2013	(r317021)
@@ -1,13 +1,8 @@
-# Ports collection makefile for:	pycha
-# Date created:			08 July, 2009
-# Whom:				Wen Heping <wenheping at gmail.com>
-#
+# Created by: Wen Heping <wenheping at 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 wit
 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>

Modified: head/graphics/py-pycha/distinfo
==============================================================================
--- head/graphics/py-pycha/distinfo	Wed May  1 14:04:38 2013	(r317020)
+++ head/graphics/py-pycha/distinfo	Wed May  1 14:14:22 2013	(r317021)
@@ -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


More information about the svn-ports-all mailing list