Date: Mon, 8 Aug 2016 12:26:32 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419834 - head/lang/php56 Message-ID: <201608081226.u78CQWGc062888@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Mon Aug 8 12:26:31 2016 New Revision: 419834 URL: https://svnweb.freebsd.org/changeset/ports/419834 Log: lang/php56: switch distfiles from bzip2 to xz PR: 209881 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: pi (mentor) Modified: head/lang/php56/Makefile head/lang/php56/distinfo Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Mon Aug 8 12:25:59 2016 (r419833) +++ head/lang/php56/Makefile Mon Aug 8 12:26:31 2016 (r419834) @@ -13,7 +13,7 @@ COMMENT= PHP Scripting Language LICENSE= PHP301 -USES+= tar:bzip2 cpe +USES+= tar:xz cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Mon Aug 8 12:25:59 2016 (r419833) +++ head/lang/php56/distinfo Mon Aug 8 12:26:31 2016 (r419834) @@ -1,5 +1,5 @@ -TIMESTAMP = 1469542085 -SHA256 (php-5.6.24.tar.bz2) = bf23617ec3ed0a125ec8bde2b7bca9d3804b2ff4df8de192890c84dc9fac38c6 -SIZE (php-5.6.24.tar.bz2) = 14905924 +TIMESTAMP = 1470647542 +SHA256 (php-5.6.24.tar.xz) = ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b +SIZE (php-5.6.24.tar.xz) = 12394980 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081226.u78CQWGc062888>