ports/132545: [patch] www/drupal6-views: upgrade to 2.3

Eygene Ryabinkin rea-fbsd at codelabs.ru
Wed Mar 11 14:10:05 UTC 2009


>Number:         132545
>Category:       ports
>Synopsis:       [patch] www/drupal6-views: upgrade to 2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 11 14:10:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 7.1-STABLE amd64
>Organization:
Code Labs
>Environment:

System: FreeBSD 7.1-STABLE amd64

>Description:

Drupal's Views module version 2.3 is out.  FreeBSD port needs upgrade.

>How-To-Repeat:

http://drupal.org/node/370526

>Fix:

The following patch upgrades the port.  It works fine on my Drupal setup.
--- update-2.0-rc1-to-2.3.diff begins here ---
>From 6227e3fc9f3ca47c4e904db5bfec847a12d5ce8e Mon Sep 17 00:00:00 2001
From: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Date: Wed, 11 Mar 2009 17:02:51 +0300

Signed-off-by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
---
 www/drupal6-views/Makefile |  310 +++++++++++++++++++++++++++++++++++++-------
 www/drupal6-views/distinfo |    6 +-
 2 files changed, 264 insertions(+), 52 deletions(-)

diff --git a/www/drupal6-views/Makefile b/www/drupal6-views/Makefile
index 2a71814..d72d536 100644
--- a/www/drupal6-views/Makefile
+++ b/www/drupal6-views/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	views
-DISTVERSION=	6.x-2.0-rc1
+DISTVERSION=	6.x-2.3
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.drupal.org/files/projects/
 
@@ -14,14 +14,51 @@ MAINTAINER=	rea-fbsd at codelabs.ru
 COMMENT=	Controls how content lists are generated
 
 DRUPAL6_MODULE=	yes
-MODULE_DIRS=	css docs help/images help images includes js \
-		modules theme translations views_export
+MODULE_DIRS=	css docs handlers help/images help images includes js \
+		modules/aggregator modules/comment modules/node \
+		modules/profile modules/search modules/statistics \
+		modules/system modules/taxonomy modules/translation \
+		modules/upload modules/user modules plugins theme \
+		translations views_export
 MODULE_FILES=	css/views-admin.css css/views-list.css \
-		css/views-tabs.css css/views.css  docs/docs.php \
+		css/views-tabs.css css/views.css \
+		docs/docs.php \
 		views.info views.install views.module views2.doxy \
 		views_ui.info views_ui.module \
+		handlers/views_handler_argument.inc \
+		handlers/views_handler_argument_date.inc \
+		handlers/views_handler_argument_formula.inc \
+		handlers/views_handler_argument_many_to_one.inc \
+		handlers/views_handler_argument_null.inc \
+		handlers/views_handler_argument_numeric.inc \
+		handlers/views_handler_argument_string.inc \
+		handlers/views_handler_field.inc \
+		handlers/views_handler_field_boolean.inc \
+		handlers/views_handler_field_custom.inc \
+		handlers/views_handler_field_date.inc \
+		handlers/views_handler_field_markup.inc \
+		handlers/views_handler_field_numeric.inc \
+		handlers/views_handler_field_prerender_list.inc \
+		handlers/views_handler_field_url.inc \
+		handlers/views_handler_filter.inc \
+		handlers/views_handler_filter_boolean_operator.inc \
+		handlers/views_handler_filter_boolean_operator_string.inc \
+		handlers/views_handler_filter_date.inc \
+		handlers/views_handler_filter_equality.inc \
+		handlers/views_handler_filter_in_operator.inc \
+		handlers/views_handler_filter_many_to_one.inc \
+		handlers/views_handler_filter_numeric.inc \
+		handlers/views_handler_filter_string.inc \
+		handlers/views_handler_relationship.inc \
+		handlers/views_handler_sort.inc \
+		handlers/views_handler_sort_date.inc \
+		handlers/views_handler_sort_formula.inc \
+		handlers/views_handler_sort_menu_hierarchy.inc \
+		handlers/views_handler_sort_random.inc \
 		help/images/node-term_node-term_data-large.png \
 		help/images/node-term_node-term_data.png \
