diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 03:38:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 03:38:37 +0800 |
commit | 1907970478237dec51bdaf248565ffb48b3d2854 (patch) | |
tree | 3a59eaab14ef9b46004aa3ecd65d7e054f1ae141 | |
parent | 3fde768647738991a6aae439850d9127a46202a2 (diff) | |
download | freebsd-ports-gnome-1907970478237dec51bdaf248565ffb48b3d2854.tar.gz freebsd-ports-gnome-1907970478237dec51bdaf248565ffb48b3d2854.tar.zst freebsd-ports-gnome-1907970478237dec51bdaf248565ffb48b3d2854.zip |
- Update to 6.x-1.12
- Connect to build
PR: 135234
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-token/Makefile | 26 | ||||
-rw-r--r-- | www/drupal6-token/distinfo | 6 |
3 files changed, 20 insertions, 13 deletions
diff --git a/www/Makefile b/www/Makefile index e0c54ef86cb5..a4eb4098f78b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -168,6 +168,7 @@ SUBDIR += drupal6-nice_menus SUBDIR += drupal6-print SUBDIR += drupal6-tagadelic + SUBDIR += drupal6-token SUBDIR += drupal6-views SUBDIR += dtse SUBDIR += dummyflash diff --git a/www/drupal6-token/Makefile b/www/drupal6-token/Makefile index a79ae6c24ecb..87e601f20cf6 100644 --- a/www/drupal6-token/Makefile +++ b/www/drupal6-token/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: drupal5-token +# New ports collection makefile for: drupal6-token # Date created: 11 February 2008 # Whom: Jeremy Iverson <jeremy@algenta.com> # @@ -6,18 +6,24 @@ # PORTNAME= token -DISTVERSION= 5.x-1.10 +DISTVERSION= 6.x-1.12 CATEGORIES= www -MASTER_SITES= http://ftp.drupal.org/files/projects/ -MAINTAINER= jeremy@algenta.com -COMMENT= Token module for Drupal 5 +MAINTAINER= nick@foobar.org +COMMENT= Token module for Drupal -DRUPAL5_MODULE= yes -MODULE_FILES= token_cck.inc token_comment.inc token_node.inc \ - token_taxonomy.inc token_user.inc token.inc \ - token.info token.install token.module -DOC_FILES= API.txt CHANGELOG.txt LICENSE.txt README.txt +DRUPAL6_MODULE= yes +MODULE_FILES= translations/token.pot translations/da.po translations/de.po \ + translations/es.po translations/hu.po translations/ja.po \ + translations/pl.po translations/sk.po translations/uk-ua.po \ + translations/uk.po token.info token.install token.module \ + token.rules.inc token.test tokenSTARTER.info \ + tokenSTARTER.module token_actions.info token_actions.module \ + token_comment.inc token_node.inc token_taxonomy.inc \ + token_user.inc +MODULE_DIRS= translations + +DOC_FILES= API.txt LICENSE.txt README.txt .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/drupal5/bsd.drupal.mk" diff --git a/www/drupal6-token/distinfo b/www/drupal6-token/distinfo index 78ba8d9493d9..32b19d077b9c 100644 --- a/www/drupal6-token/distinfo +++ b/www/drupal6-token/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/token-5.x-1.10.tar.gz) = d166040796f25c0b001c138028745438 -SHA256 (drupal/token-5.x-1.10.tar.gz) = 6de6ce7bf6a8ee1ae8e33d89af58a44e953c2a20b80041eb664cafcad7434fdf -SIZE (drupal/token-5.x-1.10.tar.gz) = 17493 +MD5 (drupal/token-6.x-1.12.tar.gz) = 413e7d796066118f9ba78aaaa2974d80 +SHA256 (drupal/token-6.x-1.12.tar.gz) = 6ccc286160af9127a0f46b854ddd1aedef5c7cb6845452754d597f86039301ad +SIZE (drupal/token-6.x-1.12.tar.gz) = 47427 |