diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-06-22 07:11:49 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-06-22 07:11:49 +0000 |
commit | c1214277814ef48d167720a64924fba92c4cb5f3 (patch) | |
tree | 7dd05b7f84846eb0eb9130e338a71b6d59f4bbf3 /textproc | |
parent | Put distfile on ${MASTER_SITE_LOCAL}. Original MASTER_SITE seems to have (diff) |
Updated MASTER_SITES to reflect new distfile location. Since this is the
only change, PORTREVISION wasn't bumped. (Also changed my email address
while I was at it.)
Submitted by: Bill Fenner's distfile survey
Diffstat (limited to 'textproc')
-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 c63f5b77bbaf..d0da82b00197 100644 --- a/textproc/py-asv/Makefile +++ b/textproc/py-asv/Makefile @@ -9,10 +9,10 @@ PORTNAME= asv PORTVERSION= 0.4 PORTREVISION= 2 CATEGORIES= textproc python -MASTER_SITES= http://tratt.net/~laurie/python/asv/releases/ +MASTER_SITES= http://tratt.net/laurie/python/asv/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= johann@egenetics.com +MAINTAINER= wjv@FreeBSD.org PYTHON_VERSION= python2.1 |