aboutsummaryrefslogtreecommitdiff
path: root/www/seahub
Commit message (Collapse)AuthorAgeFilesLines
* devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutilPo-Chuan Hsieh2024-04-131-1/+2
| | | | | | - Convert to USE_PYTHON=pep517 - Bump PORTREVISION of dependent ports for dependency change - While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
* seafile: Update to 11.0.5Richard Gallamore2024-02-242-152/+166
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* seafile: Update to 11.0.3Richard Gallamore2024-01-162-125/+144
| | | | changelog: https://manual.seafile.com/changelog/server-changelog/
* Seafile: Update to 11.0.2Richard Gallamore2023-12-044-369/+422
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* www/seahub: Patch for new version of PillowRichard Gallamore2023-08-262-1/+52
| | | | | | | PR: 272942 Reported by: Scott Kitchin (scott@kitchin.com), Boris Tassou (boris.tassou@securmail.fr) Submitted by: sunpoet Obtained from: Seafile
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* seafile: Update to 9.0.10Richard Gallamore2022-12-152-82/+102
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/#9010-2022-12-07
* Seafile: Update to 9.0.9Richard Gallamore2022-10-313-49/+51
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Seafile: Update to 9.0.7Richard Gallamore2022-08-123-35/+36
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* *: Update seafile to 9.0.6Richard Gallamore2022-07-172-75/+93
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* www/seahub: Add missing dependRichard Gallamore2022-05-291-0/+1
| | | | | Cryptodome dependency was missing which is required to create links with passwords.
* seafile: Updated to 9.0.5Richard Gallamore2022-05-212-95/+91
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* Seafile: Updated to 9.0.4Richard Gallamore2022-05-073-75/+72
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* www/py-django32: Switch consumers over to Django 3.2Kai Knoblich2022-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the new LTS (= Long Term Support) release which will be supported until April 2024. * Switch the most ports that use www/py-django22 to www/py-django32 * Switch www/seahub over to www/py-djangorestframework * Ports that are not yet ready for Django 3.2 (only three so far) or those that have already been set with an expiration date were not taken into account. * Bump PORTREVISION due dependency change where necessary. PR: 261313 Reviewed by: bofh, dvl, koobs, ultima Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk, Alexander Sieg (maintainers) maintainer timeout (remaining maintainers) Differential Revision: https://reviews.freebsd.org/D34859
* www/seahub: Add missing dependRichard Gallamore2022-04-171-1/+2
| | | | Added missing depend that was removed from upstream dependancy.
* Seahub and Django depends: Update Django to 3.2Richard Gallamore2022-04-071-6/+7
| | | | | | | | | | This is the initial commit for the migration from Django 2.2 to Django 3.2. This migration is needed due to Django 2.2 becoming is EOL as of 4/1/2022. PR: 261313 Approved by: kai Differential Revision: https://reviews.freebsd.org/D34456
* textproc/py-xmlschema: Update to 1.10.0Danilo G. Baio2022-03-201-1/+1
| | | | | | Changelog: https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst Update consumers to use Python >= 3.7 (avoid break bulk -a).
* Seafile|Seahub: Updated to 9.0.2Richard Gallamore2022-01-116-414/+997
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* www/py-pyjwt: Rename to www/py-pyjwt1Goran Mekic2021-10-041-1/+2
| | | | | | | To make it possible to easily import py-pyjwt v2.x move the current port to a versioned directory. Bump consumers after rename of the dependency. PR: 254038
* *: Updated to 8.0.7Richard Gallamore2021-09-042-49/+52
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* *: Updated to 8.0.6Richard Gallamore2021-07-302-86/+87
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* *: Updated to 8.0.5Richard Gallamore2021-05-212-116/+123
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* www/seahub: Remove unneeded dependencyRichard Gallamore2021-05-091-1/+0
|
* *: Updated to 8.0.4Richard Gallamore2021-04-253-63/+69
| | | | Changes: https://manual.seafile.com/changelog/server-changelog/
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update ports to Django22Richard Gallamore2021-02-261-4/+4
| | | | | | | | | | | | | django-post_office jsonfield depend has been renamed upstream, the old django-jsonfield port does not support django past 1.11. PR: 245309 Approved by: sunpoet, kai, jhixson (timeout) Differential Revision: https://reviews.freebsd.org/D28513 Notes: svn path=/head/; revision=566581
* Update re-tagged versionRichard Gallamore2021-02-023-43/+44
| | | | Notes: svn path=/head/; revision=563836
* Updated Seafile/Seahub to 8.0.3Richard Gallamore2021-02-013-220/+366
| | | | | | | | | | | | | | | | | | | | | | | 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-052-52/+38
| | | | Notes: svn path=/head/; revision=557032
* Updated seafile to 7.1.5 and seahub to 7.1.8Richard Gallamore2020-10-152-39/+41
| | | | | | | | 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-162-52/+54
| | | | | | | 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-072-58/+57
| | | | | | | 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-68/+75
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=540771
* www/py-djangorestframework: Update to 3.11.0Kai Knoblich2020-05-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | * Switch the port to Django 2.2 (current LTS release) as well because Django 1.11 is End-of-Life since April. Do the same for www/py-drf-yasg. * Repo-copy www/py-djangorestframework to www/py-djangorestframework311 which will be used as a transitional package by www/seahub until it gets support for Django 2.2+ in the next weeks/months. * Drop the Python 2.7 support of the remaining consumers to avoid breakage of "bulk -a". * Mark both repo-copied ports www/py-dj22-{djangorestframework,drf-yasg} as deprecated because they're obsolete now. PR: 245309 Reviewed by: sunpoet (earlier revision), ultima Differential Revision: https://reviews.freebsd.org/D24850 Notes: svn path=/head/; revision=536980
* Updated to 7.1.4Richard Gallamore2020-05-163-122/+300
| | | | | | | Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md Notes: svn path=/head/; revision=535504
* * Updated to 7.1.3Richard Gallamore2020-04-166-1388/+444
| | | | | | | | | | | | | | | | | | | | 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
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-1/+1
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Notes: svn path=/head/; revision=526962
* Clean up USESAntoine Brodin2020-02-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526520
* Updated to 7.0.11Richard Gallamore2019-11-252-12/+12
| | | | | | | 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-082-40/+40
| | | | | | | 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-272-55/+55
| | | | | | | 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-023-94/+110
| | | | | | | | | Fixed runtime dependencies for seafdav and remove depends not required for seahub. Notes: svn path=/head/; revision=510893
* Convert to UCL & cleanup pkg-message (categories w)Mathieu Arnold2019-08-141-0/+6
| | | | Notes: svn path=/head/; revision=508913
* Updated seafile to version 7.0.4 and seahub to 7.0.7Richard Gallamore2019-08-023-102/+106
| | | | | | | 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
* 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