diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-03 04:06:37 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-03 04:06:37 +0000 |
commit | 309da33d2fc7298ec3889f6cb883243589b81c17 (patch) | |
tree | e11a6a0035871aefd6af86b776e5520e17331523 /lang/python26/distinfo | |
parent | 9bedecdec2e63870e2c0ef8d24e68c9076e64db3 (diff) |
- do not hardcode distfile extension for lang/python ports in bsd.python.mk
(PYTHON_DISTFILE variable)
- switch lang/python ports (and it's slaves) to tar.xz
I compared all the four pairs .tgz/.tar.xz and they have no content differences.
Discussed on: python@
Notes
Notes:
svn path=/head/; revision=305181
Diffstat (limited to 'lang/python26/distinfo')
-rw-r--r-- | lang/python26/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/distinfo b/lang/python26/distinfo index bd2548b4586f..91a474c49ac8 100644 --- a/lang/python26/distinfo +++ b/lang/python26/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/Python-2.6.8.tgz) = 5bf02a75ffa2fcaa5a3cabb8201998519b045541975622316888ea468d9512f7 -SIZE (python/Python-2.6.8.tgz) = 13282574 +SHA256 (python/Python-2.6.8.tar.xz) = 39c5fd7c66d57a09e739605e64a4bba7552e1a094dd4ce062a207095011b80ac +SIZE (python/Python-2.6.8.tar.xz) = 9331140 |