1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.27

- Update my email to @FreeBSD.org

Approved by:	wxs@/itetcu@ (mentors, implicit)
Feature safe:	yes
This commit is contained in:
Sahil Tandon 2010-06-20 21:09:33 +00:00
parent 406403cc06
commit 735dc12396
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256769
3 changed files with 8 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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