diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/pecl-zendopcache/Makefile (renamed from www/pecl-zendoptimizerplus/Makefile) | 6 | ||||
-rw-r--r-- | www/pecl-zendopcache/distinfo | 2 | ||||
-rw-r--r-- | www/pecl-zendopcache/pkg-descr (renamed from www/pecl-zendoptimizerplus/pkg-descr) | 2 | ||||
-rw-r--r-- | www/pecl-zendoptimizerplus/distinfo | 2 |
6 files changed, 8 insertions, 7 deletions
@@ -4187,3 +4187,4 @@ print/ghostscript7-nox11|print/ghostscript9-nox11|2013-03-26|ghostscript 7 is ou 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 diff --git a/www/Makefile b/www/Makefile index 4044c03487ee..d9efe4c885f0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/pecl-zendoptimizerplus/Makefile b/www/pecl-zendopcache/Makefile index 3e0857b4454b..f80d884194c7 100644 --- a/www/pecl-zendoptimizerplus/Makefile +++ b/www/pecl-zendopcache/Makefile @@ -1,8 +1,8 @@ # Created by: Alex Dupre <ale@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= * diff --git a/www/pecl-zendopcache/distinfo b/www/pecl-zendopcache/distinfo new file mode 100644 index 000000000000..9afe2fbf3804 --- /dev/null +++ b/www/pecl-zendopcache/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/zendopcache-7.0.1.tgz) = 9f7fbdbce63006d49902eff42dda90ec02fc9706fa9bbe7371269804054173a2 +SIZE (PECL/zendopcache-7.0.1.tgz) = 85076 diff --git a/www/pecl-zendoptimizerplus/pkg-descr b/www/pecl-zendopcache/pkg-descr index a5d214408467..65e7b61b4896 100644 --- a/www/pecl-zendoptimizerplus/pkg-descr +++ b/www/pecl-zendopcache/pkg-descr @@ -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 diff --git a/www/pecl-zendoptimizerplus/distinfo b/www/pecl-zendoptimizerplus/distinfo deleted file mode 100644 index fdc74086b49f..000000000000 --- a/www/pecl-zendoptimizerplus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/zendoptimizerplus-7.0.0.tgz) = c32aa8c75434f8f64d116694612adf6d2b40864feabbd8466b9561869ba97cfa -SIZE (PECL/zendoptimizerplus-7.0.0.tgz) = 82376 |