summaryrefslogtreecommitdiffstats
path: root/graphics/py-graphviz/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-03-31 04:18:46 +0000
committerperky <perky@FreeBSD.org>2003-03-31 04:18:46 +0000
commit88e59abcbd383e0e072a7bbc642813aec8ace96e (patch)
tree2edf0d77bfcfc2e7ef920d39d3ccf58ee832fbf2 /graphics/py-graphviz/Makefile
parent4fa093a0da57cd273885a8c43db12dd16b82e56c (diff)
downloadFreeBSD-ports-88e59abcbd383e0e072a7bbc642813aec8ace96e.zip
FreeBSD-ports-88e59abcbd383e0e072a7bbc642813aec8ace96e.tar.gz
Update based graphviz's version to fix a checksum failure
Spotted by: kris
Diffstat (limited to 'graphics/py-graphviz/Makefile')
-rw-r--r--graphics/py-graphviz/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile
index 03e528b..6664ce9 100644
--- a/graphics/py-graphviz/Makefile
+++ b/graphics/py-graphviz/Makefile
@@ -6,15 +6,16 @@
PORTNAME= graphviz
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://www.cs.brown.edu/~er/software/Agraph.py/ \
- http://www.research.att.com/sw/tools/graphviz/dist/:gv
+ http://www.graphviz.org/pub/graphviz/ARCHIVE/:gv
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTFILES= ${MODFILES} ${PORTNAME}-${GV_VERSION}.tgz:gv
+DISTFILES= ${MODFILES} ${PORTNAME}-${GV_VERSION}.tar.gz:gv
DIST_SUBDIR= ${PORTNAME}
-EXTRACT_ONLY= ${PORTNAME}-${GV_VERSION}.tgz
+EXTRACT_ONLY= ${PORTNAME}-${GV_VERSION}.tar.gz
-MAINTAINER= perky@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to GraphViz agraph
BUILD_DEPENDS= ${SWIG_CMD}:${PORTSDIR}/devel/swig13
@@ -23,7 +24,7 @@ NO_CDROM= "Can't be included in a commercial product"
MODFILES= gv.i __init__.py
WRKSRC= ${WRKDIR}/graphviz-${GV_VERSION}/agraph
-GV_VERSION?= 1.7.7
+GV_VERSION?= 1.9
USE_PYTHON= yes
USE_PYDISTUTILS= yes
OpenPOWER on IntegriCloud