diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-05 00:29:12 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-05 00:29:12 +0000 |
commit | f78ee4ceb18f1a7fa1bfa83996fd638ca9fada89 (patch) | |
tree | 8813cafd18d671c0763c35a8b426a579d54dfabd | |
parent | 91ddad7752211dfed31c665575200b0ea1889c3c (diff) |
- Update to 5.x-1.6
PR: ports/124932
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=216331
-rw-r--r-- | www/drupal5-xmlsitemap/Makefile | 32 | ||||
-rw-r--r-- | www/drupal5-xmlsitemap/distinfo | 6 |
2 files changed, 28 insertions, 10 deletions
diff --git a/www/drupal5-xmlsitemap/Makefile b/www/drupal5-xmlsitemap/Makefile index 1b95e780950b..7ed2e64c543a 100644 --- a/www/drupal5-xmlsitemap/Makefile +++ b/www/drupal5-xmlsitemap/Makefile @@ -5,18 +5,36 @@ # $FreeBSD$ # -PORTNAME= gsitemap -DISTVERSION= 5.x-1.2 -PORTREVISION= 1 +PORTNAME= xmlsitemap +DISTVERSION= 5.x-1.6 CATEGORIES= www -MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/ +MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= nick@foobar.org -COMMENT= Produces Google/sitemaps.org compliant XML WWW site maps +COMMENT= Produces sitemaps.org compliant XML WWW site maps DRUPAL5_MODULE= yes -MODULE_FILES= gsitemap.info gsitemap.install gsitemap.module gss.xsl -DOC_FILES= INSTALL.txt LICENSE.txt README.txt + +MODULE_DIRS= xmlsitemap_user xmlsitemap_term xmlsitemap_engines \ + xmlsitemap_node gss docs + +MODULE_FILES= xmlsitemap.info xmlsitemap.module \ + xmlsitemap_user/xmlsitemap_user.install \ + xmlsitemap_user/xmlsitemap_user.info \ + xmlsitemap_user/xmlsitemap_user.module \ + xmlsitemap_term/xmlsitemap_term.module \ + xmlsitemap_term/xmlsitemap_term.install \ + xmlsitemap_term/xmlsitemap_term.info \ + xmlsitemap_engines/xmlsitemap_engines.install \ + xmlsitemap_engines/xmlsitemap_engines.module \ + xmlsitemap_engines/xmlsitemap_engines.info \ + xmlsitemap_node/xmlsitemap_node.install \ + xmlsitemap_node/xmlsitemap_node.module \ + xmlsitemap_node/xmlsitemap_node.info xmlsitemap.install \ + gss/sortdown.gif gss/gss.css gss/gss.js gss/gss.xsl \ + gss/sortup.gif docs/xmlsitemap.php + +DOC_FILES= CHANGELOG.txt INSTALL.txt LICENSE.txt README.txt .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" diff --git a/www/drupal5-xmlsitemap/distinfo b/www/drupal5-xmlsitemap/distinfo index 9c1240081d0c..34c0b0ee161e 100644 --- a/www/drupal5-xmlsitemap/distinfo +++ b/www/drupal5-xmlsitemap/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/gsitemap-5.x-1.2.tar.gz) = e4f4c08f889f57b7a7c6887b2200825c -SHA256 (drupal/gsitemap-5.x-1.2.tar.gz) = 620f9c32fc522c568feb45559c4b580c8b3d09e54792ee9a13e4223ffb70e421 -SIZE (drupal/gsitemap-5.x-1.2.tar.gz) = 19514 +MD5 (drupal/xmlsitemap-5.x-1.6.tar.gz) = 3ab6ecdce18b808565ebf17a18a6c931 +SHA256 (drupal/xmlsitemap-5.x-1.6.tar.gz) = 86adc7ee2c8edd37caf19759c3569b2da1fd21c4fc5498af1b1d306102fed09d +SIZE (drupal/xmlsitemap-5.x-1.6.tar.gz) = 47808 |