diff options
author | wjv <wjv@FreeBSD.org> | 2001-06-22 15:11:49 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-06-22 15:11:49 +0800 |
commit | 62ebd349104f80917c8d499a90cb4e5a2a749367 (patch) | |
tree | 356c3b839e6149e5215a73a80a4574a47ba82fb8 /textproc/py-asv | |
parent | 35e13e8ab25965f26f95bea7833a4f26b1293294 (diff) | |
download | freebsd-ports-gnome-62ebd349104f80917c8d499a90cb4e5a2a749367.tar.gz freebsd-ports-gnome-62ebd349104f80917c8d499a90cb4e5a2a749367.tar.zst freebsd-ports-gnome-62ebd349104f80917c8d499a90cb4e5a2a749367.zip |
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/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 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 |