aboutsummaryrefslogtreecommitdiff
path: root/www/drupal5-i18n
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-18 15:54:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-18 15:54:41 +0000
commita236d728b860f47d9715b4648505032dcd36e589 (patch)
tree5c3db36491082814c4e599bf474781fbc010afb4 /www/drupal5-i18n
parent45654d24bead95d57cdf1a456b031eb1ccceddb9 (diff)
downloadports-a236d728b860f47d9715b4648505032dcd36e589.tar.gz
ports-a236d728b860f47d9715b4648505032dcd36e589.zip
Notes
Diffstat (limited to 'www/drupal5-i18n')
-rw-r--r--www/drupal5-i18n/Makefile3
-rw-r--r--www/drupal5-i18n/distinfo6
-rw-r--r--www/drupal5-i18n/files/patch-i18n.module15
3 files changed, 4 insertions, 20 deletions
diff --git a/www/drupal5-i18n/Makefile b/www/drupal5-i18n/Makefile
index c889beb6b6ee..001990034e2d 100644
--- a/www/drupal5-i18n/Makefile
+++ b/www/drupal5-i18n/Makefile
@@ -6,9 +6,8 @@
#
PORTNAME= i18n
-DISTVERSION= 5.x-2.1
+DISTVERSION= 5.x-2.3
CATEGORIES= www
-MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
MAINTAINER= nick@foobar.org
COMMENT= An internationalisation module for the Drupal CMS
diff --git a/www/drupal5-i18n/distinfo b/www/drupal5-i18n/distinfo
index 38c516b31a5f..9d6de9f236dd 100644
--- a/www/drupal5-i18n/distinfo
+++ b/www/drupal5-i18n/distinfo
@@ -1,3 +1,3 @@
-MD5 (drupal/i18n-5.x-2.1.tar.gz) = 7c884e2240e7b55c360a3ff7f527171f
-SHA256 (drupal/i18n-5.x-2.1.tar.gz) = 7799d1fbd2437a0f1fe8a300d5e7e647b4f395baad18d1dbf428f616a76eed7b
-SIZE (drupal/i18n-5.x-2.1.tar.gz) = 71684
+MD5 (drupal/i18n-5.x-2.3.tar.gz) = cc92b18b7a0a758fe2637e1365bf6d9e
+SHA256 (drupal/i18n-5.x-2.3.tar.gz) = 2b15a2f73e930fc13229da4aafbf1611625e50ecead72fe78a3c95e0a8679cba
+SIZE (drupal/i18n-5.x-2.3.tar.gz) = 89618
diff --git a/www/drupal5-i18n/files/patch-i18n.module b/www/drupal5-i18n/files/patch-i18n.module
deleted file mode 100644
index f4576b9ae763..000000000000
--- a/www/drupal5-i18n/files/patch-i18n.module
+++ /dev/null
@@ -1,15 +0,0 @@
---- i18n.module 2007/05/03 13:48:57 1.36.2.12
-+++ i18n.module 2007/05/16 17:43:10 1.36.2.13
-@@ -187,10 +187,10 @@
- if (isset($node->menu) && !$node->menu['delete'] && $node->menu['title']) {
- $item = $node->menu;
- $item['path'] = ($item['path']) ? $item['path'] : "node/$node->nid";
--
-+ $item['type'] = $item['type'] | MENU_MODIFIED_BY_ADMIN;
- if ($item['mid']) {
- // Update menu item
-- db_query("UPDATE {menu} SET pid = %d, path = '%s', title = '%s', description = '%s', weight = %d, type = %d, language = '%s' WHERE mid = %d", $item['pid'], $item['path'], $item['title'], $item['description'], $item['weight'], $item['type'], $item['mid'], $node->language);
-+ db_query("UPDATE {menu} SET pid = %d, path = '%s', title = '%s', description = '%s', weight = %d, type = %d, language = '%s' WHERE mid = %d", $item['pid'], $item['path'], $item['title'], $item['description'], $item['weight'], $item['type'], $node->language, $item['mid']);
- drupal_set_message(t('The menu item %title has been updated with node language.', array('%title' => $item['title'])));
- } elseif(SAVED_NEW == menu_save_item($item)) {
- // Creating new menu item with node language