Date: Sun, 26 Aug 2012 18:18:20 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303197 - head/www/p5-RT-Client-REST Message-ID: <201208261818.q7QIIKbM063064@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 26 18:18:20 2012 New Revision: 303197 URL: http://svn.freebsd.org/changeset/ports/303197 Log: - Update to 0.43 PR: ports/171074 Approved by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer) Modified: head/www/p5-RT-Client-REST/Makefile (contents, props changed) head/www/p5-RT-Client-REST/distinfo (contents, props changed) head/www/p5-RT-Client-REST/pkg-plist (contents, props changed) Modified: head/www/p5-RT-Client-REST/Makefile ============================================================================== --- head/www/p5-RT-Client-REST/Makefile Sun Aug 26 18:16:55 2012 (r303196) +++ head/www/p5-RT-Client-REST/Makefile Sun Aug 26 18:18:20 2012 (r303197) @@ -6,7 +6,7 @@ # PORTNAME= RT-Client-REST -PORTVERSION= 0.41 +PORTVERSION= 0.43 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -27,6 +27,7 @@ PERL_CONFIGURE= yes MAN3= RT::Client::REST.3 \ RT::Client::REST::Attachment.3 \ RT::Client::REST::Exception.3 \ + RT::Client::REST::Group.3 \ RT::Client::REST::Object.3 \ RT::Client::REST::Queue.3 \ RT::Client::REST::SearchResult.3 \ Modified: head/www/p5-RT-Client-REST/distinfo ============================================================================== --- head/www/p5-RT-Client-REST/distinfo Sun Aug 26 18:16:55 2012 (r303196) +++ head/www/p5-RT-Client-REST/distinfo Sun Aug 26 18:18:20 2012 (r303197) @@ -1,2 +1,2 @@ -SHA256 (RT-Client-REST-0.41.tar.gz) = baf45d5576126e82b95427759c6514000d2b0a08ed51fbed7d1abdc8b3f48d86 -SIZE (RT-Client-REST-0.41.tar.gz) = 54374 +SHA256 (RT-Client-REST-0.43.tar.gz) = 6660c60f29baec246a8a717834092b035fdf3541c065e787d9027e9ad436fb53 +SIZE (RT-Client-REST-0.43.tar.gz) = 56679 Modified: head/www/p5-RT-Client-REST/pkg-plist ============================================================================== --- head/www/p5-RT-Client-REST/pkg-plist Sun Aug 26 18:16:55 2012 (r303196) +++ head/www/p5-RT-Client-REST/pkg-plist Sun Aug 26 18:18:20 2012 (r303197) @@ -2,6 +2,7 @@ %%SITE_PERL%%/RT/Client/REST/Attachment.pm %%SITE_PERL%%/RT/Client/REST/Exception.pm %%SITE_PERL%%/RT/Client/REST/Forms.pm +%%SITE_PERL%%/RT/Client/REST/Group.pm %%SITE_PERL%%/RT/Client/REST/HTTPClient.pm %%SITE_PERL%%/RT/Client/REST/Object.pm %%SITE_PERL%%/RT/Client/REST/Object/Exception.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208261818.q7QIIKbM063064>