aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-GoogleMaps
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-01-07 22:16:23 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-01-07 22:16:23 +0000
commitd696906294cf72e9ab95a2946cf79903fbd5eb07 (patch)
treebdb26057c7c6e23363540f232a9f290694047d6c /www/p5-HTML-GoogleMaps
parentff173f45b548a39f60858d78417276b8fac3cb6f (diff)
downloadports-d696906294cf72e9ab95a2946cf79903fbd5eb07.tar.gz
ports-d696906294cf72e9ab95a2946cf79903fbd5eb07.zip
Notes
Diffstat (limited to 'www/p5-HTML-GoogleMaps')
-rw-r--r--www/p5-HTML-GoogleMaps/Makefile2
-rw-r--r--www/p5-HTML-GoogleMaps/distinfo6
-rw-r--r--www/p5-HTML-GoogleMaps/files/patch-lib__HTML__GoogleMaps.pm18
3 files changed, 4 insertions, 22 deletions
diff --git a/www/p5-HTML-GoogleMaps/Makefile b/www/p5-HTML-GoogleMaps/Makefile
index aa15b70ea924..bc1693b703e0 100644
--- a/www/p5-HTML-GoogleMaps/Makefile
+++ b/www/p5-HTML-GoogleMaps/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= HTML-GoogleMaps
-PORTVERSION= 8
+PORTVERSION= 9
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/www/p5-HTML-GoogleMaps/distinfo b/www/p5-HTML-GoogleMaps/distinfo
index 2ec7e15587fa..e5a8611f76b8 100644
--- a/www/p5-HTML-GoogleMaps/distinfo
+++ b/www/p5-HTML-GoogleMaps/distinfo
@@ -1,3 +1,3 @@
-MD5 (HTML-GoogleMaps-8.tar.gz) = 921fdf2c8c3f1f6621eaa8fa8cf92394
-SHA256 (HTML-GoogleMaps-8.tar.gz) = 4559cd6e4841c28ef4f280a778233fda8274688b87ec4a59c539a36ce294cbd7
-SIZE (HTML-GoogleMaps-8.tar.gz) = 7595
+MD5 (HTML-GoogleMaps-9.tar.gz) = fc81a618bee1c5e17760daf32f04f91e
+SHA256 (HTML-GoogleMaps-9.tar.gz) = bd8976d7a3efd088222e27856c9898e40cb7901d27832faa49ce4bf144041533
+SIZE (HTML-GoogleMaps-9.tar.gz) = 7673
diff --git a/www/p5-HTML-GoogleMaps/files/patch-lib__HTML__GoogleMaps.pm b/www/p5-HTML-GoogleMaps/files/patch-lib__HTML__GoogleMaps.pm
index 468d15311917..ebc11cb03f10 100644
--- a/www/p5-HTML-GoogleMaps/files/patch-lib__HTML__GoogleMaps.pm
+++ b/www/p5-HTML-GoogleMaps/files/patch-lib__HTML__GoogleMaps.pm
@@ -9,15 +9,6 @@
=back
=back
-@@ -83,7 +85,7 @@
- =item $map->add_icon(name => $icon_name,
- image => $image_url,
- shadow => $shadow_url,
-- image_size => [ $width, $height ],
-+ icon_size => [ $width, $height ],
- shadow_size => [ $width, $height ],
- icon_anchor => [ $x, $y ],
- info_window_anchor => [ $x, $y ]);
@@ -155,7 +157,7 @@
%opts,
points => [],
@@ -27,12 +18,3 @@
}, $class;
}
-@@ -347,7 +349,7 @@
- );
-
- my $text = <<SCRIPT;
-- <script type=\"text/javascript\" />
-+ <script type=\"text/javascript\">
- //<![CDATA[
-
- if (GBrowserIsCompatible()) {