diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-16 22:56:00 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-16 22:56:00 +0000 |
commit | dbdb52f1353035391b75f9aed18903253ae1e309 (patch) | |
tree | 7da9f5542196eb07311d9d0f2efd5c980ef1e2b0 /net/p5-Net-Google-Calendar | |
parent | 9f830715e5cb4349c7b7f18a3fcb3598d3d3bd2e (diff) | |
download | ports-dbdb52f1353035391b75f9aed18903253ae1e309.tar.gz ports-dbdb52f1353035391b75f9aed18903253ae1e309.zip |
Notes
Diffstat (limited to 'net/p5-Net-Google-Calendar')
-rw-r--r-- | net/p5-Net-Google-Calendar/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Google-Calendar/files/patch-Calendar.pm | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net-Google-Calendar/Makefile b/net/p5-Net-Google-Calendar/Makefile index 766473c66e2e..f2f53725938e 100644 --- a/net/p5-Net-Google-Calendar/Makefile +++ b/net/p5-Net-Google-Calendar/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Google-Calendar DISTVERSION= 0.1_devel +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff --git a/net/p5-Net-Google-Calendar/files/patch-Calendar.pm b/net/p5-Net-Google-Calendar/files/patch-Calendar.pm new file mode 100644 index 000000000000..49f186a38ce0 --- /dev/null +++ b/net/p5-Net-Google-Calendar/files/patch-Calendar.pm @@ -0,0 +1,11 @@ +--- lib/Net/Google/Calendar.pm.orig Wed Apr 26 22:23:27 2006 ++++ lib/Net/Google/Calendar.pm Wed May 17 06:52:56 2006 +@@ -176,7 +176,7 @@ + $url .= "gsessionid=".$self->{_session_id}; + } + +- my %params = ( Content_Type => 'application/atom+xml', ++ my %params = ( Content_Type => 'application/atom+xml; charset=UTF-8', + Authorization => "GoogleLogin auth=".$self->{_auth}, + Content => $entry->as_xml ); + |