aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2009-01-08 06:16:23 +0800
committerleeym <leeym@FreeBSD.org>2009-01-08 06:16:23 +0800
commit0bbbff12b5c751240474a200a7af3cdccbcd7e9d (patch)
tree3e6d85dcfaed9839353e672cc960a33603a30cd4
parent5e356a5416313ccd367c7b70fc98ea3e7a78ba65 (diff)
downloadfreebsd-ports-gnome-0bbbff12b5c751240474a200a7af3cdccbcd7e9d.tar.gz
freebsd-ports-gnome-0bbbff12b5c751240474a200a7af3cdccbcd7e9d.tar.zst
freebsd-ports-gnome-0bbbff12b5c751240474a200a7af3cdccbcd7e9d.zip
- update to 9
-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()) {