aboutsummaryrefslogtreecommitdiffstats
path: root/www/zend-framework
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2011-08-24 05:19:07 +0800
committerglarkin <glarkin@FreeBSD.org>2011-08-24 05:19:07 +0800
commitdbfcc806955f99984ce288968986b882b7911865 (patch)
tree686a65dc65d304ada1fc45e322615cebc42bc245 /www/zend-framework
parent1981235edfbcc53125f9b2865605b21078a230c3 (diff)
downloadfreebsd-ports-gnome-dbfcc806955f99984ce288968986b882b7911865.tar.gz
freebsd-ports-gnome-dbfcc806955f99984ce288968986b882b7911865.tar.zst
freebsd-ports-gnome-dbfcc806955f99984ce288968986b882b7911865.zip
- Updated to 1.11.10
ChangeLog: http://framework.zend.com/changelog/1.11.10
Diffstat (limited to 'www/zend-framework')
-rw-r--r--www/zend-framework/Makefile2
-rw-r--r--www/zend-framework/distinfo8
-rw-r--r--www/zend-framework/pkg-plist22
3 files changed, 23 insertions, 9 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile
index 4649e8d10ee0..c95a14ad3b6b 100644
--- a/www/zend-framework/Makefile
+++ b/www/zend-framework/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ZendFramework
-PORTVERSION= 1.11.8
+PORTVERSION= 1.11.10
CATEGORIES= www
MASTER_SITES= http://framework.zend.com/releases/${DISTNAME}/ \
GENTOO/distfiles
diff --git a/www/zend-framework/distinfo b/www/zend-framework/distinfo
index 94387099078a..ea26b2bd6384 100644
--- a/www/zend-framework/distinfo
+++ b/www/zend-framework/distinfo
@@ -1,4 +1,4 @@
-SHA256 (ZendFramework-1.11.8.tar.gz) = abaad147b3c94666047955fe4b2e4a28a736def68a750d3790249ac0a5699f6d
-SIZE (ZendFramework-1.11.8.tar.gz) = 20140037
-SHA256 (ZendFramework-1.11.8-manual-en.tar.gz) = 1406ca6aee89d63bc5854443f02cd9c7814fd14d1a941bca1f2d496b1df2cdda
-SIZE (ZendFramework-1.11.8-manual-en.tar.gz) = 3417134
+SHA256 (ZendFramework-1.11.10.tar.gz) = 7b0b09a6202833f1d9ed32985e938157874d1e7b099afbeaba600ead9fe3cfaa
+SIZE (ZendFramework-1.11.10.tar.gz) = 20117355
+SHA256 (ZendFramework-1.11.10-manual-en.tar.gz) = f0c5deacb98c10b74fcf3ddd8b77a06c00f6c8fe0e09d8ca1b8975f9fcc5f893
+SIZE (ZendFramework-1.11.10-manual-en.tar.gz) = 3422906
diff --git a/www/zend-framework/pkg-plist b/www/zend-framework/pkg-plist
index 8c2114d2ce91..3ba2adf3567a 100644
--- a/www/zend-framework/pkg-plist
+++ b/www/zend-framework/pkg-plist
@@ -3525,6 +3525,7 @@ bin/zf.php
%%DATADIR%%/library/Zend/Form/Decorator/Abstract.php
%%DATADIR%%/library/Zend/Form/Decorator/Callback.php
%%DATADIR%%/library/Zend/Form/Decorator/Captcha.php
+%%DATADIR%%/library/Zend/Form/Decorator/Captcha/ReCaptcha.php
%%DATADIR%%/library/Zend/Form/Decorator/Captcha/Word.php
%%DATADIR%%/library/Zend/Form/Decorator/Description.php
%%DATADIR%%/library/Zend/Form/Decorator/DtDdWrapper.php
@@ -5464,11 +5465,14 @@ bin/zf.php
%%DATADIR%%/library/Zend/Tool/Framework/Loader/IncludePathLoader/RecursiveFilterIterator.php
%%DATADIR%%/library/Zend/Tool/Framework/Loader/Interface.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/ActionManifestable.php
+%%DATADIR%%/library/Zend/Tool/Framework/Manifest/ActionMetadata.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/Exception.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/Indexable.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/Interface.php
+%%DATADIR%%/library/Zend/Tool/Framework/Manifest/Metadata.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/MetadataManifestable.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/ProviderManifestable.php
+%%DATADIR%%/library/Zend/Tool/Framework/Manifest/ProviderMetadata.php
%%DATADIR%%/library/Zend/Tool/Framework/Manifest/Repository.php
%%DATADIR%%/library/Zend/Tool/Framework/Metadata/Attributable.php
%%DATADIR%%/library/Zend/Tool/Framework/Metadata/Basic.php
@@ -6662,6 +6666,7 @@ bin/zf.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/ResourceAbstractTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/RouterTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/SessionTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/TestAsset/ViewRenderer.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/TranslateTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/UseragentTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Application/Resource/ViewTest.php
@@ -8180,6 +8185,7 @@ bin/zf.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/ImageTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/LabelTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/PrepareElementsTest.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/ReCaptchaTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/ViewHelperTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/Decorator/ViewScriptTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Form/DisplayGroupTest.php
@@ -8542,13 +8548,17 @@ bin/zf.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/ZF9404-doubleContentLength.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/staticFile.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testCookies.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testDeleteData.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testExceptionOnReadTimeout.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testGetData.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testHeaders.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testHttpAuth.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testMultibyteChunkedResponseZF6218.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testPostData.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testPutData.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testRawDeleteData.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testRawPostData.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testRawPutData.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testRedirections.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testRelativeRedirections.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Http/Client/_files/testResetParameters.php
@@ -8909,11 +8919,8 @@ bin/zf.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Adapter/MessageTestClass.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Adapter/NullTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Adapter/PlatformJobQueueTest.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Adapter/StompIOTest.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Adapter/StompTest.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Adapter/WARNING.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/AllTests.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Bugs/ZF-7650Test.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Custom/DbForUpdate.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Custom/Message.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Queue/Custom/Messages.php
@@ -9430,6 +9437,12 @@ bin/zf.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/controllers/ErrorController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/controllers/IndexController.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestPhpUnitFooController.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromInitController.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/controllers/ZendTestRedirectFromPreDispatchController.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromDispatchLoopStartup.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromPreDispatch.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteShutdown.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/plugins/RedirectFromRouteStartup.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/views/scripts/error/error.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/views/scripts/zend-test-php-unit-foo/bar.phtml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/views/scripts/zend-test-php-unit-foo/baz.phtml
@@ -9960,6 +9973,7 @@ bin/zf.php
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/views/scripts/error
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/views/scripts
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/views
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/plugins
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application/controllers
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files/application
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Test/PHPUnit/_files
@@ -10061,7 +10075,6 @@ bin/zf.php
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Queue/Stomp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Queue/Message
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Queue/Custom
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Queue/Bugs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Queue/Adapter
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Queue
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/ProgressBar/Adapter
@@ -10630,6 +10643,7 @@ bin/zf.php
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/_files/modules
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/_files
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/Resource/_files
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/Resource/TestAsset
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/Resource
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/Module
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Zend/Application/Bootstrap