+		help/images/overview-ui-large.png \
+		help/images/overview-ui-small.png \
 		help/images/style-breakdown-large.png \
 		help/images/style-breakdown.png \
 		help/images/views1-admin-large.png \
@@ -49,58 +86,233 @@ MODULE_FILES=	css/views-admin.css css/views-list.css \
 		help/images/views2-tablestyle-large.png \
 		help/images/views2-tablestyle.png \
 		help/about.html help/analyze-theme.html \
-		help/api-handlers.html help/api-plugins.html \
-		help/api-tables.html help/api.html help/argument.html \
-		help/display-attachment.html help/display-block.html \
-		help/display-default.html help/display-feed.html \
-		help/display-page.html help/display.html help/embed.html \
-		help/field.html help/filter.html help/getting-started.html \
-		help/menu.html help/new.html help/overrides.html \
-		help/path.html help/relationship.html help/sort.html \
-		help/style-comment-rss.html help/style-fields.html \
-		help/style-grid.html help/style-list.html \
-		help/style-node-rss.html help/style-node.html \
-		help/style-row.html help/style-rss.html \
-		help/style-summary-unformatted.html help/style-summary.html \
-		help/style-table.html help/style-unformatted.html \
-		help/style.html help/theme-css.html \
-		help/updating.html help/using-theme.html \
-		help/view-type.html help/views.help.ini \
-		images/arrow-active.png images/sprites.png \
+		help/api-default-views.html \
+		help/api-handlers.html \
+		help/api-plugins.html \
+		help/api-tables.html \
+		help/api.html \
+		help/argument.html \
+		help/display-attachment.html \
+		help/display-block.html \
+		help/display-default.html \
+		help/display-feed.html \
+		help/display-page.html \
+		help/display.html \
+		help/embed.html \
+		help/example-recent-stories.html \
+		help/example-user-feed.html \
+		help/example-users-by-role.html \
+		help/field.html \
+		help/filter.html \
+		help/getting-started.html \
+		help/menu.html \
+		help/new.html \
+		help/overrides.html \
+		help/path.html \
+		help/relationship.html \
+		help/sort.html \
+		help/style-comment-rss.html \
+		help/style-fields.html \
+		help/style-grid.html \
+		help/style-list.html \
+		help/style-node-rss.html \
+		help/style-node.html \
+		help/style-row.html \
+		help/style-rss.html \
+		help/style-summary-unformatted.html \
+		help/style.html \
+		help/style-summary.html \
+		help/style-table.html \
+		help/style-unformatted.html \
+		help/theme-css.html \
+		help/updating.html \
+		help/using-theme.html \
+		help/view-type.html \
+		help/views.help.ini \
+		images/arrow-active.png \
+		images/overridden.gif \
+		images/sprites.png \
 		images/status-active.gif \
