diff options
author | tz <tz@FreeBSD.org> | 2017-04-18 17:00:05 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-04-18 17:00:05 +0800 |
commit | ac659f352d9ca49ff1b15afdea6ff7ae6a0fd323 (patch) | |
tree | c935659b428b879fd851c0debcef07079d2c5a46 | |
parent | 968f008209b971a90496665172f422968b3b40df (diff) | |
download | freebsd-ports-gnome-ac659f352d9ca49ff1b15afdea6ff7ae6a0fd323.tar.gz freebsd-ports-gnome-ac659f352d9ca49ff1b15afdea6ff7ae6a0fd323.tar.zst freebsd-ports-gnome-ac659f352d9ca49ff1b15afdea6ff7ae6a0fd323.zip |
Update PHP 7 from 7.0.17 to 7.0.18
Changelog: http://www.php.net/ChangeLog-7.php#7.0.18
PR: 218589
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q2
Differential Revision: https://reviews.freebsd.org/D10373
-rw-r--r-- | lang/php70/Makefile | 2 | ||||
-rw-r--r-- | lang/php70/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index c16adb9ed125..236fdde584ff 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.17 +PORTVERSION= 7.0.18 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php70/distinfo b/lang/php70/distinfo index 06a5f6f950ae..4aa14ebd4405 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489565928 -SHA256 (php-7.0.17.tar.xz) = 471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be -SIZE (php-7.0.17.tar.xz) = 12588452 +TIMESTAMP = 1491983822 +SHA256 (php-7.0.18.tar.xz) = 679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d +SIZE (php-7.0.18.tar.xz) = 12593408 |