- Updated to 1.9.2

This commit is contained in:
Greg Larkin 2009-08-26 13:11:41 +00:00
parent d64f824505
commit 60e2c62387
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240346
3 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ZendFramework
PORTVERSION= 1.9.1
PORTVERSION= 1.9.2
CATEGORIES= www
MASTER_SITES= http://framework.zend.com/releases/${DISTNAME}/ \
GENTOO/distfiles

View File

@ -1,3 +1,3 @@
MD5 (ZendFramework-1.9.1.tar.gz) = e82a2a2b12edd2bb91e00348d213d16a
SHA256 (ZendFramework-1.9.1.tar.gz) = 488fda5d836332ce3502ccd9e8ffb788e69b2f8a6a1b8bf74245b438337ff9ef
SIZE (ZendFramework-1.9.1.tar.gz) = 40736581
MD5 (ZendFramework-1.9.2.tar.gz) = 33fa57b9cf4831c717b1d4017ad93176
SHA256 (ZendFramework-1.9.2.tar.gz) = 9dfad7be1c332083e14f983a115562419f4d32abe9dde63dfe1006fc4ae785b2
SIZE (ZendFramework-1.9.2.tar.gz) = 40746830

View File

@ -3907,6 +3907,7 @@ bin/zf.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Interface.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Iterator.php
%%DATADIR%%/library/Zend/Paginator/Adapter/Null.php
%%DATADIR%%/library/Zend/Paginator/AdapterAggregate.php
%%DATADIR%%/library/Zend/Paginator/Exception.php
%%DATADIR%%/library/Zend/Paginator/ScrollingStyle/All.php
%%DATADIR%%/library/Zend/Paginator/ScrollingStyle/Elastic.php
@ -5110,9 +5111,12 @@ bin/zf.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/modules/foo/controllers/.placeholder
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/modules/zfappbootstrap/controllers/ErrorController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/modules/zfappbootstrap/controllers/IndexController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/resources/Autoloaded.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/resources/Baz.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/resources/Foo.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/resources/Foobar.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/zf-6679-1.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/_files/zf-6679-2.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Auth/Adapter/AllTests.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Auth/Adapter/DbTable/AllTests.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Auth/Adapter/DbTable/BasicSqliteTest.php