-		includes/admin.inc includes/ajax.inc \
-		includes/argument.handlers.inc includes/base.inc \
-		includes/cache.inc includes/convert.inc \
-		includes/field.handlers.inc includes/filter.handlers.inc \
-		includes/form.inc includes/handlers.inc \
-		includes/join.handlers.inc includes/plugins.inc \
-		includes/query.inc includes/relationship.handlers.inc \
-		includes/sort.handlers.inc includes/tabs.inc \
-		includes/view.inc js/ajax_view.js js/ajax.js js/dependent.js \
-		js/base.js js/tabs.js modules/book.views.inc modules/comment.views.inc \
-		modules/comment.views_default.inc modules/node.views.inc \
-		modules/node.views_convert.inc modules/node.views_default.inc \
-		modules/poll.views.inc modules/profile.views.inc \
-		modules/search.views.inc modules/search.views_default.inc \
+		includes/admin.inc \
+		includes/ajax.inc \
+		includes/analyze.inc \
+		includes/base.inc \
+		includes/cache.inc \
+		includes/convert.inc \
+		includes/form.inc \
+		includes/handlers.inc \
+		includes/plugins.inc \
+		includes/query.inc \
+		includes/tabs.inc \
+		includes/view.inc \
+		js/ajax_view.js \
+		js/ajax.js \
+		js/dependent.js \
+		js/base.js \
+		js/tabs.js \
+		modules/aggregator/views_handler_argument_aggregator_fid.inc \
+		modules/aggregator/views_handler_field_aggregator_title_link.inc \
+		modules/aggregator/views_plugin_row_aggregator_rss.inc \
+		modules/aggregator.views.inc \
+		modules/book.views.inc \
+		modules/comment.views.inc \
+		modules/comment.views_default.inc \
+		modules/node.views.inc \
+		modules/node.views_convert.inc \
+		modules/node.views_default.inc \
+		modules/poll.views.inc \
+		modules/profile.views.inc \
+		modules/search.views.inc \
+		modules/search.views_default.inc \
 		modules/statistics.views.inc \
 		modules/statistics.views_default.inc \
-		modules/system.views.inc modules/taxonomy.views.inc \
+		modules/system.views.inc \
+		modules/taxonomy.views.inc \
+		modules/comment/views_handler_argument_comment_user_uid.inc \
+		modules/comment/views_handler_field_comment.inc \
+		modules/comment/views_handler_field_comment_depth.inc \
+		modules/comment/views_handler_field_comment_link.inc \
+		modules/comment/views_handler_field_comment_link_delete.inc \
+		modules/comment/views_handler_field_comment_link_edit.inc \
+		modules/comment/views_handler_field_comment_link_reply.inc \
+		modules/comment/views_handler_field_comment_username.inc \
+		modules/comment/views_handler_field_ncs_last_comment_name.inc \
+		modules/comment/views_handler_field_ncs_last_updated.inc \
+		modules/comment/views_handler_field_node_comment.inc \
+		modules/comment/views_handler_field_node_new_comments.inc \
+		modules/comment/views_handler_filter_comment_user_uid.inc \
+		modules/comment/views_handler_filter_ncs_last_updated.inc \
+		modules/comment/views_handler_filter_node_comment.inc \
+		modules/comment/views_handler_sort_comment_thread.inc \
+		modules/comment/views_handler_sort_ncs_last_comment_name.inc \
+		modules/comment/views_handler_sort_ncs_last_updated.inc \
+		modules/comment/views_plugin_row_comment_rss.inc \
+		modules/comment/views_plugin_row_comment_view.inc \
 		modules/taxonomy.views_default.inc \
-		modules/upload.views.inc modules/user.views.inc \
+		modules/translation.views.inc \
+		modules/upload.views.inc \
+		modules/user.views.inc \
 		modules/views.views.inc \
