diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-05-03 22:40:42 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-05-03 22:40:42 +0800 |
commit | 77f91a86f903d3ce2b3b14bdaac42c6b91810d0f (patch) | |
tree | 2b358fbe1e627a9369743b400eb6b7cd41736b1a /textproc/py-asv | |
parent | bcd95e5f7e749e8ffc55c2c76b97df8c7cf2bf24 (diff) | |
download | freebsd-ports-gnome-77f91a86f903d3ce2b3b14bdaac42c6b91810d0f.tar.gz freebsd-ports-gnome-77f91a86f903d3ce2b3b14bdaac42c6b91810d0f.tar.zst freebsd-ports-gnome-77f91a86f903d3ce2b3b14bdaac42c6b91810d0f.zip |
- Bump PORTREVISION
- Update PYTHON_VERSION
PR: 27054
Submitted by: MAINTAINER
Diffstat (limited to 'textproc/py-asv')
-rw-r--r-- | textproc/py-asv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-asv/Makefile b/textproc/py-asv/Makefile index cdf87cc6f921..c63f5b77bbaf 100644 --- a/textproc/py-asv/Makefile +++ b/textproc/py-asv/Makefile @@ -7,14 +7,14 @@ PORTNAME= asv PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= http://tratt.net/~laurie/python/asv/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= johann@egenetics.com -PYTHON_VERSION= python2.0 +PYTHON_VERSION= python2.1 ASV_BASEDIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages ASV_DOCDIR= ${PREFIX}/share/doc/py-asv |