diff options
author | miwi <miwi@FreeBSD.org> | 2010-08-15 16:53:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-08-15 16:53:02 +0800 |
commit | 0a3ed3022a03dae3fef45712f35c6580817abaa2 (patch) | |
tree | 08cf02348dc2924117859ac67be29ca33001b0bf /www/drupal6-pathauto | |
parent | 1459458790902e5f8b29a37b6c6f71542cfa4378 (diff) | |
download | freebsd-ports-gnome-0a3ed3022a03dae3fef45712f35c6580817abaa2.tar.gz freebsd-ports-gnome-0a3ed3022a03dae3fef45712f35c6580817abaa2.tar.zst freebsd-ports-gnome-0a3ed3022a03dae3fef45712f35c6580817abaa2.zip |
- Update to 1.3
PR: 149624
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'www/drupal6-pathauto')
-rw-r--r-- | www/drupal6-pathauto/Makefile | 16 | ||||
-rw-r--r-- | www/drupal6-pathauto/distinfo | 6 |
2 files changed, 13 insertions, 9 deletions
diff --git a/www/drupal6-pathauto/Makefile b/www/drupal6-pathauto/Makefile index a2cf5922bdcc..394a0a22850b 100644 --- a/www/drupal6-pathauto/Makefile +++ b/www/drupal6-pathauto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pathauto -DISTVERSION= 6.x-1.3 +DISTVERSION= 6.x-1.4 CATEGORIES= www MAINTAINER= nick@foobar.org @@ -15,17 +15,21 @@ COMMENT= Automatically generates URLs for Drupal content RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token DRUPAL6_MODULE= yes -MODULE_FILES= tests/pathauto.test pathauto.admin.inc pathauto.inc \ - pathauto.info pathauto.install pathauto.js pathauto.module \ +MODULE_FILES= pathauto.admin.inc pathauto.inc pathauto.info \ + pathauto.install pathauto.js pathauto.module \ pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \ + pathauto.api.php pathauto.test \ translations/pathauto.pot translations/ar.po translations/cs.po \ translations/da.po translations/de.po translations/el.po \ translations/es.po translations/fr.po translations/ja.po \ translations/nl.po translations/ru.po translations/tr.po -MODULE_DIRS= tests translations +MODULE_DIRS= translations -DOC_FILES= INSTALL.txt API.txt CHANGELOG.txt README.txt \ - i18n-ascii.example.txt LICENSE.txt +DOC_FILES= INSTALL.txt API.txt README.txt i18n-ascii.example.txt \ + LICENSE.txt + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" diff --git a/www/drupal6-pathauto/distinfo b/www/drupal6-pathauto/distinfo index fdea39253861..d35923f85f6f 100644 --- a/www/drupal6-pathauto/distinfo +++ b/www/drupal6-pathauto/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/pathauto-6.x-1.3.tar.gz) = 9d612b248ba1de5887ee52b69cbd1ad3 -SHA256 (drupal/pathauto-6.x-1.3.tar.gz) = e0adbc6629649b171b6f2c79a7d27b7f6317eed8db4773a3999d86dbcdb50732 -SIZE (drupal/pathauto-6.x-1.3.tar.gz) = 138251 +MD5 (drupal/pathauto-6.x-1.4.tar.gz) = 0ea75c9934ca0ccc59ab978dd3087817 +SHA256 (drupal/pathauto-6.x-1.4.tar.gz) = 9ede9aba0a5238b36c22a4e25e07eb3c4a99e44b94421961fadc85ba3bd080c9 +SIZE (drupal/pathauto-6.x-1.4.tar.gz) = 141086 |