diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-16 19:43:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-16 19:43:49 +0000 |
commit | 7a209ba0b1ec0540e6660ac6198ab83d8758fb87 (patch) | |
tree | 85c1950f0fc2e151fe7878bd819e7a06c5e3365d /www | |
parent | bd925c83bfebfffdde94a41c2c15f33f59186c61 (diff) | |
download | ports-7a209ba0b1ec0540e6660ac6198ab83d8758fb87.tar.gz ports-7a209ba0b1ec0540e6660ac6198ab83d8758fb87.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/drupal6-google_analytics/Makefile | 24 | ||||
-rw-r--r-- | www/drupal6-google_analytics/distinfo | 6 |
3 files changed, 18 insertions, 13 deletions
diff --git a/www/Makefile b/www/Makefile index f782f90e1bd8..325519b6fe7f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -164,6 +164,7 @@ SUBDIR += drupal6-advanced_help SUBDIR += drupal6-cck SUBDIR += drupal6-geshifilter + SUBDIR += drupal6-google_analytics SUBDIR += drupal6-mimedetect SUBDIR += drupal6-nice_menus SUBDIR += drupal6-nodewords diff --git a/www/drupal6-google_analytics/Makefile b/www/drupal6-google_analytics/Makefile index 77202aa9fb2d..4e3fb76fda76 100644 --- a/www/drupal6-google_analytics/Makefile +++ b/www/drupal6-google_analytics/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: drupal5-google_analytics +# New ports collection makefile for: drupal6-google_analytics # Date created: 31 Mar 2007 # Whom: Nick Hilliard <nick@foobar.org> # @@ -6,20 +6,24 @@ # PORTNAME= google_analytics -DISTVERSION= 5.x-1.7 +DISTVERSION= 6.x-2.2 CATEGORIES= www MAINTAINER= nick@foobar.org -COMMENT= Adds the Google Analytics web statistics tracking system to your website. +COMMENT= Adds the Google Analytics web stats tracking system to your website -DRUPAL5_MODULE= yes -MODULE_FILES= googleanalytics.info googleanalytics.install googleanalytics.js \ - googleanalytics.module po/ca.po po/de.po po/es.po po/fr.po \ - po/it.po po/googleanalytics.pot po/ja.po po/pl.po po/pt.po \ - po/ru.po po/sk.po -MODULE_DIRS= po +DRUPAL6_MODULE= yes -DOC_FILES= LICENSE.txt README.txt UPGRADE.txt +MODULE_FILES= tests/googleanalytics_basic.test googleanalytics.admin.inc \ + googleanalytics.info googleanalytics.install \ + googleanalytics.js googleanalytics.module translations/de.po \ + translations/el.po translations/fr.po translations/ja.po \ + translations/googleanalytics.pot translations/pl.po \ + translations/sk.po + +MODULE_DIRS= tests translations + +DOC_FILES= LICENSE.txt README.txt .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" diff --git a/www/drupal6-google_analytics/distinfo b/www/drupal6-google_analytics/distinfo index 0052bf05d8e5..ccaa1360fec1 100644 --- a/www/drupal6-google_analytics/distinfo +++ b/www/drupal6-google_analytics/distinfo @@ -1,3 +1,3 @@ -MD5 (drupal/google_analytics-5.x-1.7.tar.gz) = 9a46cc2378db2ffefff4acf877edeab5 -SHA256 (drupal/google_analytics-5.x-1.7.tar.gz) = 9a6b89f97d86b73affdfc1ef8c43af8c2e72fe1065dcc57e8d15f99d35d9bfa3 -SIZE (drupal/google_analytics-5.x-1.7.tar.gz) = 44541 +MD5 (drupal/google_analytics-6.x-2.2.tar.gz) = d6dc156f22d68af81b97927b2e940eb0 +SHA256 (drupal/google_analytics-6.x-2.2.tar.gz) = b36c20004ae1dc1562cf9f71eddbde9ccaf2869efc446d7f387faa601148b3d5 +SIZE (drupal/google_analytics-6.x-2.2.tar.gz) = 41366 |