diff options
author | ale <ale@FreeBSD.org> | 2014-10-18 05:14:37 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-10-18 05:14:37 +0800 |
commit | f383b81d2f7252f02f8a509665b43848248ea3d3 (patch) | |
tree | 6822e5bca0a8efcf2627acb9b1be2bfeb9fec875 /lang | |
parent | 5a2fc3974c2fe2d84414fda7429a58b95a252cd4 (diff) | |
download | freebsd-ports-gnome-f383b81d2f7252f02f8a509665b43848248ea3d3.tar.gz freebsd-ports-gnome-f383b81d2f7252f02f8a509665b43848248ea3d3.tar.zst freebsd-ports-gnome-f383b81d2f7252f02f8a509665b43848248ea3d3.zip |
Update to 5.5.18 release.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php55/Makefile | 4 | ||||
-rw-r--r-- | lang/php55/distinfo | 4 | ||||
-rw-r--r-- | lang/php55/pkg-plist | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 770658ca43d1..54dcd276a7db 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.17 -PORTREVISION?= 1 +PORTVERSION= 5.5.18 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 7e774087f48a..abe453e8c6f4 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.5.17.tar.bz2) = 5d81db0c8b2a68da05715c363d037922b82a45c966785d64a77482e5c01e4e1b -SIZE (php-5.5.17.tar.bz2) = 13269227 +SHA256 (php-5.5.18.tar.bz2) = f974279927b72b672dda4ef4b4362b4847fd3d19ce1d4f2e982230a4e93bb842 +SIZE (php-5.5.18.tar.bz2) = 13276408 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 diff --git a/lang/php55/pkg-plist b/lang/php55/pkg-plist index 9d426fc2f7f7..ba984522da81 100644 --- a/lang/php55/pkg-plist +++ b/lang/php55/pkg-plist @@ -241,25 +241,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 |