diff options
author | ale <ale@FreeBSD.org> | 2014-10-08 15:56:04 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-10-08 15:56:04 +0800 |
commit | 9869859d008cf6e2c5144e7edbd9e23882ab793b (patch) | |
tree | b1d0d219eb189ba4eda007fe8d84a40f3d34edfc /lang | |
parent | 55cf5b8248d58281b7a80ccdc22934d5c044bcfa (diff) | |
download | freebsd-ports-gnome-9869859d008cf6e2c5144e7edbd9e23882ab793b.tar.gz freebsd-ports-gnome-9869859d008cf6e2c5144e7edbd9e23882ab793b.tar.zst freebsd-ports-gnome-9869859d008cf6e2c5144e7edbd9e23882ab793b.zip |
Update to 5.6.1 release.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php56/Makefile | 4 | ||||
-rw-r--r-- | lang/php56/distinfo | 4 | ||||
-rw-r--r-- | lang/php56/pkg-plist | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index e2716e6d3e8c..bb297e3d9fdd 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.0 -PORTREVISION?= 1 +PORTVERSION= 5.6.1 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php56/distinfo b/lang/php56/distinfo index f81d933a7e77..769573985932 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.6.0.tar.bz2) = 097af1be34fc73965e6f8401fd10e73eb56e1969ed4ffd691fb7e91606d0fc09 -SIZE (php-5.6.0.tar.bz2) = 13547979 +SHA256 (php-5.6.1.tar.bz2) = 82c1ccd17830d697d7a4d75bb60ea12be58fa80b4dba101e97db1a6372ca45f0 +SIZE (php-5.6.1.tar.bz2) = 13455884 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 diff --git a/lang/php56/pkg-plist b/lang/php56/pkg-plist index 7d19bdb15a6e..90e435703e44 100644 --- a/lang/php56/pkg-plist +++ b/lang/php56/pkg-plist @@ -244,25 +244,3 @@ man/man1/php-config.1.gz man/man1/phpize.1.gz %%FPM%%man/man8/php-fpm.8.gz %%FPM%%share/php/fpm/status.html -@dirrm include/php/TSRM -@dirrm include/php/Zend -@dirrm include/php/ext/date/lib -@dirrm include/php/ext/date -@dirrm include/php/ext/ereg/regex -@dirrm include/php/ext/ereg -@dirrm include/php/ext/libxml -@dirrm include/php/ext/mysqlnd -@dirrm include/php/ext/pcre -@dirrm include/php/ext/spl -@dirrm include/php/ext/standard -@dirrmtry include/php/ext -@dirrm include/php/main/streams -@dirrm include/php/main -%%CLI%%@dirrm include/php/sapi/cli -%%EMBED%%@dirrm include/php/sapi/embed -%%SAPI_INC%%@dirrm include/php/sapi -@dirrmtry include/php -@dirrm lib/php/build -@dirrmtry lib/php -%%FPM%%@dirrm share/php/fpm -%%FPM%%@dirrm share/php |