-		theme/theme.inc theme/views-exposed-form.tpl.php \
-		theme/views-more.tpl.php theme/views-ui-edit-item.tpl.php \
-		theme/views-ui-edit-tab.tpl.php theme/views-ui-edit-view.tpl.php \
-		theme/views-ui-list-views.tpl.php theme/views-view-field.tpl.php \
-		theme/views-view-fields.tpl.php theme/views-view-grid.tpl.php \
-		theme/views-view-list.tpl.php theme/views-view-row-comment.tpl.php \
-		theme/views-view-row-node.tpl.php theme/views-view-rss.tpl.php \
+		modules/node/views_handler_argument_dates_various.inc \
+		modules/node/views_handler_argument_node_language.inc \
+		modules/node/views_handler_argument_node_nid.inc \
+		modules/node/views_handler_argument_node_type.inc \
+		modules/node/views_handler_argument_node_vid.inc \
+		modules/node/views_handler_field_history_user_timestamp.inc \
+		modules/node/views_handler_field_node.inc \
+		modules/node/views_handler_field_node_link.inc \
+		modules/node/views_handler_field_node_link_delete.inc \
+		modules/node/views_handler_field_node_link_edit.inc \
+		modules/node/views_handler_field_node_revision_link_delete.inc \
+		modules/node/views_handler_field_node_revision_link_revert.inc \
+		modules/node/views_handler_field_node_type.inc \
+		modules/node/views_handler_filter_history_user_timestamp.inc \
+		modules/node/views_handler_filter_node_status.inc \
+		modules/node/views_handler_filter_node_type.inc \
+		modules/node/views_plugin_argument_default_node.inc \
+		modules/node/views_plugin_argument_validate_node.inc \
+		modules/node/views_plugin_row_node_rss.inc \
+		modules/node/views_plugin_row_node_view.inc \
+		modules/profile/views_handler_field_profile_date.inc \
+		modules/profile/views_handler_field_profile_list.inc \
+		modules/profile/views_handler_filter_profile_selection.inc \
+		modules/search/views_handler_filter_search.inc \
+		modules/search/views_plugin_row_search_view.inc \
+		modules/statistics/views_handler_field_accesslog_path.inc \
+		modules/system/views_handler_argument_file_fid.inc \
+		modules/system/views_handler_field_file.inc \
+		modules/system/views_handler_field_file_status.inc \
+		modules/system/views_handler_filter_file_status.inc \
+		modules/taxonomy/views_handler_argument_taxonomy.inc \
+		modules/taxonomy/views_handler_argument_term_node_tid.inc \
+		modules/taxonomy/views_handler_argument_term_node_tid_depth.inc \
+		modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc \
+		modules/taxonomy/views_handler_argument_vocabulary_vid.inc \
+		modules/taxonomy/views_handler_field_taxonomy.inc \
+		modules/taxonomy/views_handler_field_term_node_tid.inc \
+		modules/taxonomy/views_handler_filter_term_node_tid.inc \
+		modules/taxonomy/views_handler_filter_vocabulary_vid.inc \
+		modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc \
+		modules/translation/views_handler_argument_node_language.inc \
+		modules/translation/views_handler_argument_node_tnid.inc \
+		modules/translation/views_handler_field_node_language.inc \
+		modules/translation/views_handler_field_node_translation_link.inc \
+		modules/translation/views_handler_filter_node_language.inc \
+		modules/translation/views_handler_filter_node_tnid.inc \
+		modules/translation/views_handler_filter_node_tnid_child.inc \
+		modules/translation/views_handler_relationship_translation.inc \
+		modules/upload/views_handler_field_upload_description.inc \
+		modules/upload/views_handler_field_upload_fid.inc \
+		modules/upload/views_handler_filter_upload_fid.inc \
+		modules/user/views_handler_argument_user_uid.inc \
+		modules/user/views_handler_argument_users_roles_rid.inc \
+		modules/user/views_handler_field_user.inc \
+		modules/user/views_handler_field_user_link.inc \
+		modules/user/views_handler_field_user_link_delete.inc \
+		modules/user/views_handler_field_user_link_edit.inc \
+		modules/user/views_handler_field_user_mail.inc \
+		modules/user/views_handler_field_user_name.inc \
+		modules/user/views_handler_field_user_picture.inc \
+		modules/user/views_handler_field_user_roles.inc \
+		modules/user/views_handler_filter_user_current.inc \
+		modules/user/views_handler_filter_user_name.inc \
+		modules/user/views_handler_filter_user_roles.inc \
+		modules/user/views_plugin_argument_default_current_user.inc \
+		modules/user/views_plugin_argument_default_user.inc \
+		modules/user/views_plugin_argument_validate_user.inc \
+		plugins/views_plugin_access.inc \
+		plugins/views_plugin_access_none.inc \
+		plugins/views_plugin_access_perm.inc \
+		plugins/views_plugin_access_role.inc \
+		plugins/views_plugin_argument_default.inc \
+		plugins/views_plugin_argument_default_php.inc \
+		plugins/views_plugin_argument_validate.inc \
+		plugins/views_plugin_argument_validate_numeric.inc \
+		plugins/views_plugin_argument_validate_php.inc \
+		plugins/views_plugin_display.inc \
+		plugins/views_plugin_display_attachment.inc \
+		plugins/views_plugin_display_block.inc \
+		plugins/views_plugin_display_default.inc \
+		plugins/views_plugin_display_feed.inc \
+		plugins/views_plugin_display_page.inc \
+		plugins/views_plugin_row.inc \
+		plugins/views_plugin_row_fields.inc \
+		plugins/views_plugin_style.inc \
+		plugins/views_plugin_style_default.inc \
+		plugins/views_plugin_style_grid.inc \
+		plugins/views_plugin_style_list.inc \
+		plugins/views_plugin_style_rss.inc \
+		plugins/views_plugin_style_summary.inc \
+		plugins/views_plugin_style_summary_unformatted.inc \
+		plugins/views_plugin_style_table.inc \
+		theme/theme.inc \
+		theme/views-exposed-form.tpl.php \
+		theme/views-more.tpl.php \
+		theme/views-ui-edit-item.tpl.php \
+		theme/views-ui-edit-tab.tpl.php \
+		theme/views-ui-edit-view.tpl.php \
+		theme/views-ui-list-views.tpl.php \
+		theme/views-view-field.tpl.php \
+		theme/views-view-fields.tpl.php \
+		theme/views-view-grid.tpl.php \
+		theme/views-view-list.tpl.php \
+		theme/views-view-row-comment.tpl.php \
+		theme/views-view-row-node.tpl.php \
+		theme/views-view-row-rss.tpl.php \
+		theme/views-view-rss.tpl.php \
 		theme/views-view-summary-unformatted.tpl.php \
