svn commit: r315354 - in head: . www www/pecl-zendopcache www/pecl-zendoptimizerplus
Alex Dupre
ale at FreeBSD.org
Wed Mar 27 07:16:46 UTC 2013
Author: ale
Date: Wed Mar 27 07:16:44 2013
New Revision: 315354
URL: http://svnweb.freebsd.org/changeset/ports/315354
Log:
Update Zend Optimizer+ to 7.0.1 release and rename it to Zend OPcache.
Added:
head/www/pecl-zendopcache/
- copied from r315352, head/www/pecl-zendoptimizerplus/
Deleted:
head/www/pecl-zendoptimizerplus/
Modified:
head/MOVED
head/www/Makefile
head/www/pecl-zendopcache/Makefile
head/www/pecl-zendopcache/distinfo
head/www/pecl-zendopcache/pkg-descr
Modified: head/MOVED
==============================================================================
--- head/MOVED Wed Mar 27 07:15:29 2013 (r315353)
+++ head/MOVED Wed Mar 27 07:16:44 2013 (r315354)
@@ -4187,3 +4187,4 @@ print/ghostscript7-nox11|print/ghostscri
print/ghostscript7-commfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
print/ghostscript7-jpnfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
print/ghostscript7-korfont|print/ghostscript9|2013-03-26|ghostscript 7 is outdated consider using a newer version
+www/pecl-zendoptimizerplus|www/pecl-zendopcache|2013-03-27|Renamed
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed Mar 27 07:15:29 2013 (r315353)
+++ head/www/Makefile Wed Mar 27 07:16:44 2013 (r315354)
@@ -1394,7 +1394,7 @@
SUBDIR += pecl-sphinx
SUBDIR += pecl-swish
SUBDIR += pecl-yaf
- SUBDIR += pecl-zendoptimizerplus
+ SUBDIR += pecl-zendopcache
SUBDIR += pelican
SUBDIR += perlbal
SUBDIR += pglogd
Modified: head/www/pecl-zendopcache/Makefile
==============================================================================
--- head/www/pecl-zendoptimizerplus/Makefile Wed Mar 27 06:39:01 2013 (r315352)
+++ head/www/pecl-zendopcache/Makefile Wed Mar 27 07:16:44 2013 (r315354)
@@ -1,8 +1,8 @@
# Created by: Alex Dupre <ale at FreeBSD.org>
# $FreeBSD$
-PORTNAME= zendoptimizerplus
-PORTVERSION= 7.0.0
+PORTNAME= zendopcache
+PORTVERSION= 7.0.1
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -17,7 +17,7 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHP_BUILD= yes
USE_ZENDEXT= yes
-PHP_MODNAME= ZendOptimizerPlus
+PHP_MODNAME= opcache
PORTDOCS= *
Modified: head/www/pecl-zendopcache/distinfo
==============================================================================
--- head/www/pecl-zendoptimizerplus/distinfo Wed Mar 27 06:39:01 2013 (r315352)
+++ head/www/pecl-zendopcache/distinfo Wed Mar 27 07:16:44 2013 (r315354)
@@ -1,2 +1,2 @@
-SHA256 (PECL/zendoptimizerplus-7.0.0.tgz) = c32aa8c75434f8f64d116694612adf6d2b40864feabbd8466b9561869ba97cfa
-SIZE (PECL/zendoptimizerplus-7.0.0.tgz) = 82376
+SHA256 (PECL/zendopcache-7.0.1.tgz) = 9f7fbdbce63006d49902eff42dda90ec02fc9706fa9bbe7371269804054173a2
+SIZE (PECL/zendopcache-7.0.1.tgz) = 85076
Modified: head/www/pecl-zendopcache/pkg-descr
==============================================================================
--- head/www/pecl-zendoptimizerplus/pkg-descr Wed Mar 27 06:39:01 2013 (r315352)
+++ head/www/pecl-zendopcache/pkg-descr Wed Mar 27 07:16:44 2013 (r315354)
@@ -1,4 +1,4 @@
-The Zend Optimizer+ provides faster PHP execution through opcode caching and
+The Zend OPcache provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from
the disk and compiling it on future access. In addition, it applies a few
More information about the svn-ports-head
mailing list