From 14f341c6ca90673597b799a23d4df2c92816f96a Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 1 Jun 2006 18:00:59 +0000 Subject: 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. --- doc/CHANGES-2006 | 3 ++- www/php-eaccelerator/Makefile | 9 ++++----- www/php-eaccelerator/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index d49708de3a3..12103925b80 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2006,v 1.391 2006/06/01 14:43:19 markd Exp $ +$NetBSD: CHANGES-2006,v 1.392 2006/06/01 18:00:59 jlam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -2867,3 +2867,4 @@ Changes to the packages collection and infrastructure in 2006: Updated x11/kde3-i18n-zh_TW to 3.5.3 [markd 2006-06-01] Updated devel/kdevelop-base to 3.3.3 [markd 2006-06-01] Updated devel/kdevelop to 3.3.3 [markd 2006-06-01] + Updated www/php-eaccelerator to 0.9.5beta2 [jlam 2006-06-01] 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 -- cgit v1.2.3