diff options
author | lioux <lioux@FreeBSD.org> | 2005-11-20 12:16:11 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-11-20 12:16:11 +0800 |
commit | 12705824db0088f2d98e22b0637c1724610ee0e2 (patch) | |
tree | c86a6f24054f026c6769aeafae4ea936b313194c /devel/py-dateutil | |
parent | 6b8971829a9d824f3563d66d76b41def938aa8f8 (diff) | |
download | freebsd-ports-gnome-12705824db0088f2d98e22b0637c1724610ee0e2.tar.gz freebsd-ports-gnome-12705824db0088f2d98e22b0637c1724610ee0e2.tar.zst freebsd-ports-gnome-12705824db0088f2d98e22b0637c1724610ee0e2.zip |
Update both WWW tag and MASTER_SITES to new location
Diffstat (limited to 'devel/py-dateutil')
-rw-r--r-- | devel/py-dateutil/Makefile | 4 | ||||
-rw-r--r-- | devel/py-dateutil/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-dateutil/Makefile b/devel/py-dateutil/Makefile index 0ce0ccf24179..497d9c42b73a 100644 --- a/devel/py-dateutil/Makefile +++ b/devel/py-dateutil/Makefile @@ -9,7 +9,7 @@ PORTNAME= dateutil PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= https://moin.conectiva.com.br/DateUtil?action=AttachFile&do=get&target= +MASTER_SITES= http://labix.org/download/python-dateutil/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-dateutil-${PORTVERSION} @@ -20,6 +20,6 @@ USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} +#FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} .include <bsd.port.mk> diff --git a/devel/py-dateutil/pkg-descr b/devel/py-dateutil/pkg-descr index 8c5b8cc5e840..a7a97ca26a02 100644 --- a/devel/py-dateutil/pkg-descr +++ b/devel/py-dateutil/pkg-descr @@ -4,4 +4,4 @@ The dateutil module provides powerful extensions to the standard datetime module. Author: GustavoNiemeyer <gustavo@niemeyer.net> -WWW: https://moin.conectiva.com.br/DateUtil +WWW: http://labix.org/python-dateutil |