diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index af45c3c3ba90..6c82801be717 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -6,10 +6,9 @@ # PORTNAME= argparse -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org diff --git a/devel/py-argparse/distinfo b/devel/py-argparse/distinfo index 135029546c75..943dace8fbde 100644 --- a/devel/py-argparse/distinfo +++ b/devel/py-argparse/distinfo @@ -1,3 +1,3 @@ -MD5 (argparse-0.8.0.zip) = fc3ac46fecf541e8ca25caeae75b1b8d -SHA256 (argparse-0.8.0.zip) = 3873c26d999cc6398bf1508618b3eb8d9a8becbe39103ffb440cb94c3b3661d0 -SIZE (argparse-0.8.0.zip) = 32469 +MD5 (argparse-0.9.0.zip) = 0cd9857b48c05ce4995599afbe117dbe +SHA256 (argparse-0.9.0.zip) = 08b86ae571033f189a302157b828c14a61aa2592d9d60c6594c74eb191480e02 +SIZE (argparse-0.9.0.zip) = 114585 diff --git a/devel/py-argparse/pkg-descr b/devel/py-argparse/pkg-descr index e3695583b712..5aa89d40c80a 100644 --- a/devel/py-argparse/pkg-descr +++ b/devel/py-argparse/pkg-descr @@ -4,4 +4,4 @@ ability to create parsers for sub-commands, more informative help and usage messages, and much more. At the same time, it retains the ease and flexibility of use that made optparse so popular. -WWW: http://argparse.python-hosting.com/ +WWW: http://code.google.com/p/argparse/