diff options
author | tz <tz@FreeBSD.org> | 2016-08-08 20:26:31 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-08-08 20:26:31 +0800 |
commit | e197616f677fd463ad6a6d43753c8ce644824f22 (patch) | |
tree | c91416725f142f2435e726580c5c1f8a7557e875 /lang/php56 | |
parent | c221a09a989f2d68aae45286ed2c18dd598973b8 (diff) | |
download | freebsd-ports-gnome-e197616f677fd463ad6a6d43753c8ce644824f22.tar.gz freebsd-ports-gnome-e197616f677fd463ad6a6d43753c8ce644824f22.tar.zst freebsd-ports-gnome-e197616f677fd463ad6a6d43753c8ce644824f22.zip |
lang/php56: switch distfiles from bzip2 to xz
PR: 209881
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: pi (mentor)
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 2 | ||||
-rw-r--r-- | lang/php56/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 530fe94ca82f..148d3174301b 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -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) diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 12310b71bbcf..89f85765b727 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -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 |