diff options
author | rm <rm@FreeBSD.org> | 2012-10-03 12:06:37 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-10-03 12:06:37 +0800 |
commit | 6f674bcdc5383769b9eb619b34b60745e11d2201 (patch) | |
tree | e11a6a0035871aefd6af86b776e5520e17331523 /lang/python27 | |
parent | 6d5c8d72f359e2ddb6ce36954ac54025000e9cd5 (diff) | |
download | freebsd-ports-gnome-6f674bcdc5383769b9eb619b34b60745e11d2201.tar.gz freebsd-ports-gnome-6f674bcdc5383769b9eb619b34b60745e11d2201.tar.zst freebsd-ports-gnome-6f674bcdc5383769b9eb619b34b60745e11d2201.zip |
- 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@
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 1 | ||||
-rw-r--r-- | lang/python27/distinfo | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 54c9d1f4c9b4..cc09a246266c 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -29,6 +29,7 @@ INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 USE_PYTHON= yes +USE_XZ= yes PYTHON_VERSION= python2.7 PYTHON_NO_DEPENDS= yes diff --git a/lang/python27/distinfo b/lang/python27/distinfo index 7afacc30a8a2..e1fb6fdb7b8a 100644 --- a/lang/python27/distinfo +++ b/lang/python27/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/Python-2.7.3.tgz) = d4c20f2b5faf95999fd5fecb3f7d32071b0820516224a6d2b72932ab47a1cb8e -SIZE (python/Python-2.7.3.tgz) = 14135620 +SHA256 (python/Python-2.7.3.tar.xz) = 61d36be58e9e9c733c49d7b76858d5c08e2c63a84f2066b29d35d3521057c985 +SIZE (python/Python-2.7.3.tar.xz) = 9976088 |