non port: net/p5-WebService-Dropbox/Makefile |
SVNWeb
|
Number of commits found: 26 |
Thu, 27 Apr 2023
|
[ 16:08 Po-Chuan Hsieh (sunpoet) ] 44f6a47
net/p5-WebService-Dropbox: Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
|
[ 15:45 Po-Chuan Hsieh (sunpoet) ] 6aa5e92
net/p5-WebService-Dropbox: Fix PLIST: Module::Build::Tiny 0.042+ does not
generate empty manpages
- Bump PORTREVISION for package change
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Jun 2021
|
[ 20:43 Po-Chuan Hsieh (sunpoet) ] e03c502
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
|
Sat, 22 May 2021
|
[ 02:13 Ben Woods (woodsb02) ] 95d52e5 (Only the first 10 of 42 ports in this commit are shown above. )
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Tue, 9 Jan 2018
|
[ 19:06 danfe ]
For the ports under `net' category: remove superfluous linefeeds.
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Thu, 1 Jun 2017
|
[ 15:04 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
|
Wed, 3 Aug 2016
|
[ 15:31 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
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Fri, 31 Jan 2014
|
[ 12:47 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Thu, 8 Aug 2013
|
[ 09:27 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)
|
Wed, 29 Aug 2012
|
[ 19:00 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)
|
Tue, 3 Jul 2012
|
[ 12:12 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)
|
Sat, 19 May 2012
|
[ 12:43 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)
|
Wed, 25 Jan 2012
|
[ 09:42 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)
|
Mon, 9 Jan 2012
|
[ 16:12 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)
|
Sun, 18 Dec 2011
|
[ 18:37 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)
|
Mon, 5 Dec 2011
|
[ 09:16 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
|
Sat, 3 Dec 2011
|
[ 09:22 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
|
Sun, 27 Nov 2011
|
[ 13:14 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
|
Number of commits found: 26 |