-		theme/views-view-summary.tpl.php theme/views-view-table.tpl.php \
-		theme/views-view-unformatted.tpl.php \theme/views-view.tpl.php \
-		translations/views.pot translations/de.po \
+		theme/views-view-summary.tpl.php \
+		theme/views-view-table.tpl.php \
+		theme/views-view-unformatted.tpl.php \
+		theme/views-view.tpl.php \
+		translations/views.pot \
+		translations/de.po \
+		translations/eo.po \
+		translations/fr.po \
+		translations/it.po \
 		views_export/views_export.css \
-		views_export/views_export.info views_export/views_export.module
+		views_export/views_export.info \
+		views_export/views_export.module
 DOC_FILES=	LICENSE.txt README.txt CHANGELOG.txt \
 		documentation-standards.txt
 
diff --git a/www/drupal6-views/distinfo b/www/drupal6-views/distinfo
index bf245d6..ec0ca83 100644
--- a/www/drupal6-views/distinfo
+++ b/www/drupal6-views/distinfo
@@ -1,3 +1,3 @@
-MD5 (drupal/views-6.x-2.0-rc1.tar.gz) = 7968787a990c56061aa99ec08231f543
-SHA256 (drupal/views-6.x-2.0-rc1.tar.gz) = 6d976006929c70f1817a9f82794e88f751e460694dfc85d9b7ed0f876dbf9a54
-SIZE (drupal/views-6.x-2.0-rc1.tar.gz) = 2796661
+MD5 (drupal/views-6.x-2.3.tar.gz) = 582bde5b7a68357c026a2bee689fe3cb
+SHA256 (drupal/views-6.x-2.3.tar.gz) = cfd58b75f585126748898cdff572bd7374d0ade1e455603d09f7daaeb2d7fdad
+SIZE (drupal/views-6.x-2.3.tar.gz) = 1365883
-- 
1.6.1.3
--- update-2.0-rc1-to-2.3.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list