Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 07:16:45 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315354 - in head: . www www/pecl-zendopcache www/pecl-zendoptimizerplus
Message-ID:  <201303270716.r2R7GjB2099417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303270716.r2R7GjB2099417>