Sun Jul 26 18:05:03 2009 UTC ()
Update eaccelerator to version 0.9.5.3.

Changes in this version:
* Remove an unlock statement that shouldn't be there. This should
  fix the problems reported in #232 and a lot of related bugs. Thanks
  to Terry Duncan for the fix!

pkgsrc change: use the primary site rather than sourceforce, the newer
version was apparently not uploaded there


(jdolecek)
diff -r1.9 -r1.10 pkgsrc/www/php-eaccelerator/Makefile
diff -r1.4 -r1.5 pkgsrc/www/php-eaccelerator/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/www/php-eaccelerator/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/php-eaccelerator/Attic/Makefile 2008/06/12 02:14:56 1.9
+++ pkgsrc/www/php-eaccelerator/Attic/Makefile 2009/07/26 18:05:03 1.10
@@ -1,21 +1,24 @@ @@ -1,21 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:56 joerg Exp $ 1# $NetBSD: Makefile,v 1.10 2009/07/26 18:05:03 jdolecek Exp $
2 2
3MODNAME= eaccelerator 3MODNAME= eaccelerator
4PECL_VERSION= 0.9.5.2 4PECL_VERSION= 0.9.5.3
5CATEGORIES+= sysutils 5CATEGORIES+= sysutils
6COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache 6COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache
7 7
8PKG_DESTDIR_SUPPORT= user-destdir 8PKG_DESTDIR_SUPPORT= user-destdir
9 9
10CONFLICTS= php-eaccelator-[0-9]* 10CONFLICTS= php-eaccelator-[0-9]*
11 11
12HOMEPAGE= http://eaccelerator.net/ 12HOMEPAGE= http://eaccelerator.net/
13MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/} 13# version 0.9.5.3 is not uploaded to sourceforge file repository, so
 14# temporarily using the primary source
 15# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/}
 16MASTER_SITES= http://bart.eaccelerator.net/source/${PECL_VERSION}/
14EXTRACT_SUFX= .tar.bz2 17EXTRACT_SUFX= .tar.bz2
15 18
16MAINTAINER= jdolecek@NetBSD.org 19MAINTAINER= jdolecek@NetBSD.org
17 20
18CONFIGURE_ARGS+= --enable-${MODNAME} 21CONFIGURE_ARGS+= --enable-${MODNAME}
19 22
20.include "../../lang/php/ext.mk" 23.include "../../lang/php/ext.mk"
21.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/www/php-eaccelerator/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/php-eaccelerator/Attic/distinfo 2007/12/09 13:59:38 1.4
+++ pkgsrc/www/php-eaccelerator/Attic/distinfo 2009/07/26 18:05:03 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2007/12/09 13:59:38 jdolecek Exp $ 1$NetBSD: distinfo,v 1.5 2009/07/26 18:05:03 jdolecek Exp $
2 2
3SHA1 (php-eaccelerator/eaccelerator-0.9.5.2.tar.bz2) = 4f6d6730cb084c29005edee9c040556176ac6b73 3SHA1 (php-eaccelerator/eaccelerator-0.9.5.3.tar.bz2) = 6671a105497f41c4e93e0b84da516b72df159fc5
4RMD160 (php-eaccelerator/eaccelerator-0.9.5.2.tar.bz2) = 12b4a876ea72072f35953dcad56d268235afa380 4RMD160 (php-eaccelerator/eaccelerator-0.9.5.3.tar.bz2) = 9da55beec18e7a36761b5556d3bb4d5292d21650
5Size (php-eaccelerator/eaccelerator-0.9.5.2.tar.bz2) = 121935 bytes 5Size (php-eaccelerator/eaccelerator-0.9.5.3.tar.bz2) = 555631 bytes