aboutsummaryrefslogtreecommitdiff
path: root/net/grive2
Commit message (Collapse)AuthorAgeFilesLines
* net/grive2: Update to 0.5.2-dev to fix OAuth quota limitation issueLi-Wen Hsu2020-10-243-19/+6
| | | | | | | | | | | Pass maintainership to the submitter PR: 250534 Submitted by: Samuel Andersen <samuel@andersentech.net> MFH: 2020Q4 Notes: svn path=/head/; revision=553220
* Return cpm@'s ports to the pool after safekeeping his commit bit.Rene Ladan2020-10-051-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=551529
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* net/grive2: fix build on GCC architecturesPiotr Kubaj2019-10-072-12/+1
| | | | | | | | | | | | | | | | Use C++11 compiler and don't add -D_GLIBCXX_USE_CXX11_ABI=0. With -D_GLIBCXX_USE_CXX11_ABI=0: /usr/local/bin/ld: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: in function `_GLOBAL__sub_I__ZN11JsonValTest4Test11test_methodEv': JsonValTest.cc:(.text.startup+0x174): undefined reference to `boost::unit_test::ut_detail::normalize_test_case_name(boost::unit_test::basic_cstring<char const>)' /usr/local/bin/ld: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: in function `boost::unit_test::make_test_case(boost::function<void ()> const&, boost::unit_test::basic_cstring<char const>, boost::unit_test::basic_cstring<char const>, unsigned long)': ValTest.cc:(.text._ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m[_ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m]+0x58): undefined reference to `boost::unit_test::ut_detail::normalize_test_case_name(boost::unit_test::basic_cstring<char const>)' collect2: error: ld returned 1 exit status PR: 241058 Approved by: cpm (maintainer), linimon (mentor) Notes: svn path=/head/; revision=513951
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* - Unbreak build on powerpc64Carlos J. Puga Medina2018-07-276-42/+34
| | | | | | | | | | | - Add BACKTRACE option - Remove patches added upstream - Bump PORTREVISION PR: 229118 Notes: svn path=/head/; revision=475467
* Mark ports broken on powerpc64, categories g-n.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472693
* net/grive2: Update to 0.5.1-devCarlos J. Puga Medina2018-04-233-7/+18
| | | | | | | | | | | | | | | | - Use DISTVERSION instead of PORTVERSION for the new version - Remove CONFLICTS_INSTALL (grive port deleted) - Fix libgrive/test build after removing doclist api Noteworthy changes in version 0.5.1-dev - Added no-remote-new and upload-only modes - Ignore regexp not persist anymore (note that Grive will still track it to not accidentally delete remote files when changing ignore regexp) - Added options to limit upload and download speed - Faster upload of new and changed files. Now Grive uploads files without calculating md5 checksum when file is created locally or when its size changes Notes: svn path=/head/; revision=468141
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* Sort USESCarlos J. Puga Medina2018-01-161-1/+1
| | | | Notes: svn path=/head/; revision=459168
* - Unbreak build with Clang 6Carlos J. Puga Medina2018-01-165-9/+30
| | | | | | | | | | | - Rework patches to push the code upstream - Fix WWW in pkg-descr - Pet portlint Reported by: pkg-fallout Notes: svn path=/head/; revision=459142
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* New port: net/grive2 Open source client for Google DriveCarlos J. Puga Medina2016-09-085-0/+57
Grive2 is the fork of original "Grive" Google Drive client with the support for the new Drive REST API and partial sync. WWW: https://github.com/vitalif/grive2/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7675 Notes: svn path=/head/; revision=421593