| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
changelog: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
|
|
|
| |
PR: 272942
Reported by: Scott Kitchin (scott@kitchin.com), Boris Tassou (boris.tassou@securmail.fr)
Submitted by: sunpoet
Obtained from: Seafile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/#9010-2022-12-07
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
|
| |
Cryptodome dependency was missing which is required
to create links with passwords.
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Added missing depend that was removed from upstream dependancy.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changelog: https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst
Update consumers to use Python >= 3.7 (avoid break bulk -a).
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
| |
|
|
|
|
| |
Changes: https://manual.seafile.com/changelog/server-changelog/
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=563836
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=557032
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Changelog: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=548764
|
|
|
|
|
|
|
| |
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=544338
|
|
|
|
|
|
|
| |
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=540771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=535504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Originally submitted by: kai
Notes:
svn path=/head/; revision=529063
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=528058
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=526520
|
|
|
|
|
|
|
| |
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=518378
|
|
|
|
|
|
|
| |
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=517021
|
|
|
|
|
|
|
| |
Changes: https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Notes:
svn path=/head/; revision=512998
|
|
|
|
|
|
|
|
|
| |
Fixed runtime dependencies for seafdav
and remove depends not required for
seahub.
Notes:
svn path=/head/; revision=510893
|
|
|
|
| |
Notes:
svn path=/head/; revision=508913
|