diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-18 23:18:22 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-18 23:18:22 +0000 |
commit | c8d61fa8cf4e2a482d72081b44caf1c190bee041 (patch) | |
tree | b9ad25bbc80540e62e7e8373bac631701b3ef186 /net | |
parent | f574db7d2a1a6139d4c07c18e2f11097a2aaea3b (diff) | |
download | ports-c8d61fa8cf4e2a482d72081b44caf1c190bee041.tar.gz ports-c8d61fa8cf4e2a482d72081b44caf1c190bee041.zip |
- Update to 0.16
Notes
Notes:
svn path=/head/; revision=236248
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-OAuth/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-OAuth/pkg-plist | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index 687701285d1d..5a38f5448f8f 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Net-OAuth -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,6 +27,7 @@ PERL_MODBUILD= yes MAN3= Net::OAuth.3 \ Net::OAuth::AccessTokenRequest.3 \ Net::OAuth::AccessTokenResponse.3 \ + Net::OAuth::ConsumerRequest.3 \ Net::OAuth::Message.3 \ Net::OAuth::ProtectedResourceRequest.3 \ Net::OAuth::Request.3 \ @@ -38,6 +39,9 @@ MAN3= Net::OAuth.3 \ Net::OAuth::SignatureMethod::RSA_SHA1.3 \ Net::OAuth::UserAuthRequest.3 \ Net::OAuth::UserAuthResponse.3 \ - Net::OAuth::ConsumerRequest.3 + Net::OAuth::V1_0A::AccessTokenRequest.3 \ + Net::OAuth::V1_0A::RequestTokenRequest.3 \ + Net::OAuth::V1_0A::RequestTokenResponse.3 \ + Net::OAuth::V1_0A::UserAuthResponse.3 .include <bsd.port.mk> diff --git a/net/p5-Net-OAuth/distinfo b/net/p5-Net-OAuth/distinfo index fb1e272aaaa1..54f3b5398647 100644 --- a/net/p5-Net-OAuth/distinfo +++ b/net/p5-Net-OAuth/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-OAuth-0.15.tar.gz) = 52c082274cf108367b04158a7ed3b15b -SHA256 (Net-OAuth-0.15.tar.gz) = 829b526cc48a00a35abb493482c5acc7d1f535bce7fdc545c2fed3f77125f484 -SIZE (Net-OAuth-0.15.tar.gz) = 90712 +MD5 (Net-OAuth-0.16.tar.gz) = 9e6daf734763b8a9c51e196624e1a06c +SHA256 (Net-OAuth-0.16.tar.gz) = 566eef24583b8dc53a2f67863c4913db6fc39c23988fee02d995c0155a5784c2 +SIZE (Net-OAuth-0.16.tar.gz) = 29820 diff --git a/net/p5-Net-OAuth/pkg-plist b/net/p5-Net-OAuth/pkg-plist index 29807e072612..1c674cca7d7f 100644 --- a/net/p5-Net-OAuth/pkg-plist +++ b/net/p5-Net-OAuth/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ %%SITE_PERL%%/Net/OAuth.pm %%SITE_PERL%%/Net/OAuth/AccessTokenRequest.pm %%SITE_PERL%%/Net/OAuth/AccessTokenResponse.pm @@ -14,6 +13,11 @@ %%SITE_PERL%%/Net/OAuth/SignatureMethod/RSA_SHA1.pm %%SITE_PERL%%/Net/OAuth/UserAuthRequest.pm %%SITE_PERL%%/Net/OAuth/UserAuthResponse.pm +%%SITE_PERL%%/Net/OAuth/V1_0A/RequestTokenRequest.pm +%%SITE_PERL%%/Net/OAuth/V1_0A/RequestTokenResponse.pm +%%SITE_PERL%%/Net/OAuth/V1_0A/UserAuthResponse.pm +%%SITE_PERL%%/Net/OAuth/V1_0A/AccessTokenRequest.pm +@dirrm %%SITE_PERL%%/Net/OAuth/V1_0A @dirrm %%SITE_PERL%%/Net/OAuth/SignatureMethod @dirrm %%SITE_PERL%%/Net/OAuth @dirrmtry %%SITE_PERL%%/Net |