From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 9 23:20:07 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A012A106566B for ; Thu, 9 Apr 2009 23:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDF88FC18; Thu, 9 Apr 2009 23:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n39NK7Cj032084; Thu, 9 Apr 2009 23:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n39NK7SA032072; Thu, 9 Apr 2009 23:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 9 Apr 2009 23:20:07 GMT Resent-Message-Id: <200904092320.n39NK7SA032072@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: Tom Uffner Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eygene Ryabinkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BB081065793 for ; Thu, 9 Apr 2009 23:12:28 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1ABBB8FC08 for ; Thu, 9 Apr 2009 23:12:27 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from amnesiac.at.no.dns ([91.78.249.107]) by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256) id 1Ls3Q3-0007Bo-5m for FreeBSD-gnats-submit@freebsd.org; Fri, 10 Apr 2009 03:12:27 +0400 Message-Id: <20090409231226.72C2D1710D@amnesiac.at.no.dns> Date: Fri, 10 Apr 2009 03:12:26 +0400 (MSD) From: Eygene Ryabinkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-GNATS-Notify: Tom Uffner Cc: Subject: ports/133551: [patch] www/drupal6-advanced_help: update to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene Ryabinkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 23:20:07 -0000 >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 Date: Fri, 10 Apr 2009 03:04:20 +0400 Signed-off-by: Eygene Ryabinkin --- 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 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: