diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-10-17 21:14:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-10-17 21:14:12 +0000 |
commit | c339bf47c45921855c4dd6ac66a3a8425387d3ec (patch) | |
tree | 71890dfc0c1c16bf6fa2d3a2a120b0ff506b2e6c /lang | |
parent | c4d05604f073ea63553a99a064907ff237045205 (diff) | |
download | ports-c339bf47c45921855c4dd6ac66a3a8425387d3ec.tar.gz ports-c339bf47c45921855c4dd6ac66a3a8425387d3ec.zip |
Update to 5.4.34 release.
Notes
Notes:
svn path=/head/; revision=371078
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile | 4 | ||||
-rw-r--r-- | lang/php5/distinfo | 4 | ||||
-rw-r--r-- | lang/php5/pkg-plist | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2ea6c6ccbd4e..080244dc67c1 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.33 -PORTREVISION?= 1 +PORTVERSION= 5.4.34 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php5/distinfo b/lang/php5/distinfo index fa70460be3aa..78b5e2607062 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,4 +1,4 @@ -SHA256 (php-5.4.33.tar.bz2) = 1a75b2d0835e74b8886cd3980d9598a0e06691441bb7f91d19b74c2278e40bb5 -SIZE (php-5.4.33.tar.bz2) = 12280453 +SHA256 (php-5.4.34.tar.bz2) = 57d4ea10f0c18b096a7c8fd0a98dcbe40c8f4dc94453fd3ca0a10e35fb2f8234 +SIZE (php-5.4.34.tar.bz2) = 12277163 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379 diff --git a/lang/php5/pkg-plist b/lang/php5/pkg-plist index 8700b50c17c4..d959d696dc0f 100644 --- a/lang/php5/pkg-plist +++ b/lang/php5/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%%@dirrmtry include/php/sapi -@dirrmtry include/php -@dirrm lib/php/build -@dirrmtry lib/php -%%FPM%%@dirrm share/php/fpm -%%FPM%%@dirrm share/php |