Date: Fri, 10 Apr 2009 03:12:26 +0400 (MSD) From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133551: [patch] www/drupal6-advanced_help: update to 1.2 Message-ID: <20090409231226.72C2D1710D@amnesiac.at.no.dns> Resent-Message-ID: <200904092320.n39NK7SA032072@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133551 >Category: ports >Synopsis: [patch] www/drupal6-advanced_help: update to 1.2 >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: Thu Apr 09 23:20:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 7.2-PRERELEASE amd64 >Organization: Code Labs >Environment: System: FreeBSD 7.2-PRERELEASE amd64 >Description: Advanced Help 1.2 for Drupal 6.x is out [1]. >How-To-Repeat: [1] http://drupal.org/node/424468 >Fix: The following patch updates the port to 1.2. --- update-1.1-to-1.2.diff begins here --- >From 757941f383446c651e492204a63389d06eea7747 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Date: Fri, 10 Apr 2009 03:04:20 +0400 Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> --- www/drupal6-advanced_help/Makefile | 14 +++++++++++--- www/drupal6-advanced_help/distinfo | 6 +++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/www/drupal6-advanced_help/Makefile b/www/drupal6-advanced_help/Makefile index db47f29..e89c2a3 100644 --- a/www/drupal6-advanced_help/Makefile +++ b/www/drupal6-advanced_help/Makefile @@ -6,7 +6,7 @@ # PORTNAME= advanced_help -DISTVERSION= 6.x-1.1 +DISTVERSION= 6.x-1.2 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ @@ -16,9 +16,10 @@ COMMENT= Allows to store module help pages outside the module system DRUPAL6_MODULE= yes MODULE_DIRS= help \ help_example/help help_example/translations help_example \ - translations + translations/help/de translations/help translations MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ help/translation.html help/using-advanced-help.html \ + help/why-advanced-help.html \ advanced-help-popup.tpl.php advanced_help.info \ advanced_help.install advanced_help.module \ help-icon.css help-popup.css help.css help.png \ @@ -35,8 +36,15 @@ MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ help_example/help_example.module \ help_example/translations/help_example.de.po \ help_example/translations/help_example.pot \ + translations/help/de/advanced_help.help.ini \ + translations/help/de/ini-file.html \ + translations/help/de/translation.html \ + translations/help/de/using-advanced-help.html \ + translations/help/de/why-advanced-help.html \ translations/advanced_help.de.po \ - translations/advanced_help.pot + translations/advanced_help.hu.po \ + translations/advanced_help.pot \ + translations/fr.po DOC_FILES= LICENSE.txt .include <bsd.port.pre.mk> diff --git a/www/drupal6-advanced_help/distinfo b/www/drupal6-advanced_help/distinfo index fa5fb41..630c87f 100644 --- a/www/drupal6-advanced_help/distinfo +++ b/www/drupal6-advanced_help/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/advanced_help-6.x-1.1.tar.gz) = 17061e6f638b1daafb3c4d75c0ec51b9 -SHA256 (drupal/advanced_help-6.x-1.1.tar.gz) = 5257233f08dc0285dba21548cd533fec63025a4ea5ad65f817b75a377ff66bda -SIZE (drupal/advanced_help-6.x-1.1.tar.gz) = 70758 +MD5 (drupal/advanced_help-6.x-1.2.tar.gz) = a41a31032c907409ab5c330260c66fe8 +SHA256 (drupal/advanced_help-6.x-1.2.tar.gz) = c246465913bf4c5bc9d84e34ba9e33017fc4dd44cb4af3867ee8bdaaaa368a62 +SIZE (drupal/advanced_help-6.x-1.2.tar.gz) = 79326 -- 1.6.1.3 --- update-1.1-to-1.2.diff ends here --- Tom Uffner, tom@uffner.com, should be credited as a person who pointed me to this new version. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090409231226.72C2D1710D>