aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/seafile-server
Commit message (Collapse)AuthorAgeFilesLines
* *: Updated to 8.0.7Richard Gallamore2021-09-043-6/+5
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* net/openldap24-client: bump all dependent portXin LI2021-08-021-0/+1
| | | | | | | | In the earlier net/openldap24-server commit, only those which depend on net/openldap24-sasl-client were bumped. Bumping all dependent port that didn't get a bump to force a rebuild of these packages. Suggested by: kib
* *: Updated to 8.0.6Richard Gallamore2021-07-303-6/+5
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* net-mgmt/seafile-server: Update distfile hashRichard Gallamore2021-06-242-3/+4
| | | | Upstream commit after tag... Just the usual.
* *: Updated to 8.0.5Richard Gallamore2021-05-213-6/+5
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* net-mgmt/seafile-server: Added LDAP support option default on.Richard Gallamore2021-05-091-2/+6
|
* *: Updated to 8.0.4Richard Gallamore2021-04-252-5/+5
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-062-3/+0
|
* Updated Seafile/Seahub to 8.0.3Richard Gallamore2021-02-017-15/+30
| | | | | | | | | | | | | | | | | | | | | | | Changed to -server branch, some errors were creeping over from the pro version not being compatible with the community edition. Previously this was never an issue as you must manually upgrade to the pro version for the new features. Disabled seafile-controller config checking prior to startup. The check only ran on ccnet previously and this was changed to seafile which never implemented the function. https://forum.seafile.com/t/seafile-controller-t-functionality-broken-on-8-x/13738 This version adds compatible with Django 2.2, this will require coordination with multiple port devs to migrate this over properly. Changes: https://manual.seafile.com/changelog/server-changelog/ PR: 252715 Notes: svn path=/head/; revision=563541
* Updated SeaHub to 7.1.9Richard Gallamore2020-12-051-1/+1
| | | | Notes: svn path=/head/; revision=557032
* Added some environment variables that seafdavRichard Gallamore2020-12-052-0/+7
| | | | | | | | | requires if enabled. Fixed dependency Notes: svn path=/head/; revision=557031
* Updated seafile to 7.1.5 and seahub to 7.1.8Richard Gallamore2020-10-152-5/+5
| | | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/server-changelog.md https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=552371
* Updated Seahub to 7.1.7Richard Gallamore2020-09-161-1/+1
| | | | | | | Changelog: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=548764
* Updated to 7.1.6Richard Gallamore2020-08-071-1/+1
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=544338
* Updated seafile to 7.1.4 and seahub to 7.1.5Richard Gallamore2020-06-293-6/+5
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=540771
* Updated to 7.1.4Richard Gallamore2020-05-161-1/+1
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=535504
* Fix python version hard coding in plistsRichard Gallamore2020-04-162-10/+11
| | | | Notes: svn path=/head/; revision=531829
* * Updated to 7.1.3Richard Gallamore2020-04-1616-128/+139
| | | | | | | | | | | | | | | | | | | | This minor version update no longer supports python 2.7. The way mysql support is detected upstream has changed. Instead of patching the configure.ac script, I used a couple hacks for this to be detected for custom configurations. Didn't detect any issues with this method but I'm open to change this in the future. Added a SeaHub upgrade message to smooth out upgrading. For upgrading from 7.0.x, if one does not clear the cache, http 500 will be returned. The seafile_datadir no longer points to the seahub.ini, this has been changed upstream and may cause upgrading issues if not using the default. This can easily be changed by setting it in rc.conf. Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=531804
* Bump PORTREVISION for databases/libzdb shlib changeSunpoet Po-Chuan Hsieh2020-04-021-1/+1
| | | | Notes: svn path=/head/; revision=530319
* Updated to 7.0.11Richard Gallamore2019-11-251-1/+1
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=518378
* * Update to 7.0.10Richard Gallamore2019-11-081-1/+1
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=517021
* Updated to to 7.0.9Richard Gallamore2019-09-271-1/+1
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=512998
* Updated to 7.0.8Richard Gallamore2019-09-021-1/+1
| | | | | | | | | Fixed runtime dependencies for seafdav and remove depends not required for seahub. Notes: svn path=/head/; revision=510893
* Fix permissions on seafile-setup scriptRichard Gallamore2019-08-212-8/+24
| | | | Notes: svn path=/head/; revision=509491
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Updated seafile to version 7.0.4 and seahub to 7.0.7Richard Gallamore2019-08-023-7/+7
| | | | | | | Changes: https://manual.seafile.com/changelog/server-changelog.html https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html Notes: svn path=/head/; revision=507916
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update seafile to 7.0.3 and seahub to 7.0.6Richard Gallamore2019-07-202-5/+5
| | | | | | | Changes: https://manual.seafile.com/changelog/server-changelog.html Notes: svn path=/head/; revision=507029
* Updated Seafile to 7.0.2Richard Gallamore2019-06-172-5/+5
| | | | | | | | | Updated Seahub to 7.0.3 Changes: https://manual.seafile.com/changelog/server-changelog.html Notes: svn path=/head/; revision=504387
* Updated seafile to 7.0.1Richard Gallamore2019-06-105-17/+30
| | | | | | | | | Updated seahub to 7.0.2 Changes: https://manual.seafile.com/changelog/server-changelog.html https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html Notes: svn path=/head/; revision=503869
* Bumped seahub version for init script to fix gunicorn binary nameRichard Gallamore2019-06-091-1/+2
| | | | | | | | | Fix checksum due to retagged version PR: 237367 Notes: svn path=/head/; revision=503784
* Update databases/libzdb to 3.2Sunpoet Po-Chuan Hsieh2019-04-061-1/+1
| | | | | | | | | | | | | - Update MASTER_SITES - Update pkg-descr - Update WWW - Bump PORTREVISION of dependent ports for shlib change - Take maintainership Changes: https://www.tildeslash.com/libzdb/#release_notes Notes: svn path=/head/; revision=498101
* * Updated to 6.3.13Richard Gallamore2019-03-161-1/+1
| | | | | | | | | | | | | | * Added patch to SeaHub to revert regression The regression breaks the search_user function. More details about regression can be found at: https://github.com/haiwen/seahub/issues/3001 PR: 236047 Reported by: Martin Waschbüsch <martin@wasch^> Notes: svn path=/head/; revision=495933
* * Updated to 6.3.11Richard Gallamore2019-01-281-1/+1
| | | | | | | Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html Notes: svn path=/head/; revision=491501
* * Updated to 6.3.10Richard Gallamore2019-01-111-1/+1
| | | | | | | Affected ports: www/py-seafdav www/py-seafobj www/seahub Notes: svn path=/head/; revision=489989
* * Updated seahub to 6.3.9Richard Gallamore2018-12-251-1/+1
| | | | Notes: svn path=/head/; revision=488348
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-4/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* * Updated Seahub to 6.3.7Richard Gallamore2018-10-251-1/+1
| | | | Notes: svn path=/head/; revision=482952
* Cleanup plistsAntoine Brodin2018-10-012-6/+6
| | | | Notes: svn path=/head/; revision=481020
* * Updated to 6.3.6Richard Gallamore2018-09-231-1/+1
| | | | Notes: svn path=/head/; revision=480528
* More precisely specify USES=compiler to fix build on gcc-basedMark Linimon2018-09-181-1/+1
| | | | | | | | | | | platforms such as powerpc64. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479990
* * Updated Seafile to 6.3.4, Updated Seahub to 6.3.5.Richard Gallamore2018-09-173-6/+5
| | | | | | | | | | | | | | | | * Removed flup6, this was required with fastcgi which Seahub no longer supports * Added django-webpack-loader and requests_oauthlib, these were missing depends added in 6.3.x which can errors if missing when Seahub starts. * Removed PYTHONPATH for python2.6 and added additional directories for Seahub "thirdpart". This can also prevent seahub from starting. Changes: https://manual.seafile.com/changelog/server-changelog.html Notes: svn path=/head/; revision=479945
* Removed fastcgi, this is no longer supported in seafile 6.3+Richard Gallamore2018-08-203-13/+12
| | | | | | | | and previous installs 6.3+ prior to this revision are broken when using the seahub_fastcgi option. Notes: svn path=/head/; revision=477620
* * Updated to 6.3.2Richard Gallamore2018-07-143-4/+6
| | | | Notes: svn path=/head/; revision=474649
* Update Seafile family to 6.3.1Richard Gallamore2018-06-135-15/+23
| | | | | | | | | | | | As of Seafile 6.3.0, django has been upgraded to 1.11. Seafile's dependencies have also been switched to match this change. Reviewed by: miwi Differential Revision: https://reviews.freebsd.org/D15718 Notes: svn path=/head/; revision=472346
* * Updated Seahub to 6.2.12Richard Gallamore2018-04-231-1/+1
| | | | | | | | Affected ports: www/py-seafdav www/py-seafobj www/seahub Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html Notes: svn path=/head/; revision=468075