Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
2.07

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
09 Jan 2018 19:06:34
2.07

|
danfe  |
For the ports under `net' category: remove superfluous linefeeds. |
15 Sep 2017 08:58:50
2.07

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Jun 2017 15:04:32
2.07

|
woodsb02  |
net/dropbox-api-command: Update to 2.13
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 |
03 Aug 2016 15:31:16
2.05

|
woodsb02  |
net/p5-WebService-Dropbox: Update to 2.05
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 |
01 Apr 2016 14:16:20
1.18_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
1.18_1

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
31 Jan 2014 12:47:07
1.18

|
miwi  |
- Stage support |
20 Sep 2013 22:10:25
1.18

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
08 Aug 2013 09:27:46
1.18

|
culot  |
- Update to 1.18 [1]
- 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) |
29 Aug 2012 19:00:22
1.09
|
culot  |
- Update to 1.09 [1]
- 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) |
03 Jul 2012 12:12:05
1.07
|
sunpoet  |
- Update to 1.07
- 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) |
19 May 2012 12:43:35
1.06
|
sunpoet  |
- Update to 1.06
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) |
25 Jan 2012 09:42:35
1.05
|
culot  |
- Update to 1.05
Changes: http://search.cpan.org/dist/WebService-Dropbox/Changes
PR: ports/164469
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer) |
09 Jan 2012 16:12:34
1.04
|
sunpoet  |
- Update to 1.04
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) |
18 Dec 2011 18:37:30
1.03
|
sunpoet  |
- Update to 1.03
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) |
05 Dec 2011 09:16:28
1.01
|
sunpoet  |
- Update to 1.01
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 |
03 Dec 2011 09:22:20
1.00
|
sunpoet  |
- Update to 1.00
- 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 |
27 Nov 2011 13:14:56
0.03
|
miwi  |
WebService::Dropbox is Perl interface to Dropbox API
WWW: http://search.cpan.org/dist/WebService-Dropbox/
PR: ports/162898
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Feature safe: yes |