diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2007-02-12 12:06:07 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2007-02-12 12:06:07 +0000 |
commit | 07a5f613ba5a3a90ab0f10763b255c8384cf565f (patch) | |
tree | f47572e804e48040e86930930d47de8497486468 /dns/py-adns/Makefile | |
parent | clive is a command line program that extracts videos from YouTube and (diff) |
Update to 1.2.1
PR: 108471
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Diffstat (limited to 'dns/py-adns/Makefile')
-rw-r--r-- | dns/py-adns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index 200bd897be1d..e0719a378cb3 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -6,10 +6,9 @@ # PORTNAME= adns -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= dns python -MASTER_SITES= http://adns-python.googlecode.com/files/ \ - http://dustman.net/andy/python/adns-python/${PORTVERSION}/ +MASTER_SITES= http://adns-python.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= adns-python-${PORTVERSION} |