Index: head/net/p5-Net-Google-Calendar/Makefile =================================================================== --- head/net/p5-Net-Google-Calendar/Makefile (revision 217979) +++ head/net/p5-Net-Google-Calendar/Makefile (revision 217980) @@ -1,28 +1,31 @@ # New ports collection makefile for: p5-Net-Google-Calendar # Date created: 2006-05-15 # Whom: Yi-Hsuan Hsin # # $FreeBSD$ # PORTNAME= Net-Google-Calendar -DISTVERSION= 0.5 +PORTVERSION= 0.94 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mhsin@mhsin.org COMMENT= Programmatic access to Google's Calendar API BUILD_DEPENDS= p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= 5.8.5+ # inherited from textproc/p5-XML-Atom -MAN3= Net::Google::Calendar.3 Net::Google::Calendar::Entry.3 \ - Net::Google::Calendar::Person.3 +MAN3= Net::Google::Calendar.3 Net::Google::Calendar::Base.3 \ + Net::Google::Calendar::Calendar.3 Net::Google::Calendar::Comments.3 \ + Net::Google::Calendar::Entry.3 Net::Google::Calendar::FeedLink.3 \ + Net::Google::Calendar::Person.3 Net::Google::Calendar::WebContent.3 .include Property changes on: head/net/p5-Net-Google-Calendar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/p5-Net-Google-Calendar/distinfo =================================================================== --- head/net/p5-Net-Google-Calendar/distinfo (revision 217979) +++ head/net/p5-Net-Google-Calendar/distinfo (revision 217980) @@ -1,3 +1,3 @@ -MD5 (Net-Google-Calendar-0.5.tar.gz) = bc5b68f4ad809c8761cfb4d35223586a -SHA256 (Net-Google-Calendar-0.5.tar.gz) = a4c0c12744395ce9ae818615f9c6d429d9b013789446d8be948af2ec82623542 -SIZE (Net-Google-Calendar-0.5.tar.gz) = 8719 +MD5 (Net-Google-Calendar-0.94.tar.gz) = 61bceb8f57f6a879bf3d6481d64d2867 +SHA256 (Net-Google-Calendar-0.94.tar.gz) = ef8a8a56acc58f10b4cc12fc198f5184fb2240a22886d2c4f35255c3a6fb57a4 +SIZE (Net-Google-Calendar-0.94.tar.gz) = 19934 Property changes on: head/net/p5-Net-Google-Calendar/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/p5-Net-Google-Calendar/pkg-plist =================================================================== --- head/net/p5-Net-Google-Calendar/pkg-plist (revision 217979) +++ head/net/p5-Net-Google-Calendar/pkg-plist (revision 217980) @@ -1,6 +1,11 @@ %%SITE_PERL%%/Net/Google/Calendar.pm +%%SITE_PERL%%/Net/Google/Calendar/Base.pm +%%SITE_PERL%%/Net/Google/Calendar/Calendar.pm +%%SITE_PERL%%/Net/Google/Calendar/Comments.pm %%SITE_PERL%%/Net/Google/Calendar/Entry.pm +%%SITE_PERL%%/Net/Google/Calendar/FeedLink.pm %%SITE_PERL%%/Net/Google/Calendar/Person.pm +%%SITE_PERL%%/Net/Google/Calendar/WebContent.pm @dirrm %%SITE_PERL%%/Net/Google/Calendar -@dirrm %%SITE_PERL%%/Net/Google +@dirrmtry %%SITE_PERL%%/Net/Google @dirrmtry %%SITE_PERL%%/Net Property changes on: head/net/p5-Net-Google-Calendar/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property