View | Details | Raw Unified | Return to bug 132538
Collapse All | Expand All

(-)b/www/drupal6-advanced_help/Makefile (-3 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	advanced_help
8
PORTNAME=	advanced_help
9
DISTVERSION=	6.x-1.0
9
DISTVERSION=	6.x-1.1
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://ftp.drupal.org/files/projects/
11
MASTER_SITES=	http://ftp.drupal.org/files/projects/
12
12
Lines 14-20 MAINTAINER= rea-fbsd@codelabs.ru Link Here
14
COMMENT=	Allows to store module help pages outside the module system
14
COMMENT=	Allows to store module help pages outside the module system
15
15
16
DRUPAL6_MODULE=	yes
16
DRUPAL6_MODULE=	yes
17
MODULE_DIRS=	help help_example/help help_example
17
MODULE_DIRS=	help \
18
		help_example/help help_example/translations help_example \
19
		translations
18
MODULE_FILES=	help/advanced_help.help.ini help/ini-file.html \
20
MODULE_FILES=	help/advanced_help.help.ini help/ini-file.html \
19
		help/translation.html help/using-advanced-help.html \
21
		help/translation.html help/using-advanced-help.html \
20
		advanced-help-popup.tpl.php advanced_help.info \
22
		advanced-help-popup.tpl.php advanced_help.info \
Lines 30-36 MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \ Link Here
30
		help_example/help/syntax.html \
32
		help_example/help/syntax.html \
31
		help_example/help/usage.html \
33
		help_example/help/usage.html \
32
		help_example/help_example.info \
34
		help_example/help_example.info \
33
		help_example/help_example.module
35
		help_example/help_example.module \
36
		help_example/translations/help_example.de.po \
37
		help_example/translations/help_example.pot \
38
		translations/advanced_help.de.po \
39
		translations/advanced_help.pot
34
DOC_FILES=	LICENSE.txt
40
DOC_FILES=	LICENSE.txt
35
41
36
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
(-)b/www/drupal6-advanced_help/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
MD5 (drupal/advanced_help-6.x-1.0.tar.gz) = c74ebb73a1de841f975a544ef9111ff4
1
MD5 (drupal/advanced_help-6.x-1.1.tar.gz) = 17061e6f638b1daafb3c4d75c0ec51b9
2
SHA256 (drupal/advanced_help-6.x-1.0.tar.gz) = 85bae0528b5b7d1555ac428c9b7f17457fd456bb8021362ba8cc5021d64c096a
2
SHA256 (drupal/advanced_help-6.x-1.1.tar.gz) = 5257233f08dc0285dba21548cd533fec63025a4ea5ad65f817b75a377ff66bda
3
SIZE (drupal/advanced_help-6.x-1.0.tar.gz) = 65246
3
SIZE (drupal/advanced_help-6.x-1.1.tar.gz) = 70758
4
- 

Return to bug 132538