mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.1
PR: 132538 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
This commit is contained in:
parent
46231ee6e9
commit
323af7e33f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229895
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user