1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Update to 6.x-1.12

- Connect to build

PR:		135234
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
This commit is contained in:
Martin Wilke 2009-06-16 19:38:37 +00:00
parent 12371c5a16
commit 709d0daacf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236062
3 changed files with 20 additions and 13 deletions

View File

@ -168,6 +168,7 @@
SUBDIR += drupal6-nice_menus
SUBDIR += drupal6-print
SUBDIR += drupal6-tagadelic
SUBDIR += drupal6-token
SUBDIR += drupal6-views
SUBDIR += dtse
SUBDIR += dummyflash

View File

@ -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"

View File

@ -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