diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 15:58:43 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 15:58:43 +0800 |
commit | e42c01e2bdbea0f7a14c10b326496a60b15a63be (patch) | |
tree | 8c62893f9ae8912f9d1f8c05a6f54b05408b3b4a | |
parent | 87d30b17a0f153e75e2900b6ef8fbe1fee471e6c (diff) | |
download | freebsd-ports-gnome-e42c01e2bdbea0f7a14c10b326496a60b15a63be.tar.gz freebsd-ports-gnome-e42c01e2bdbea0f7a14c10b326496a60b15a63be.tar.zst freebsd-ports-gnome-e42c01e2bdbea0f7a14c10b326496a60b15a63be.zip |
update devel/py-yaml:
o Fix unfetchable distfile, but in the same time
o Update to 0.32
o Change the distinfo
PR: 53036
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
-rw-r--r-- | devel/py-yaml/Makefile | 8 | ||||
-rw-r--r-- | devel/py-yaml/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-yaml/Makefile b/devel/py-yaml/Makefile index 89289c2d4dee..acc499ee16a1 100644 --- a/devel/py-yaml/Makefile +++ b/devel/py-yaml/Makefile @@ -7,12 +7,12 @@ # PORTNAME= yaml -PORTVERSION= 20021223 +PORTVERSION= 0.32 CATEGORIES= devel python -MASTER_SITES= http://mountainwebtools.com/PyYaml/ +MASTER_SITES= http://iron.cx/yaml/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyYaml_23Dec2002 -EXTRACT_SUFX= .tgz +DISTNAME= PyYaml-SHowell-${PORTVERSION} +EXTRACT_SUFX= .tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Python YAML parser diff --git a/devel/py-yaml/distinfo b/devel/py-yaml/distinfo index af312072269d..bed3bf2bd766 100644 --- a/devel/py-yaml/distinfo +++ b/devel/py-yaml/distinfo @@ -1 +1 @@ -MD5 (PyYaml_23Dec2002.tgz) = b502b85bda978c71a055392b6574ade2 +MD5 (PyYaml-SHowell-0.32.tar.gz) = e3a147d1a1e19861fe6b3f63f4100b24 |