mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Update to 6.x-1.0
- Connect to build PR: 135233 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
This commit is contained in:
parent
709d0daacf
commit
5f131d0667
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236063
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user