diff options
author | tz <tz@FreeBSD.org> | 2016-09-06 09:08:14 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-09-23 15:53:57 -0300 |
commit | 1d6c0dfe3e7b5be8b6525c27f223f1dd750c871f (patch) | |
tree | 206c5c549e2527f5909d7d98a549fd96f931737c | |
parent | 9c978228753cad1c4d2c6aff0013e1c35a6818af (diff) | |
download | FreeBSD-ports-1d6c0dfe3e7b5be8b6525c27f223f1dd750c871f.zip FreeBSD-ports-1d6c0dfe3e7b5be8b6525c27f223f1dd750c871f.tar.gz |
MFH: r421112
lang/php56: Update from 5.6.24 to 5.6.25
PR: 212183
Submitted by: Kurt Jaeger <pi@FreeBSD.org>
Approved by: ports-secteam (feld), pi (mentor)
(cherry picked from commit e1c32c9d6e64666a244432d3eff430a0460e9786)
-rw-r--r-- | lang/php56/Makefile | 4 | ||||
-rw-r--r-- | lang/php56/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 3dd5ef4..28503af 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.24 +PORTVERSION= 5.6.25 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -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 12310b7..6e88e9f 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 = 1472238006 +SHA256 (php-5.6.25.tar.xz) = 7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644 +SIZE (php-5.6.25.tar.xz) = 12406072 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 |