diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-03 23:32:13 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-03 23:32:13 +0800 |
commit | 1e5e93c110a1f99bac2d98b7e83d3d230e4570a6 (patch) | |
tree | 0b62e05cbb4522d39f41c0f168b54ba3f8ef8b3b /graphics/py-cairo/Makefile | |
parent | b481534daa0400b383bb57afb4d4db055e978313 (diff) | |
download | marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.tar marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.tar.gz marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.tar.bz2 marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.tar.lz marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.tar.xz marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.tar.zst marcuscom-ports-1e5e93c110a1f99bac2d98b7e83d3d230e4570a6.zip |
- Update to 1.2.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6508 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-cairo/Makefile')
-rw-r--r-- | graphics/py-cairo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index f7b1f89f9..52a82e99a 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -3,14 +3,13 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.17 2006/05/29 11:13:25 ahze Exp $ +# $MCom: ports/graphics/py-cairo/Makefile,v 1.18 2006/06/25 22:03:59 marcus Exp $ # PORTNAME= cairo -PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} |