aboutsummaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-02 00:26:28 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-02 00:26:28 +0800
commit44844afe6b7df30ebfcd547bd199b9d10a2ba910 (patch)
tree2e44bb724315df8fa780b5df0d3e7d1c42231c3b /russian
parent2ac5f3431bf6a93f7302be37ba13bc8c494455db (diff)
downloadfreebsd-ports-gnome-44844afe6b7df30ebfcd547bd199b9d10a2ba910.tar.gz
freebsd-ports-gnome-44844afe6b7df30ebfcd547bd199b9d10a2ba910.tar.zst
freebsd-ports-gnome-44844afe6b7df30ebfcd547bd199b9d10a2ba910.zip
- Update to 5.2.11
- While I'm here, add NO_ARCH and use @dir Changes: http://www.sixapart.jp/movabletype/news/2014/12/24-1300.html PR: ports/196406 Submitted by: Takefu <takefu@airport.fm> (maintainer)
Diffstat (limited to 'russian')
-rw-r--r--russian/MT/Makefile2
-rw-r--r--russian/MT/files/patch-default_templates__comment_response.mtml11
-rw-r--r--russian/MT/files/patch-lib__MT.pm31
-rw-r--r--russian/MT/files/patch-mt-check.cgi14
-rw-r--r--russian/MT/files/patch-mt-static__css__main.css8
-rw-r--r--russian/MT/files/patch-mt-static__css__simple.css8
-rw-r--r--russian/MT/files/patch-mt-static__js__editor.js8
-rw-r--r--russian/MT/files/patch-mt-static__js__mt_core_compact.js8
-rw-r--r--russian/MT/files/patch-php__mt.php22
-rw-r--r--russian/MT/files/patch-themes__classic_blog__templates__comment_response.mtml11
-rw-r--r--russian/MT/files/patch-themes__classic_blog__theme.yaml11
-rw-r--r--russian/MT/files/patch-themes__classic_website__templates__comment_response.mtml11
-rw-r--r--russian/MT/files/patch-themes__classic_website__theme.yaml11
-rw-r--r--russian/MT/files/patch-themes__pico__templates__comment_response.mtml12
-rw-r--r--russian/MT/files/patch-themes__pico__theme.yaml11
-rw-r--r--russian/MT/files/patch-themes__rainier__templates__comment_response.mtml11
-rw-r--r--russian/MT/files/patch-themes__rainier__theme.yaml10
17 files changed, 1 insertions, 199 deletions
diff --git a/russian/MT/Makefile b/russian/MT/Makefile
index 63cfd56e1c4d..6a932ae5fde0 100644
--- a/russian/MT/Makefile
+++ b/russian/MT/Makefile
@@ -3,7 +3,7 @@
CATEGORIES= russian www
MASTER_SITES= http://movable-type.ru/downloads/
-DISTNAME= MTOS-5.2.9-${PKGNAMEPREFIX:S,-,,}
+DISTNAME= MTOS-5.2.11-${PKGNAMEPREFIX:S,-,,}
COMMENT= Russian localization of the MovableType publishing system
diff --git a/russian/MT/files/patch-default_templates__comment_response.mtml b/russian/MT/files/patch-default_templates__comment_response.mtml
deleted file mode 100644
index 6f4eb0ba9b3c..000000000000
--- a/russian/MT/files/patch-default_templates__comment_response.mtml
+++ /dev/null
@@ -1,11 +0,0 @@
---- default_templates/comment_response.mtml.orig 2013-12-02 02:38:32.000000000 +0900
-+++ default_templates/comment_response.mtml 2014-04-16 15:17:26.000000000 +0900
-@@ -15,7 +15,7 @@
- <mt:Else name="comment_error">
- <mt:Ignore><!-- Error message when comment submission fails --></mt:Ignore>
- <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$>
-- <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock>
-+ <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage encode_html="1"$>"></p></mt:SetVarBlock>
- </mt:If>
-
-
diff --git a/russian/MT/files/patch-lib__MT.pm b/russian/MT/files/patch-lib__MT.pm
deleted file mode 100644
index 7354f7ff2d48..000000000000
--- a/russian/MT/files/patch-lib__MT.pm
+++ /dev/null
@@ -1,31 +0,0 @@
---- lib/MT.pm.orig 2013-12-02 02:40:30.000000000 +0900
-+++ lib/MT.pm 2014-04-16 15:18:36.000000000 +0900
-@@ -39,8 +39,8 @@
- )
- = (
- 'Movable Type', 'MT',
-- '5.2.9', '5.2.9-ru',
-- '9', 'http://movable-type.ru/'
-+ '5.2.10', '5.2.10-ru',
-+ '10', 'http://movable-type.ru/'
- );
-
- # To allow MT to run straight from svn, if no build process (pre-processing)
-@@ -56,7 +56,7 @@
- }
-
- if ( $RELEASE_NUMBER eq '__RELEASE' . '_NUMBER__' ) {
-- $RELEASE_NUMBER = 9;
-+ $RELEASE_NUMBER = 10;
- }
-
- $DebugMode = 0;
-@@ -124,7 +124,7 @@
- }
-
- sub build_id {
-- my $build_id = '5.2.9-ru';
-+ my $build_id = '5.2.10-ru';
- $build_id = '' if $build_id eq '__BUILD_' . 'ID__';
- return $build_id;
- }
diff --git a/russian/MT/files/patch-mt-check.cgi b/russian/MT/files/patch-mt-check.cgi
deleted file mode 100644
index c27cc51f3042..000000000000
--- a/russian/MT/files/patch-mt-check.cgi
+++ /dev/null
@@ -1,14 +0,0 @@
---- mt-check.cgi.orig 2013-12-02 02:40:30.000000000 +0900
-+++ mt-check.cgi 2014-04-16 15:19:09.000000000 +0900
-@@ -97,9 +97,9 @@
- my $view = $cgi->param("view");
- my $version = $cgi->param("version");
- my $sess_id = $cgi->param('session_id');
--$version ||= '5.2.9-ru';
-+$version ||= '5.2.10-ru';
- if ( $version eq '__PRODUCT_VERSION' . '_ID__' ) {
-- $version = '5.2.9';
-+ $version = '5.2.10';
- }
-
- my ( $mt, $LH );
diff --git a/russian/MT/files/patch-mt-static__css__main.css b/russian/MT/files/patch-mt-static__css__main.css
deleted file mode 100644
index c8559d96f99e..000000000000
--- a/russian/MT/files/patch-mt-static__css__main.css
+++ /dev/null
@@ -1,8 +0,0 @@
---- mt-static/css/main.css.orig 2013-12-02 02:40:33.000000000 +0900
-+++ mt-static/css/main.css 2014-04-16 15:19:43.000000000 +0900
-@@ -1,4 +1,4 @@
--/* Movable Type (r) Open Source (C) 2001-2013 Six Apart, Ltd.
-+/* Movable Type (r) Open Source (C) 2001-2014 Six Apart, Ltd.
- * This file is combined from multiple sources. Consult the source files for their
- * respective licenses and copyrights.
- */html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}h1,
diff --git a/russian/MT/files/patch-mt-static__css__simple.css b/russian/MT/files/patch-mt-static__css__simple.css
deleted file mode 100644
index a4b031b9799d..000000000000
--- a/russian/MT/files/patch-mt-static__css__simple.css
+++ /dev/null
@@ -1,8 +0,0 @@
---- mt-static/css/simple.css.orig 2013-12-02 02:40:34.000000000 +0900
-+++ mt-static/css/simple.css 2014-04-16 15:20:06.000000000 +0900
-@@ -1,4 +1,4 @@
--/* Movable Type (r) Open Source (C) 2001-2013 Six Apart, Ltd.
-+/* Movable Type (r) Open Source (C) 2001-2014 Six Apart, Ltd.
- * This file is combined from multiple sources. Consult the source files for their
- * respective licenses and copyrights.
- */html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}h1,
diff --git a/russian/MT/files/patch-mt-static__js__editor.js b/russian/MT/files/patch-mt-static__js__editor.js
deleted file mode 100644
index 3585683e1975..000000000000
--- a/russian/MT/files/patch-mt-static__js__editor.js
+++ /dev/null
@@ -1,8 +0,0 @@
---- mt-static/js/editor.js.orig 2013-12-02 02:40:32.000000000 +0900
-+++ mt-static/js/editor.js 2014-04-16 15:20:42.000000000 +0900
-@@ -1,4 +1,4 @@
--/* Movable Type (r) Open Source (C) 2001-2013 Six Apart, Ltd.
-+/* Movable Type (r) Open Source (C) 2001-2014 Six Apart, Ltd.
- * This file is combined from multiple sources. Consult the source files for their
- * respective licenses and copyrights.
- */;(function($){MT.EditorManager=function(){this.init.apply(this,arguments);};$.extend(MT.EditorManager,{editors:{},editorsForFormat:{},map:{},defaultWrapTag:'div',defaultWrapClass:'mt-editor-manager-wrap',register:function(id,editor){var thisConstructor=this;this.editors[id]=editor;$.each(editor.formatsForCurrentContext(),function(){if(!thisConstructor.editorsForFormat[this]){thisConstructor.editorsForFormat[this]=[];}
diff --git a/russian/MT/files/patch-mt-static__js__mt_core_compact.js b/russian/MT/files/patch-mt-static__js__mt_core_compact.js
deleted file mode 100644
index e6b02fd405c1..000000000000
--- a/russian/MT/files/patch-mt-static__js__mt_core_compact.js
+++ /dev/null
@@ -1,8 +0,0 @@
---- mt-static/js/mt_core_compact.js.orig 2013-12-02 02:40:32.000000000 +0900
-+++ mt-static/js/mt_core_compact.js 2014-04-16 15:21:04.000000000 +0900
-@@ -1,4 +1,4 @@
--/* Movable Type (r) Open Source (C) 2001-2013 Six Apart, Ltd.
-+/* Movable Type (r) Open Source (C) 2001-2014 Six Apart, Ltd.
- * This file is combined from multiple sources. Consult the source files for their
- * respective licenses and copyrights.
- */defined=function(x){return x!==undefined;};exists=function(x){return(x===undefined||x===null)?false:true;};truth=function(x){return(x&&x!="0")?true:false;};finite=function(x){return isFinite(x)?x:0;};finiteInt=function(x,b){return finite(parseInt(x,b));};finiteFloat=function(x){return finite(parseFloat(x));};max=function(){var a=arguments;var n=a[0];for(var i=1;i<a.length;i++)
diff --git a/russian/MT/files/patch-php__mt.php b/russian/MT/files/patch-php__mt.php
deleted file mode 100644
index edef619b637c..000000000000
--- a/russian/MT/files/patch-php__mt.php
+++ /dev/null
@@ -1,22 +0,0 @@
---- php/mt.php.orig 2013-12-02 02:40:30.000000000 +0900
-+++ php/mt.php 2014-04-16 15:21:49.000000000 +0900
-@@ -11,16 +11,16 @@
- require_once('lib/class.exception.php');
-
- define('VERSION', '5.2');
--define('PRODUCT_VERSION', '5.2.9');
-+define('PRODUCT_VERSION', '5.2.10');
-
- $PRODUCT_NAME = 'Movable Type';
- if($PRODUCT_NAME == '__PRODUCT' . '_NAME__')
- $PRODUCT_NAME = 'Movable Type';
- define('PRODUCT_NAME', $PRODUCT_NAME);
-
--$RELEASE_NUMBER = '9';
-+$RELEASE_NUMBER = '10';
- if ( $RELEASE_NUMBER == '__RELEASE_' . 'NUMBER__' )
-- $RELEASE_NUMBER = 9;
-+ $RELEASE_NUMBER = 10;
- define('RELEASE_NUMBER', $RELEASE_NUMBER);
-
- $PRODUCT_VERSION_ID = '5.2.9-ru';
diff --git a/russian/MT/files/patch-themes__classic_blog__templates__comment_response.mtml b/russian/MT/files/patch-themes__classic_blog__templates__comment_response.mtml
deleted file mode 100644
index 8cbe5d516518..000000000000
--- a/russian/MT/files/patch-themes__classic_blog__templates__comment_response.mtml
+++ /dev/null
@@ -1,11 +0,0 @@
---- themes/classic_blog/templates/comment_response.mtml.orig 2013-12-02 02:38:32.000000000 +0900
-+++ themes/classic_blog/templates/comment_response.mtml 2014-04-16 15:22:52.000000000 +0900
-@@ -15,7 +15,7 @@
- <mt:Else name="comment_error">
- <mt:Ignore><!-- Error message when comment submission fails --></mt:Ignore>
- <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$>
-- <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock>
-+ <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage encode_html="1"$>"></p></mt:SetVarBlock>
- </mt:If>
-
-
diff --git a/russian/MT/files/patch-themes__classic_blog__theme.yaml b/russian/MT/files/patch-themes__classic_blog__theme.yaml
deleted file mode 100644
index 0269e5d43cf8..000000000000
--- a/russian/MT/files/patch-themes__classic_blog__theme.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
---- themes/classic_blog/theme.yaml.orig 2013-12-02 02:38:32.000000000 +0900
-+++ themes/classic_blog/theme.yaml 2014-04-16 15:23:26.000000000 +0900
-@@ -2,7 +2,7 @@
- id: classic_blog
- author_name: Six Apart, Ltd.
- author_link: http://www.movabletype.org/
--version: 1.11
-+version: 1.12
- class: blog
- protected: 1
- description: <__trans phrase="A traditional blogging design that comes with plenty of styles and a selection of 2 column / 3 column layouts. Best for use in standard blog publishing applications.">
diff --git a/russian/MT/files/patch-themes__classic_website__templates__comment_response.mtml b/russian/MT/files/patch-themes__classic_website__templates__comment_response.mtml
deleted file mode 100644
index d23f4b4fb259..000000000000
--- a/russian/MT/files/patch-themes__classic_website__templates__comment_response.mtml
+++ /dev/null
@@ -1,11 +0,0 @@
---- themes/classic_website/templates/comment_response.mtml.orig 2013-12-02 02:38:32.000000000 +0900
-+++ themes/classic_website/templates/comment_response.mtml 2014-04-16 15:25:24.000000000 +0900
-@@ -15,7 +15,7 @@
- <mt:Else name="comment_error">
- <mt:Ignore><!-- Error message when comment submission fails --></mt:Ignore>
- <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$>
-- <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock>
-+ <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage encode_html="1"$>"></p></mt:SetVarBlock>
- </mt:If>
-
-
diff --git a/russian/MT/files/patch-themes__classic_website__theme.yaml b/russian/MT/files/patch-themes__classic_website__theme.yaml
deleted file mode 100644
index 81c8dd82d929..000000000000
--- a/russian/MT/files/patch-themes__classic_website__theme.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
---- themes/classic_website/theme.yaml.orig 2013-12-02 02:38:32.000000000 +0900
-+++ themes/classic_website/theme.yaml 2014-04-16 15:25:48.000000000 +0900
-@@ -2,7 +2,7 @@
- id: classic_website
- author_name: Six Apart, Ltd.
- author_link: http://www.movabletype.org/
--version: 1.11
-+version: 1.12
- class: website
- protected: 1
- description: <__trans phrase="Create a blog portal that aggregates contents from several blogs in one website.">
diff --git a/russian/MT/files/patch-themes__pico__templates__comment_response.mtml b/russian/MT/files/patch-themes__pico__templates__comment_response.mtml
deleted file mode 100644
index 9d1f7714277d..000000000000
--- a/russian/MT/files/patch-themes__pico__templates__comment_response.mtml
+++ /dev/null
@@ -1,12 +0,0 @@
---- themes/pico/templates/comment_response.mtml.orig 2013-12-02 02:38:32.000000000 +0900
-+++ themes/pico/templates/comment_response.mtml 2014-04-16 15:26:22.000000000 +0900
-@@ -16,7 +16,8 @@
- <mt:Else name="comment_error">
- <mt:Ignore><!-- Error message when comment submission fails --></mt:Ignore>
- <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$>
-- <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock>
-+ <mt:SetVarBlock name="message"><p><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage encode_html="1"$>"></p></mt:SetVarBlock>
-+ </mt:If>
- </mt:If>
-
-
diff --git a/russian/MT/files/patch-themes__pico__theme.yaml b/russian/MT/files/patch-themes__pico__theme.yaml
deleted file mode 100644
index 3711e2ca05e4..000000000000
--- a/russian/MT/files/patch-themes__pico__theme.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
---- themes/pico/theme.yaml.orig 2013-12-02 02:38:33.000000000 +0900
-+++ themes/pico/theme.yaml 2014-04-16 15:26:41.000000000 +0900
-@@ -2,7 +2,7 @@
- id: pico
- author_name: Six Apart, Ltd.
- author_link: http://www.movabletype.org/
--version: 1.11
-+version: 1.12
- class: blog
- protected: 1
- description: <__trans phrase="Pico is a microblogging theme, designed for keeping things simple to handle frequent updates. To put the focus on content we've moved the sidebars below the list of posts.">
diff --git a/russian/MT/files/patch-themes__rainier__templates__comment_response.mtml b/russian/MT/files/patch-themes__rainier__templates__comment_response.mtml
deleted file mode 100644
index 6256b8a4976d..000000000000
--- a/russian/MT/files/patch-themes__rainier__templates__comment_response.mtml
+++ /dev/null
@@ -1,11 +0,0 @@
---- themes/rainier/templates/comment_response.mtml.orig 2013-12-02 02:38:33.000000000 +0900
-+++ themes/rainier/templates/comment_response.mtml 2014-04-16 15:27:29.000000000 +0900
-@@ -6,7 +6,7 @@
- <$mt:Var name="message" value="<p class="message success"><__trans phrase="Your comment has been received and held for review by a blog administrator."></p>"$>
- <mt:Else name="comment_error">
- <$mt:Var name="page_title" value="<__trans phrase="Comment Submission Error">"$>
-- <mt:SetVarBlock name="message"><p class="message error"><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage$>"></p></mt:SetVarBlock>
-+ <mt:SetVarBlock name="message"><p class="message error"><__trans phrase="Your comment submission failed for the following reasons: [_1]" params="<$mt:ErrorMessage encode_html="1"$>"></p></mt:SetVarBlock>
- </mt:If>
- <!DOCTYPE html>
- <html>
diff --git a/russian/MT/files/patch-themes__rainier__theme.yaml b/russian/MT/files/patch-themes__rainier__theme.yaml
deleted file mode 100644
index dafe1df99c0b..000000000000
--- a/russian/MT/files/patch-themes__rainier__theme.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
---- themes/rainier/theme.yaml.orig 2013-12-02 02:38:33.000000000 +0900
-+++ themes/rainier/theme.yaml 2014-04-16 15:27:46.000000000 +0900
-@@ -1,6 +1,6 @@
- label: 'Rainier'
- id: 'rainier'
--version: 1.03
-+version: 1.04
- author_link: 'http://www.sixapart.com/'
- author_name: 'Six Apart, Ltd.'
- class: 'blog'