forked from Lainports/freebsd-ports
net/p5-WebService-Dropbox: Update to 2.09
- Update version requirement of *_DEPENDS - Remove FURL option - Add RECOMMENDED option - Take maintainership Changes: https://metacpan.org/dist/WebService-Dropbox/changes
This commit is contained in:
parent
52c066415a
commit
e03c502308
3 changed files with 22 additions and 18 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# Created by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
|
||||
|
||||
PORTNAME= WebService-Dropbox
|
||||
PORTVERSION= 2.07
|
||||
PORTVERSION= 2.09
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl interface to Dropbox API
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
|
|
@ -14,23 +14,25 @@ LICENSE_COMB= dual
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-HTTP-Message>=6.06:www/p5-HTTP-Message \
|
||||
p5-JSON>=2.59:converters/p5-JSON \
|
||||
p5-LWP-Protocol-https>=6.04:www/p5-LWP-Protocol-https \
|
||||
p5-Net-OAuth>=0.28:net/p5-Net-OAuth \
|
||||
p5-URI>=1.60:net/p5-URI \
|
||||
p5-libwww>=6.05:www/p5-libwww
|
||||
|
||||
OPTIONS_DEFINE= FURL
|
||||
OPTIONS_DEFAULT=FURL
|
||||
FURL_DESC= Support the (faster) Furl HTTP client library
|
||||
RUN_DEPENDS= p5-HTTP-Message>=6.11:www/p5-HTTP-Message \
|
||||
p5-JSON>=2.94:converters/p5-JSON \
|
||||
p5-LWP-Protocol-https>=6.07:www/p5-LWP-Protocol-https \
|
||||
p5-Net-OAuth>=0:net/p5-Net-OAuth \
|
||||
p5-URI>=1.71:net/p5-URI \
|
||||
p5-libwww>=6.26:www/p5-libwww
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
FURL_RUN_DEPENDS= p5-Furl>=2.19:www/p5-Furl \
|
||||
p5-IO-Socket-SSL>=1.954:security/p5-IO-Socket-SSL \
|
||||
p5-JSON-XS>=3.02:converters/p5-JSON-XS
|
||||
OPTIONS_DEFINE= RECOMMENDED
|
||||
OPTIONS_DEFAULT=RECOMMENDED
|
||||
RECOMMENDED_DESC= Recommended dependencies by upstream
|
||||
|
||||
RECOMMENDED_BUILD_DEPENDS= p5-IO-Socket-SSL>=2.048:security/p5-IO-Socket-SSL \
|
||||
p5-JSON-XS>=3.03:converters/p5-JSON-XS \
|
||||
p5-Software-License>=0:misc/p5-Software-License
|
||||
# p5-Furl>=3.11:www/p5-Furl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1496329123
|
||||
SHA256 (WebService-Dropbox-2.07.tar.gz) = 0207eb6912061c2aa54c3c40d0d917561c4794e88857a09fc7ecb5878a261980
|
||||
SIZE (WebService-Dropbox-2.07.tar.gz) = 92641
|
||||
TIMESTAMP = 1624630084
|
||||
SHA256 (WebService-Dropbox-2.09.tar.gz) = 8436ccd4d3bbeaad13d265891d04ac3a2818bfaf142a5beba9cf125a6b325416
|
||||
SIZE (WebService-Dropbox-2.09.tar.gz) = 94931
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
%%SITE_PERL%%/WebService/Dropbox/Files/CopyReference.pm
|
||||
%%SITE_PERL%%/WebService/Dropbox/Files/ListFolder.pm
|
||||
%%SITE_PERL%%/WebService/Dropbox/Files/UploadSession.pm
|
||||
%%SITE_PERL%%/WebService/Dropbox/Sharing.pm
|
||||
%%SITE_PERL%%/WebService/Dropbox/TokenFromOAuth1.pm
|
||||
%%SITE_PERL%%/WebService/Dropbox/Users.pm
|
||||
%%PERL5_MAN3%%/WebService::Dropbox.3.gz
|
||||
|
|
@ -12,5 +13,6 @@
|
|||
%%PERL5_MAN3%%/WebService::Dropbox::Files::CopyReference.3.gz
|
||||
%%PERL5_MAN3%%/WebService::Dropbox::Files::ListFolder.3.gz
|
||||
%%PERL5_MAN3%%/WebService::Dropbox::Files::UploadSession.3.gz
|
||||
%%PERL5_MAN3%%/WebService::Dropbox::Sharing.3.gz
|
||||
%%PERL5_MAN3%%/WebService::Dropbox::TokenFromOAuth1.3.gz
|
||||
%%PERL5_MAN3%%/WebService::Dropbox::Users.3.gz
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue