diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-12 02:04:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-12 02:04:49 +0800 |
commit | dc068f4dd0c6bf1a151cbabffa13ef6b1b12d05f (patch) | |
tree | 0b5475a685382b65e463db640dd5ec08cb7d11db /www | |
parent | 18b0950e4182e838bd5d1ab60934f2f7ffb9bacb (diff) | |
download | freebsd-ports-gnome-dc068f4dd0c6bf1a151cbabffa13ef6b1b12d05f.tar.gz freebsd-ports-gnome-dc068f4dd0c6bf1a151cbabffa13ef6b1b12d05f.tar.zst freebsd-ports-gnome-dc068f4dd0c6bf1a151cbabffa13ef6b1b12d05f.zip |
- Update to 1.2
PR: 133551
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal6-advanced_help/Makefile | 14 | ||||
-rw-r--r-- | 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 d5c0a042c28d..77882a11c087 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 fa5fb415e5fc..630c87f2bb27 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 |