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

(-)drupal6-pathauto/Makefile (-6 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pathauto
8
PORTNAME=	pathauto
9
DISTVERSION=	6.x-1.3
9
DISTVERSION=	6.x-1.4
10
CATEGORIES=	www
10
CATEGORIES=	www
11
11
12
MAINTAINER=	nick@foobar.org
12
MAINTAINER=	nick@foobar.org
Lines 15-31 Link Here
15
RUN_DEPENDS=	drupal6-token>=0:${PORTSDIR}/www/drupal6-token
15
RUN_DEPENDS=	drupal6-token>=0:${PORTSDIR}/www/drupal6-token
16
16
17
DRUPAL6_MODULE=	yes
17
DRUPAL6_MODULE=	yes
18
MODULE_FILES=	tests/pathauto.test pathauto.admin.inc pathauto.inc \
18
MODULE_FILES=	pathauto.admin.inc pathauto.inc pathauto.info \
19
		pathauto.info pathauto.install pathauto.js pathauto.module \
19
		pathauto.install pathauto.js pathauto.module \
20
		pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \
20
		pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \
21
		pathauto.api.php pathauto.test \
21
		translations/pathauto.pot translations/ar.po translations/cs.po \
22
		translations/pathauto.pot translations/ar.po translations/cs.po \
22
		translations/da.po translations/de.po translations/el.po \
23
		translations/da.po translations/de.po translations/el.po \
23
		translations/es.po translations/fr.po translations/ja.po \
24
		translations/es.po translations/fr.po translations/ja.po \
24
		translations/nl.po translations/ru.po translations/tr.po
25
		translations/nl.po translations/ru.po translations/tr.po
25
MODULE_DIRS=	tests translations
26
MODULE_DIRS=	translations
26
27
27
DOC_FILES=	INSTALL.txt API.txt CHANGELOG.txt README.txt \
28
DOC_FILES=	INSTALL.txt API.txt README.txt i18n-ascii.example.txt \
28
		i18n-ascii.example.txt LICENSE.txt
29
		LICENSE.txt
30
31
LICENSE=	GPLv2
32
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
29
33
30
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
31
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
35
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
(-)drupal6-pathauto/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (drupal/pathauto-6.x-1.3.tar.gz) = 9d612b248ba1de5887ee52b69cbd1ad3
1
MD5 (drupal/pathauto-6.x-1.4.tar.gz) = 0ea75c9934ca0ccc59ab978dd3087817
2
SHA256 (drupal/pathauto-6.x-1.3.tar.gz) = e0adbc6629649b171b6f2c79a7d27b7f6317eed8db4773a3999d86dbcdb50732
2
SHA256 (drupal/pathauto-6.x-1.4.tar.gz) = 9ede9aba0a5238b36c22a4e25e07eb3c4a99e44b94421961fadc85ba3bd080c9
3
SIZE (drupal/pathauto-6.x-1.3.tar.gz) = 138251
3
SIZE (drupal/pathauto-6.x-1.4.tar.gz) = 141086

Return to bug 149624