diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-17 03:40:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-17 03:40:42 +0800 |
commit | 4dcfdcdfa8d3c5c0cc914dbd48b1a654ca2b8870 (patch) | |
tree | 8a83259d02178312528a4b394a3676eaf5df1980 | |
parent | 1907970478237dec51bdaf248565ffb48b3d2854 (diff) | |
download | freebsd-ports-gnome-4dcfdcdfa8d3c5c0cc914dbd48b1a654ca2b8870.tar.gz freebsd-ports-gnome-4dcfdcdfa8d3c5c0cc914dbd48b1a654ca2b8870.tar.zst freebsd-ports-gnome-4dcfdcdfa8d3c5c0cc914dbd48b1a654ca2b8870.zip |
- Update to 6.x-1.0
- Connect to build
PR: 135233
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-nodewords/Makefile | 23 | ||||
-rw-r--r-- | www/drupal6-nodewords/distinfo | 6 |
3 files changed, 16 insertions, 14 deletions
diff --git a/www/Makefile b/www/Makefile index a4eb4098f78b..f782f90e1bd8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -166,6 +166,7 @@ SUBDIR += drupal6-geshifilter SUBDIR += drupal6-mimedetect SUBDIR += drupal6-nice_menus + SUBDIR += drupal6-nodewords SUBDIR += drupal6-print SUBDIR += drupal6-tagadelic SUBDIR += drupal6-token diff --git a/www/drupal6-nodewords/Makefile b/www/drupal6-nodewords/Makefile index d48dcb966031..12d5a827fe9f 100644 --- a/www/drupal6-nodewords/Makefile +++ b/www/drupal6-nodewords/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: drupal5-nodewords +# New ports collection makefile for: drupal6-nodewords # Date created: 08 Nov 2008 # Whom: Nick Hilliard <nick@netability.ie> # @@ -6,21 +6,22 @@ # PORTNAME= nodewords -DISTVERSION= 5.x-1.12 +DISTVERSION= 6.x-1.0 CATEGORIES= www MAINTAINER= nick@foobar.org COMMENT= A drupal module which allows the end-user to set meta tags for nodes -DRUPAL5_MODULE= yes -MODULE_DIRS= metatags -MODULE_FILES= metatags/DC.Title.inc metatags/Revisit-After.inc \ - metatags/abstract.inc metatags/copyright.inc \ - metatags/description.inc metatags/geourl.inc \ - metatags/keywords.inc metatags/robots.inc nodewords.info \ - nodewords.install nodewords.module - -DOC_FILES= LICENSE.txt README.txt +DRUPAL6_MODULE= yes +MODULE_DIRS= metatags translations +MODULE_FILES= metatags/Revisit-After.inc metatags/abstract.inc \ + metatags/copyright.inc metatags/description.inc \ + metatags/geourl.inc metatags/keywords.inc \ + metatags/robots.inc nodewords.admin.inc nodewords.info \ + nodewords.install nodewords.module translations/de.po \ + translations/fr.po translations/ja.po translations/ru.po \ + translations/nodewords.pot +DOC_FILES= node.tpl.php-example README.txt LICENSE.txt .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" diff --git a/www/drupal6-nodewords/distinfo b/www/drupal6-nodewords/distinfo index 716214c1f0e2..625352e36e1f 100644 --- a/www/drupal6-nodewords/distinfo +++ b/www/drupal6-nodewords/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/nodewords-5.x-1.12.tar.gz) = 9f3146f95dc1a55330c91f02473e8578 -SHA256 (drupal/nodewords-5.x-1.12.tar.gz) = 6e90555fafa1b48004c05ad24c4fe32c5ffe066590ba67bcd8db0928b2da8b85 -SIZE (drupal/nodewords-5.x-1.12.tar.gz) = 30599 +MD5 (drupal/nodewords-6.x-1.0.tar.gz) = fcc281404c1e823906250cae7bcccf1e +SHA256 (drupal/nodewords-6.x-1.0.tar.gz) = 16e103b973438342288a575f805c627ae96eb57e5351d114b47c8a7d718242a1 +SIZE (drupal/nodewords-6.x-1.0.tar.gz) = 31411 |