Date: Wed, 11 Mar 2009 15:51:51 +0300 (MSK) From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132538: [patch] www/drupal6-advanced_help: update to 1.1 Message-ID: <20090311125151.C2C11B806B@phoenix.codelabs.ru> Resent-Message-ID: <200903111300.n2BD046p012041@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132538 >Category: ports >Synopsis: [patch] www/drupal6-advanced_help: update to 1.1 >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 13:00: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 advanced help is now at 1.1, so we should update FreeBSD port. >How-To-Repeat: http://drupal.org/node/322831 >Fix: The following patch updates the port. I had validated it on my Drupal installation -- works fine. --- update-1.0-to-1.1.diff begins here --- >From aa20fef251022ba794b5055aa6640333cf2d3651 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Date: Wed, 11 Mar 2009 15:42:56 +0300 Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> --- www/drupal6-advanced_help/Makefile | 12 +++++++++--- www/drupal6-advanced_help/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/www/drupal6-advanced_help/Makefile b/www/drupal6-advanced_help/Makefile index 7880513..db47f29 100644 --- a/www/drupal6-advanced_help/Makefile +++ b/www/drupal6-advanced_help/Makefile @@ -6,7 +6,7 @@ # PORTNAME= advanced_help -DISTVERSION= 6.x-1.0 +DISTVERSION= 6.x-1.1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ @@ -14,7 +14,9 @@ MAINTAINER= rea-fbsd@codelabs.ru COMMENT= Allows to store module help pages outside the module system DRUPAL6_MODULE= yes -MODULE_DIRS= help help_example/help help_example +MODULE_DIRS= help \ + help_example/help help_example/translations help_example \ + translations MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ help/translation.html help/using-advanced-help.html \ advanced-help-popup.tpl.php advanced_help.info \ @@ -30,7 +32,11 @@ MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ help_example/help/syntax.html \ help_example/help/usage.html \ help_example/help_example.info \ - help_example/help_example.module + help_example/help_example.module \ + help_example/translations/help_example.de.po \ + help_example/translations/help_example.pot \ + translations/advanced_help.de.po \ + translations/advanced_help.pot DOC_FILES= LICENSE.txt .include <bsd.port.pre.mk> diff --git a/www/drupal6-advanced_help/distinfo b/www/drupal6-advanced_help/distinfo index 423b294..fa5fb41 100644 --- a/www/drupal6-advanced_help/distinfo +++ b/www/drupal6-advanced_help/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/advanced_help-6.x-1.0.tar.gz) = c74ebb73a1de841f975a544ef9111ff4 -SHA256 (drupal/advanced_help-6.x-1.0.tar.gz) = 85bae0528b5b7d1555ac428c9b7f17457fd456bb8021362ba8cc5021d64c096a -SIZE (drupal/advanced_help-6.x-1.0.tar.gz) = 65246 +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 -- 1.6.1.3 --- update-1.0-to-1.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090311125151.C2C11B806B>