svn commit: r313238 - head/www/drupal6-page_title
Martin Wilke
miwi at FreeBSD.org
Sat Mar 2 14:40:03 UTC 2013
Author: miwi
Date: Sat Mar 2 14:40:02 2013
New Revision: 313238
URL: http://svnweb.freebsd.org/changeset/ports/313238
Log:
- Update to 6.x-2.7
- Take maintainership
Modified:
head/www/drupal6-page_title/Makefile (contents, props changed)
head/www/drupal6-page_title/distinfo (contents, props changed)
Modified: head/www/drupal6-page_title/Makefile
==============================================================================
--- head/www/drupal6-page_title/Makefile Sat Mar 2 14:39:16 2013 (r313237)
+++ head/www/drupal6-page_title/Makefile Sat Mar 2 14:40:02 2013 (r313238)
@@ -2,21 +2,26 @@
# $FreeBSD$
PORTNAME= page_title
-DISTVERSION= 6.x-2.3
-PORTREVISION= 1
+DISTVERSION= 6.x-2.7
CATEGORIES= www
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= miwi at FreeBSD.org
COMMENT= Drupal module to provide fine-grained control of page titles
RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token
USE_DRUPAL= yes
DRUPAL6_MODULE= yes
-MODULE_FILES= translations/page_title.pot translations/ru.po \
- page_title-admin-settings-form.tpl.php page_title.admin.inc \
- page_title.info page_title.install page_title.module
-MODULE_DIRS= translations
+MODULE_FILES= page_title-admin-settings-form.tpl.php page_title.install page_title.views.inc \
+ views_handler_field_node_page_title.inc page_title.admin.css page_title.js \
+ page_title.views_default.inc page_title.admin.inc page_title.legacy.inc \
+ page_title.info page_title.module modules/blog.page_title.inc modules/forum.page_title.inc \
+ modules/page_title.page_title.inc modules/comment.page_title.inc \
+ modules/node.page_title.inc modules/taxonomy.page_title.inc \
+ modules/user.page_title.inc views/plugins/page_title_plugin_display_page_with_page_title.inc \
+ tests/page_title.test tests/page_title_views_test.info tests/page_title_views_test.module \
+ tests/page_title_views_test.test tests/page_title_views_test.views_default.inc
+MODULE_DIRS= modules views/plugins/ views tests
DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt
Modified: head/www/drupal6-page_title/distinfo
==============================================================================
--- head/www/drupal6-page_title/distinfo Sat Mar 2 14:39:16 2013 (r313237)
+++ head/www/drupal6-page_title/distinfo Sat Mar 2 14:40:02 2013 (r313238)
@@ -1,2 +1,2 @@
-SHA256 (drupal/page_title-6.x-2.3.tar.gz) = b4538a66aa78a6b0070c1365f26db91f103122ce53de2f8c57db30f599895d9a
-SIZE (drupal/page_title-6.x-2.3.tar.gz) = 22968
+SHA256 (drupal/page_title-6.x-2.7.tar.gz) = b56ae23bf8e22c551f351e52b1cc285ad8c113e9255e79ac641ea1ae8db243a8
+SIZE (drupal/page_title-6.x-2.7.tar.gz) = 28475
More information about the svn-ports-all
mailing list