aboutsummaryrefslogtreecommitdiff
path: root/net/p5-WebService-Dropbox
Commit message (Collapse)AuthorAgeFilesLines
* For the ports under `net' category: remove superfluous linefeeds.Alexey Dokuchaev2018-01-091-1/+0
| | | | Notes: svn path=/head/; revision=458559
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* net/dropbox-api-command: Update to 2.13Ben Woods2017-06-012-4/+4
| | | | | | | | | | | net/p5-WebService-Dropbox: Update to 2.07 Changes this release: https://metacpan.org/changes/distribution/App-dropboxapi https://metacpan.org/changes/distribution/WebService-Dropbox Notes: svn path=/head/; revision=442291
* net/p5-WebService-Dropbox: Update to 2.05Ben Woods2016-08-034-27/+44
| | | | | | | | | | | | | | | | | | | | | | | | net/dropbox-api-command: Update to 2.09 This update brings support for Dropbox APIv2. This is required since, according to dropbox, the API v1 will be disabled on 28th June 2017: https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/ Convert LWP option (off by default) to FURL option (on by default) as testing has revealed that without the p5-LWP-Protocol-https pkg installed, the following error is given even if the FURL option in enabled. $ dropbox-api sync dropbox:/ ~/Dropbox 2016-07-31T14:09:57 [WebService::Dropbox] [ERROR] https://api.dropboxapi.com/2/files/list_folder {"path":"","recursive":true} -> [501] LWP will support https URLs if the LWP::Protocol::https module is installed. LWP will support https URLs if the LWP::Protocol::https module is installed. PR: 211016 Reviewed by: mat (mentor) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D7377 Notes: svn path=/head/; revision=419531
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Stage supportMartin Wilke2014-01-312-3/+1
| | | | Notes: svn path=/head/; revision=341989
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 1.18 [1]Frederic Culot2013-08-083-19/+18
| | | | | | | | | | | | | | - Trim Makefile's header [1] - Pet portlint(1) by changing tab into space in WWW link [1] - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/181110 [1] Submitted by: Andrew Childs <lorne@cons.org.nz> Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=324383
* - Update to 1.09 [1]Frederic Culot2012-08-292-3/+6
| | | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/171150 [1] Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=303347
* - Update to 1.07Sunpoet Po-Chuan Hsieh2012-07-032-5/+6
| | | | | | | | | | | | - Convert to new options framework Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/169566 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=300433
* - Update to 1.06Sunpoet Po-Chuan Hsieh2012-05-192-3/+3
| | | | | | | | | | Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/168127 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=296955
* - Update to 1.05Frederic Culot2012-01-252-3/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/164469 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=289773
* - Update to 1.04Sunpoet Po-Chuan Hsieh2012-01-092-3/+3
| | | | | | | | | | Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/163895 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=288827
* - Update to 1.03Sunpoet Po-Chuan Hsieh2011-12-182-3/+3
| | | | | | | | | | Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/163413 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=287606
* - Update to 1.01Sunpoet Po-Chuan Hsieh2011-12-052-3/+3
| | | | | | | | | | | Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/163075 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286914
* - Update to 1.00Sunpoet Po-Chuan Hsieh2011-12-032-6/+23
| | | | | | | | | | | | | | - Add BUILD_DEPENDS - Add OPTIONS: LWP for using LWP instead of Furl Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes PR: ports/163010 Submitted by: sunpoet (myself) Approved by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286799
* WebService::Dropbox is Perl interface to Dropbox APIMartin Wilke2011-11-274-0/+33
WWW: http://search.cpan.org/dist/WebService-Dropbox/ PR: ports/162898 Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> Feature safe: yes Notes: svn path=/head/; revision=286504