diff options
author | sahil <sahil@FreeBSD.org> | 2010-06-21 05:09:33 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-06-21 05:09:33 +0800 |
commit | bd1c60a38494f65d98fc0618a67f0607f64e79c5 (patch) | |
tree | edfe419733712b01e0f8e8d90068d60ed4cbd5a7 /net | |
parent | 5dc6358d08db9ede624592e079a2dfbf644027d2 (diff) | |
download | freebsd-ports-gnome-bd1c60a38494f65d98fc0618a67f0607f64e79c5.tar.gz freebsd-ports-gnome-bd1c60a38494f65d98fc0618a67f0607f64e79c5.tar.zst freebsd-ports-gnome-bd1c60a38494f65d98fc0618a67f0607f64e79c5.zip |
- Update to 0.27
- Update my email to @FreeBSD.org
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-OAuth/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net-OAuth/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-OAuth/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/net/p5-Net-OAuth/Makefile b/net/p5-Net-OAuth/Makefile index f6d7eec28352..bd6904e045ea 100644 --- a/net/p5-Net-OAuth/Makefile +++ b/net/p5-Net-OAuth/Makefile @@ -7,12 +7,12 @@ # PORTNAME= Net-OAuth -PORTVERSION= 0.25 +PORTVERSION= 0.27 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@tandon.net +MAINTAINER= sahil@FreeBSD.org COMMENT= An implementation of the OAuth protocol BUILD_DEPENDS= p5-Encode>=2.35:${PORTSDIR}/converters/p5-Encode \ @@ -43,6 +43,7 @@ MAN3= Net::OAuth.3 \ Net::OAuth::V1_0A::RequestTokenRequest.3 \ Net::OAuth::V1_0A::RequestTokenResponse.3 \ Net::OAuth::V1_0A::UserAuthResponse.3 \ - Net::OAuth::XauthAccessTokenRequest.3 + Net::OAuth::XauthAccessTokenRequest.3 \ + Net::OAuth::YahooAccessTokenRefreshRequest.3 .include <bsd.port.mk> diff --git a/net/p5-Net-OAuth/distinfo b/net/p5-Net-OAuth/distinfo index 464f5935bb26..c319e0946f60 100644 --- a/net/p5-Net-OAuth/distinfo +++ b/net/p5-Net-OAuth/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-OAuth-0.25.tar.gz) = 40d11bf0ffaafcc1dff1230b1a386bb2 -SHA256 (Net-OAuth-0.25.tar.gz) = 913233b1d9f08c3bc1213aeb48a3824a83a07a5f359910a8441784f90cd59bab -SIZE (Net-OAuth-0.25.tar.gz) = 38214 +MD5 (Net-OAuth-0.27.tar.gz) = 6b7a854c8c848ba08e5e0703bdfd8c95 +SHA256 (Net-OAuth-0.27.tar.gz) = eab8d43c12b5891f9ec1f70f5aa1783a017eb68a36b16732d50bfe13e08000e4 +SIZE (Net-OAuth-0.27.tar.gz) = 39113 diff --git a/net/p5-Net-OAuth/pkg-plist b/net/p5-Net-OAuth/pkg-plist index 4312994c91be..82497b1aa42f 100644 --- a/net/p5-Net-OAuth/pkg-plist +++ b/net/p5-Net-OAuth/pkg-plist @@ -14,6 +14,7 @@ %%SITE_PERL%%/Net/OAuth/UserAuthRequest.pm %%SITE_PERL%%/Net/OAuth/UserAuthResponse.pm %%SITE_PERL%%/Net/OAuth/XauthAccessTokenRequest.pm +%%SITE_PERL%%/Net/OAuth/YahooAccessTokenRefreshRequest.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 |