diff options
author | jlam <jlam> | 2006-06-01 18:00:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-01 18:00:59 +0000 |
commit | 14f341c6ca90673597b799a23d4df2c92816f96a (patch) | |
tree | 0821370d2e243992a12339bf884c8c95092b4db8 /www | |
parent | 31f6fc5d1282317437ef6da6b88b850b473786cd (diff) | |
download | pkgsrc-14f341c6ca90673597b799a23d4df2c92816f96a.tar.gz |
Updated www/php-eaccelerator to 0.9.5beta2. Changes from version 0.9.2a
include:
* Nearly full support for PHP 5.1.x.
* Many bugfixes and code cleanups.
* The shared memory functions, session handler and content cache are
disabled by default now. They are only used by a small amount of
users and they could allow local users to fill up the memory if they
aren't secured properly.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-eaccelerator/Makefile | 9 | ||||
-rw-r--r-- | www/php-eaccelerator/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/php-eaccelerator/Makefile b/www/php-eaccelerator/Makefile index 2767b47f81c..66e4ca98c0c 100644 --- a/www/php-eaccelerator/Makefile +++ b/www/php-eaccelerator/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:11:28 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/01 18:00:59 jlam Exp $ MODNAME= eaccelerator -PECL_VERSION= 0.9.2a -PKGREVISION= 2 +PECL_VERSION= 0.9.5beta2 +PECL_DISTNAME= ${MODNAME}-0.9.5-beta2 CATEGORIES+= sysutils COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/} -EXTRACT_SUFX= .tar.gz +EXTRACT_SUFX= .tar.bz2 MAINTAINER= jdolecek@NetBSD.org CONFIGURE_ARGS+= --enable-${MODNAME} -WRKSRC= ${WRKDIR}/${MODNAME} .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/php-eaccelerator/distinfo b/www/php-eaccelerator/distinfo index c80f043e376..7e8a8213f7d 100644 --- a/www/php-eaccelerator/distinfo +++ b/www/php-eaccelerator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/05/07 18:53:33 jdolecek Exp $ +$NetBSD: distinfo,v 1.2 2006/06/01 18:00:59 jlam Exp $ -SHA1 (php-eaccelerator/eaccelerator-0.9.2a.tar.gz) = a209284b0013fd89371cf847af1dd60f745e6e49 -RMD160 (php-eaccelerator/eaccelerator-0.9.2a.tar.gz) = f8c1ac8010815e8cb7e5e8ea8812b8cb45d38343 -Size (php-eaccelerator/eaccelerator-0.9.2a.tar.gz) = 115791 bytes +SHA1 (php-eaccelerator/eaccelerator-0.9.5-beta2.tar.bz2) = da895c73c54189e2880761701d0a2a05717ca4d7 +RMD160 (php-eaccelerator/eaccelerator-0.9.5-beta2.tar.bz2) = 7f7821c732aca434f098f3994ca2d50ed62144ce +Size (php-eaccelerator/eaccelerator-0.9.5-beta2.tar.bz2) = 113387 bytes |