From 309da33d2fc7298ec3889f6cb883243589b81c17 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Wed, 3 Oct 2012 04:06:37 +0000 Subject: - 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@ --- lang/python32/Makefile | 1 + lang/python32/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/python32') diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 1aae5c8de8e6..4481c47ad18c 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -29,6 +29,7 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes +USE_XZ= yes PYTHON_VERSION= python3.2 PYTHON_NO_DEPENDS= yes diff --git a/lang/python32/distinfo b/lang/python32/distinfo index a65cb59f4ed8..043ed0ebe068 100644 --- a/lang/python32/distinfo +++ b/lang/python32/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/Python-3.2.3.tgz) = 74c33e165edef7532cef95fd9a325a06878b5bfc8a5d038161573f283eaf9809 -SIZE (python/Python-3.2.3.tgz) = 12787688 +SHA256 (python/Python-3.2.3.tar.xz) = 23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754 +SIZE (python/Python-3.2.3.tar.xz) = 8970368 -- cgit v1.2.3