diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-03-31 10:50:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-03-31 10:50:51 +0800 |
commit | b583a91e44bd3925335e8c540814667de5e929c0 (patch) | |
tree | a06a9b4cfb21aaae197da194e1938db3ee641de3 /devel | |
parent | 2ca1ea67b5181b400a7dfcc9b653342d5b72802b (diff) | |
download | freebsd-ports-gnome-b583a91e44bd3925335e8c540814667de5e929c0.tar.gz freebsd-ports-gnome-b583a91e44bd3925335e8c540814667de5e929c0.tar.zst freebsd-ports-gnome-b583a91e44bd3925335e8c540814667de5e929c0.zip |
fix master site and WWW
PR: 95134
Submitted by: Jean-Francois BOEUF <jfb@minet.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-yaml/Makefile | 2 | ||||
-rw-r--r-- | devel/py-yaml/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile index c19d164ad511..aecf5fccfdd7 100644 --- a/devel/py-yaml/Makefile +++ b/devel/py-yaml/Makefile @@ -9,7 +9,7 @@ PORTNAME= yaml PORTVERSION= 0.32 CATEGORIES= devel python -MASTER_SITES= http://python.yaml.org/dist/ +MASTER_SITES= http://pyyaml.org/download/pyyaml-legacy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyYaml-SHowell-${PORTVERSION} EXTRACT_SUFX= .tar.gz diff --git a/devel/py-yaml/pkg-descr b/devel/py-yaml/pkg-descr index 2a00a3d0b60b..e5a3af58c3ef 100644 --- a/devel/py-yaml/pkg-descr +++ b/devel/py-yaml/pkg-descr @@ -1,3 +1,3 @@ Python YAML parser -WWW: http://python.yaml.org/ +WWW: http://pyyaml.org/ |