Update to community-id-1.2.1.

This commit is contained in:
ajacoutot 2010-03-21 10:32:31 +00:00
parent ef82e8dc69
commit c4d73539ee
4 changed files with 73 additions and 34 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/04 08:58:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2010/03/21 10:32:31 ajacoutot Exp $
COMMENT= PHP OpenID implementation
V= 1.1.1
V= 1.2.1
BASE_URL= http://source.keyboard-monkeys.org
DISTNAME= cid-${V}
@ -20,7 +20,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${BASE_URL}/attachments/download/74/
MASTER_SITES= ${BASE_URL}/attachments/download/110/
# php5-gd-*-!no_x11 because we need freetype support
RUN_DEPENDS= :php5-gd-*-!no_x11:www/php5/extensions,-gd \

View File

@ -1,5 +1,5 @@
MD5 (cid-1.1.1.tar.gz) = IW+PM64qP2Vv57/z1VuAKQ==
RMD160 (cid-1.1.1.tar.gz) = qx9ykbXOb8WkPHbiJUWkt6xRWNo=
SHA1 (cid-1.1.1.tar.gz) = ln1qmk5TJDuebM+dNiF3axNL8hw=
SHA256 (cid-1.1.1.tar.gz) = nD018eKv5QESvO0cN+uDQbnX+3cFpXZ4tC3kwf4pVJ8=
SIZE (cid-1.1.1.tar.gz) = 11058546
MD5 (cid-1.2.1.tar.gz) = qF6MERXt2arZz/H2gmYndQ==
RMD160 (cid-1.2.1.tar.gz) = sZM4gc0a3GFsRulHcvmlE/t8bhU=
SHA1 (cid-1.2.1.tar.gz) = vjEMxjG/c+G5SMSU7F6xDqzQ5CM=
SHA256 (cid-1.2.1.tar.gz) = Hy7aqYqViDCmn7auw3N3J3MbZ87g/b6LmxWLr4/wsko=
SIZE (cid-1.2.1.tar.gz) = 11852445

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-config_default_php,v 1.1.1.1 2010/01/04 08:58:14 ajacoutot Exp $
--- config.default.php.orig Fri Jan 1 15:21:01 2010
+++ config.default.php Fri Jan 1 15:21:15 2010
@@ -79,8 +79,8 @@ $config['email']['supportemail'] = '';
$OpenBSD: patch-config_default_php,v 1.2 2010/03/21 10:32:31 ajacoutot Exp $
--- config.default.php.orig Wed Dec 9 18:03:33 2009
+++ config.default.php Sun Mar 14 10:32:55 2010
@@ -126,8 +126,8 @@ $config['email']['supportemail'] = '';
# this email will receive any error notification
$config['email']['adminemail'] = '';

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/01/04 08:58:14 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2010/03/21 10:32:31 ajacoutot Exp $
communityid/
communityid/Acl.php
communityid/Application.php
@ -18,6 +18,10 @@ communityid/config.default.php
communityid/config.template.php
communityid/index.html
communityid/languages/
communityid/languages/ca/
communityid/languages/ca/LC_MESSAGES/
communityid/languages/ca/LC_MESSAGES/lang.mo
communityid/languages/ca/LC_MESSAGES/lang.po
communityid/languages/de/
communityid/languages/de/LC_MESSAGES/
communityid/languages/de/LC_MESSAGES/lang.mo
@ -30,6 +34,9 @@ communityid/languages/es/
communityid/languages/es/LC_MESSAGES/
communityid/languages/es/LC_MESSAGES/lang.mo
communityid/languages/es/LC_MESSAGES/lang.po
communityid/languages/it/
communityid/languages/it/LC_MESSAGES/
communityid/languages/it/LC_MESSAGES/it.po
communityid/languages/ja/
communityid/languages/ja/LC_MESSAGES/
communityid/languages/ja/LC_MESSAGES/lang.mo
@ -54,6 +61,7 @@ communityid/libs/Auth/OpenID/AX.php
communityid/libs/Auth/OpenID/Association.php
communityid/libs/Auth/OpenID/BigMath.php
communityid/libs/Auth/OpenID/Consumer.php
@comment no checksum
communityid/libs/Auth/OpenID/CryptUtil.php
communityid/libs/Auth/OpenID/DatabaseConnection.php
communityid/libs/Auth/OpenID/DiffieHellman.php
@ -98,6 +106,7 @@ communityid/libs/CommunityID/Controller/Action/Helper/
communityid/libs/CommunityID/Controller/Action/Helper/ProviderUrl.php
communityid/libs/CommunityID/OpenId/
communityid/libs/CommunityID/OpenId/DatabaseConnection.php
communityid/libs/CommunityID/Resources.php
communityid/libs/MODIFICATIONS.txt
communityid/libs/Monkeys/
communityid/libs/Monkeys/AccessDeniedException.php
@ -117,6 +126,8 @@ communityid/libs/Monkeys/Db/
communityid/libs/Monkeys/Db/Profiler.php
communityid/libs/Monkeys/Db/Table/
communityid/libs/Monkeys/Db/Table/Gateway.php
communityid/libs/Monkeys/Dictionaries/
communityid/libs/Monkeys/Dictionaries/english.txt
communityid/libs/Monkeys/DuplicateException.php
communityid/libs/Monkeys/Form/
communityid/libs/Monkeys/Form/Decorator/
@ -138,6 +149,7 @@ communityid/libs/Monkeys/Form/Element/Textarea.php
communityid/libs/Monkeys/Form/Element/Timezone.php
communityid/libs/Monkeys/Form/Element/list-en1-semic-2.txt
communityid/libs/Monkeys/Form/Element/zone.tab
communityid/libs/Monkeys/InvalidTypeException.php
communityid/libs/Monkeys/Iterator.php
communityid/libs/Monkeys/Ldap.php
communityid/libs/Monkeys/Lib.php
@ -152,6 +164,7 @@ communityid/libs/Monkeys/Translate/Adapter/
communityid/libs/Monkeys/Translate/Adapter/Gettext.php
communityid/libs/Monkeys/UnsupportedOperationException.php
communityid/libs/Monkeys/Validate/
communityid/libs/Monkeys/Validate/Password.php
communityid/libs/Monkeys/Validate/PasswordConfirmation.php
communityid/libs/Monkeys/Validate/Username.php
communityid/libs/Monkeys/View/
@ -484,7 +497,9 @@ communityid/libs/Zend/CodeGenerator/Php/Member/
communityid/libs/Zend/CodeGenerator/Php/Member/Abstract.php
communityid/libs/Zend/CodeGenerator/Php/Member/Container.php
communityid/libs/Zend/CodeGenerator/Php/Method.php
communityid/libs/Zend/CodeGenerator/Php/Parameter/
communityid/libs/Zend/CodeGenerator/Php/Parameter.php
communityid/libs/Zend/CodeGenerator/Php/Parameter/DefaultValue.php
communityid/libs/Zend/CodeGenerator/Php/Property/
communityid/libs/Zend/CodeGenerator/Php/Property.php
communityid/libs/Zend/CodeGenerator/Php/Property/DefaultValue.php
@ -813,6 +828,7 @@ communityid/libs/Zend/Feed/Reader/Feed/Atom.php
communityid/libs/Zend/Feed/Reader/Feed/Rss.php
communityid/libs/Zend/Feed/Reader/FeedAbstract.php
communityid/libs/Zend/Feed/Reader/FeedInterface.php
communityid/libs/Zend/Feed/Reader/FeedSet.php
communityid/libs/Zend/Feed/Rss.php
communityid/libs/Zend/File/
communityid/libs/Zend/File/Transfer/
@ -2250,7 +2266,9 @@ communityid/libs/Zend/Queue/Adapter/Db/
communityid/libs/Zend/Queue/Adapter/Db.php
communityid/libs/Zend/Queue/Adapter/Db/Message.php
communityid/libs/Zend/Queue/Adapter/Db/Queue.php
communityid/libs/Zend/Queue/Adapter/Db/queue.sql
communityid/libs/Zend/Queue/Adapter/Db/mysql.sql
communityid/libs/Zend/Queue/Adapter/Db/postgresql.sql
communityid/libs/Zend/Queue/Adapter/Db/queue_sqlite.php
communityid/libs/Zend/Queue/Adapter/Memcacheq.php
communityid/libs/Zend/Queue/Adapter/Null.php
communityid/libs/Zend/Queue/Adapter/PlatformJobQueue.php
@ -3046,6 +3064,7 @@ communityid/libs/Zend/XmlRpc/Value/
communityid/libs/Zend/XmlRpc/Value.php
communityid/libs/Zend/XmlRpc/Value/Array.php
communityid/libs/Zend/XmlRpc/Value/Base64.php
communityid/libs/Zend/XmlRpc/Value/BigInteger.php
communityid/libs/Zend/XmlRpc/Value/Boolean.php
communityid/libs/Zend/XmlRpc/Value/Collection.php
communityid/libs/Zend/XmlRpc/Value/DateTime.php
@ -3513,6 +3532,7 @@ communityid/modules/default/views/scripts/about/
communityid/modules/default/views/scripts/about/index-de.phtml
communityid/modules/default/views/scripts/about/index-en.phtml
communityid/modules/default/views/scripts/about/index-es.phtml
communityid/modules/default/views/scripts/about/index-it.phtml
communityid/modules/default/views/scripts/about/index-ja.phtml
communityid/modules/default/views/scripts/about/index-sv.phtml
communityid/modules/default/views/scripts/about/index.phtml
@ -3530,11 +3550,13 @@ communityid/modules/default/views/scripts/index/
communityid/modules/default/views/scripts/index/index-de.phtml
communityid/modules/default/views/scripts/index/index-en.phtml
communityid/modules/default/views/scripts/index/index-es.phtml
communityid/modules/default/views/scripts/index/index-it.phtml
communityid/modules/default/views/scripts/index/index-ja.phtml
communityid/modules/default/views/scripts/index/index-sv.phtml
communityid/modules/default/views/scripts/index/subheader-de.phtml
communityid/modules/default/views/scripts/index/subheader-en.phtml
communityid/modules/default/views/scripts/index/subheader-es.phtml
communityid/modules/default/views/scripts/index/subheader-it.phtml
communityid/modules/default/views/scripts/index/subheader-ja.phtml
communityid/modules/default/views/scripts/index/subheader-sv.phtml
communityid/modules/default/views/scripts/messageusers/
@ -3543,7 +3565,13 @@ communityid/modules/default/views/scripts/openid/
communityid/modules/default/views/scripts/openid/login.phtml
communityid/modules/default/views/scripts/openid/trust.phtml
communityid/modules/default/views/scripts/privacy/
communityid/modules/default/views/scripts/privacy/index.phtml
communityid/modules/default/views/scripts/privacy/index-de.phtml
communityid/modules/default/views/scripts/privacy/index-en.phtml
communityid/modules/default/views/scripts/privacy/index-es.phtml
communityid/modules/default/views/scripts/privacy/index-ja.phtml
communityid/modules/default/views/scripts/privacy/index-nl.phtml
communityid/modules/default/views/scripts/privacy/index-pl.phtml
communityid/modules/default/views/scripts/privacy/index-sv.phtml
communityid/modules/default/views/scripts/sites/
communityid/modules/default/views/scripts/sites/index.phtml
communityid/modules/install/
@ -3590,25 +3618,17 @@ communityid/modules/news/views/scripts/view/
communityid/modules/news/views/scripts/view/index.phtml
communityid/modules/stats/
communityid/modules/stats/controllers/
communityid/modules/stats/controllers/AuthorizationsController.php
communityid/modules/stats/controllers/IndexController.php
communityid/modules/stats/controllers/RegistrationsController.php
communityid/modules/stats/controllers/SitesController.php
communityid/modules/stats/controllers/TopController.php
communityid/modules/stats/controllers/ReportsController.php
communityid/modules/stats/models/
communityid/modules/stats/models/Report.php
communityid/modules/stats/models/Stats.php
communityid/modules/stats/views/
communityid/modules/stats/views/scripts/
communityid/modules/stats/views/scripts/authorizations/
communityid/modules/stats/views/scripts/authorizations/index.phtml
communityid/modules/stats/views/scripts/index/
communityid/modules/stats/views/scripts/index/index.phtml
communityid/modules/stats/views/scripts/registrations/
communityid/modules/stats/views/scripts/registrations/index.phtml
communityid/modules/stats/views/scripts/sites/
communityid/modules/stats/views/scripts/sites/index.phtml
communityid/modules/stats/views/scripts/top/
communityid/modules/stats/views/scripts/top/index.phtml
communityid/modules/stats/views/scripts/reports/
communityid/modules/stats/views/scripts/reports/index.phtml
communityid/modules/users/
communityid/modules/users/controllers/
communityid/modules/users/controllers/LoginController.php
@ -3653,45 +3673,61 @@ communityid/modules/users/views/scripts/recoverpassword/index.phtml
communityid/modules/users/views/scripts/register/
communityid/modules/users/views/scripts/register/eula.phtml
communityid/modules/users/views/scripts/register/index.phtml
communityid/plugins/
communityid/plugins/stats/
communityid/plugins/stats/Authorizations.php
communityid/plugins/stats/Authorizations.phtml
communityid/plugins/stats/Registrations.php
communityid/plugins/stats/Registrations.phtml
communityid/plugins/stats/Sites.php
communityid/plugins/stats/Sites.phtml
communityid/plugins/stats/Top.php
communityid/plugins/stats/Top.phtml
communityid/resources/
communityid/resources/ca/
communityid/resources/ca/eula.txt
communityid/resources/ca/passwordreset2_mail.txt
communityid/resources/ca/passwordreset_mail.txt
communityid/resources/ca/registration_mail.txt
communityid/resources/ca/reminder_mail.txt
communityid/resources/de/
communityid/resources/de/eula.txt
communityid/resources/de/passwordreset2_mail.txt
communityid/resources/de/passwordreset_mail.txt
communityid/resources/de/privacy.txt
communityid/resources/de/registration_mail.txt
communityid/resources/de/reminder_mail.txt
communityid/resources/en/
communityid/resources/en/eula.txt
communityid/resources/en/passwordreset2_mail.txt
communityid/resources/en/passwordreset_mail.txt
communityid/resources/en/privacy.txt
communityid/resources/en/registration_mail.txt
communityid/resources/en/reminder_mail.txt
communityid/resources/es/
communityid/resources/es/eula.txt
communityid/resources/es/passwordreset2_mail.txt
communityid/resources/es/passwordreset_mail.txt
communityid/resources/es/privacy.txt
communityid/resources/es/registration_mail.txt
communityid/resources/es/reminder_mail.txt
communityid/resources/it/
communityid/resources/it/eula.txt
communityid/resources/it/passwordreset2_mail.txt
communityid/resources/it/passwordreset_mail.txt
communityid/resources/it/privacy.txt
communityid/resources/it/registration_mail.txt
communityid/resources/it/reminder_mail.txt
communityid/resources/ja/
communityid/resources/ja/eula.txt
communityid/resources/ja/passwordreset2_mail.txt
communityid/resources/ja/passwordreset_mail.txt
communityid/resources/ja/privacy.txt
communityid/resources/ja/registration_mail.txt
communityid/resources/ja/reminder_mail.txt
communityid/resources/nl/
communityid/resources/nl/eula.txt
communityid/resources/nl/privacy.txt
communityid/resources/pl/
communityid/resources/pl/eula.txt
communityid/resources/pl/privacy.txt
communityid/resources/sv/
communityid/resources/sv/passwordreset2_mail.txt
communityid/resources/sv/passwordreset_mail.txt
communityid/resources/sv/privacy.txt
communityid/resources/sv/registration_mail.txt
communityid/resources/sv/reminder_mail.txt
communityid/scripts/
@ -3703,6 +3739,9 @@ communityid/setup/upgrade_1.1.0.RC2.sql
communityid/setup/upgrade_1.1.0.beta1.sql
communityid/setup/upgrade_1.1.0.sql
communityid/setup/upgrade_1.1.1.sql
communityid/setup/upgrade_1.2.0.RC1.sql
communityid/setup/upgrade_1.2.0.RC2.sql
communityid/setup/upgrade_1.2.1.sql
communityid/setup/versions.php
communityid/tests/
communityid/tests/AllTests.php