non port: net-mgmt/seafile-server/Makefile |
Number of commits found: 51 |
Monday, 4 Dec 2023
|
14:59 Richard Gallamore (ultima)
Seafile: Update to 11.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/
d5fa03f |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
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>
3d9a815 |
Wednesday, 8 Feb 2023
|
10:53 Muhammad Moinur Rahman (bofh)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
6e1233b |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
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)
b7f0544 |
Friday, 26 Aug 2022
|
17:02 Tobias C. Berner (tcberner)
framework: switch tree to using vala.mk
PR: 249940
d9b0d9a |
Sunday, 20 Mar 2022
|
11:39 Danilo G. Baio (dbaio)
textproc/py-xmlschema: Update to 1.10.0
Changelog: https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst
Update consumers to use Python >= 3.7 (avoid break bulk -a).
41745f9 |
Tuesday, 11 Jan 2022
|
01:32 Richard Gallamore (ultima)
Seafile|Seahub: Updated to 9.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/
5b05cb7 |
Friday, 29 Oct 2021
|
09:50 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
819f25b |
Saturday, 4 Sep 2021
|
02:49 Richard Gallamore (ultima)
*: Updated to 8.0.7
Changes: https://manual.seafile.com/changelog/server-changelog/
096767c |
Monday, 2 Aug 2021
|
04:41 Xin LI (delphij)
net/openldap24-client: bump all dependent port
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
3ba73da |
Friday, 30 Jul 2021
|
01:12 Richard Gallamore (ultima)
*: Updated to 8.0.6
Changes: https://manual.seafile.com/changelog/server-changelog/
a1d5210 |
Thursday, 24 Jun 2021
|
07:33 Richard Gallamore (ultima)
net-mgmt/seafile-server: Update distfile hash
Upstream commit after tag... Just the usual.
97eca83 |
Friday, 21 May 2021
|
00:53 Richard Gallamore (ultima)
*: Updated to 8.0.5
Changes: https://manual.seafile.com/changelog/server-changelog/
615910b |
Sunday, 9 May 2021
|
21:23 Richard Gallamore (ultima)
net-mgmt/seafile-server: Added LDAP support option default on.
2a4e9c2 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 1 Feb 2021
|
02:26 ultima
Updated Seafile/Seahub to 8.0.3
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
 |
Saturday, 5 Dec 2020
|
00:16 ultima
Added some environment variables that seafdav
requires if enabled.
Fixed dependency
 |
Monday, 29 Jun 2020
|
12:18 ultima
Updated seafile to 7.1.4 and seahub to 7.1.5
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
 |
Thursday, 16 Apr 2020
|
08:30 ultima
Fix python version hard coding in plists
 |
00:28 ultima
* Updated to 7.1.3
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
 |
Thursday, 2 Apr 2020
|
12:04 sunpoet
Bump PORTREVISION for databases/libzdb shlib change
 |
Wednesday, 21 Aug 2019
|
05:54 ultima
Fix permissions on seafile-setup script
 |
Friday, 2 Aug 2019
|
22:16 ultima
Updated seafile to version 7.0.4 and seahub to 7.0.7
Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
 |
13:30 jbeich
devel/libevent2: update to 2.1.11
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
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Monday, 10 Jun 2019
|
01:25 ultima
Updated seafile to 7.0.1
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
 |
Saturday, 6 Apr 2019
|
14:42 sunpoet
Update databases/libzdb to 3.2
- 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
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Friday, 2 Nov 2018
|
13:32 rene
Remove compatibility code for FreeBSD < 11.2 from all ports.
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
 |
Monday, 1 Oct 2018
|
09:36 antoine
Cleanup plists
 |
Tuesday, 18 Sep 2018
|
08:14 linimon
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 17 Sep 2018
|
19:57 ultima
* Updated Seafile to 6.3.4, Updated Seahub to 6.3.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
 |
Monday, 20 Aug 2018
|
03:06 ultima
Removed fastcgi, this is no longer supported in seafile 6.3+
and previous installs 6.3+ prior to this revision are broken
when using the seahub_fastcgi option.
 |
Wednesday, 13 Jun 2018
|
22:05 ultima
Update Seafile family to 6.3.1
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
 |
Sunday, 8 Apr 2018
|
21:35 ultima
Move net-mgmt/seafile-server's message to seahub and
change it to clarify that Seahub is required for the
full application. This will prevent users from being
confused when installing net-mgmt/seafile-server.
PR: 227337
 |
Thursday, 11 Jan 2018
|
17:38 ultima
* Update Seafile to 6.2.4
* Update Seahub to 6.2.5
* Reverted recent patches to work better with libevhtp
Affected ports: net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav
www/py-seafobj www/seahub
 |
Thursday, 4 Jan 2018
|
19:15 ultima
* Revision bump for libevhtp
* Fix build warnings / errors for updated libevhtp
MFH: 2018Q1
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Monday, 4 Sep 2017
|
19:49 ultima
Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and
will cause issues when updating if tables are not set to
utf8_unicode_ci.
Approved by: lifanov (mentor, implicit)
 |
Monday, 3 Jul 2017
|
19:06 ultima
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466
 |
Friday, 28 Apr 2017
|
15:09 lifanov
update seafile to 6.0.10 and seahub to 6.0.13
This is an update to seafile to the most current version, 6.0.10. This update
moves duplicate code to Makefile.include and also added a variable seahub_ver
which is set to 6.0.13. The pkglist was also regenerated for most or all
packages.
* Updated seafile_ver to 6.0.10
* Added seahub_ver and set to 6.0.13
* Moved duplicate code to Makefile.include
* Regenerated pkg-lists
- [fix] Fix a bug in listing libraries in admin panel
- Improve performance when checking group shared library permission
- [fix] Fix image popup in favourite page
- [fix] Fix generating sharing link with expiring time in file detailed view
page
- [fix] Don't allow to create library with '/' in name
- [fix] Fix two-factor authentication
- Add script to migrate between different storage backend
ports affected:
- net-mgmt/ccnet-server
- net-mgmt/seafile-server
- www/py-seafdav
- www/py-seafobj
- www/seahub
PR: 218932
Submitted by: ultima1252@gmail.com (maintainer)
 |
Friday, 7 Apr 2017
|
15:57 amdmi3
- Always accompany OSVERSION check with OPSYS check
Approved by: portmgr blanket
 |
Friday, 31 Mar 2017
|
14:57 lifanov
update net-mgmt/seafile-server to 6.0.9
Changelog: https://seacloud.cc/group/3/wiki/server-changelog
- Show user' name instead of user's email in notifications sent out by email
- Add config items for setting favicon, disable wiki feature
- Add css id to easily hide user password reset and delete account button
- [fix] Fix UI bug in restoring a file from snapshot
- [fix] Fix after renaming a file, the old versions before file rename can't be
downloaded
- [security] Fix XSS problem of the "go back" button in history page and
snapshot view page
* unify versioning of dependent ports:
net-mgmt/seafile-server
net-mgmt/ccnet-server
www/py-seadav
www/py-seaobj
www/seahub
This replaces a rather ugly hack.
* add makesum-all target to ease maintenance
PR: 218245
Submitted by: ultima1252@gmail.com (maintainer)
 |
Sunday, 19 Mar 2017
|
16:22 lifanov
fixes for net-mgmt/seafile-server
Fix the setup scripts changing the generated configuration files to the correct
uid/gid. The directions were also fixed for how to start and setup
seafile/seahub correctly. This should fix any confusion when setting up seafile.
This also augments pkg-message with better directions for setup.
PR: 217873
Submitted by: ultima1252@gmail.com (maintainer)
 |
Thursday, 2 Mar 2017
|
18:37 lifanov
update net-mgmt/seafile-server to 6.0.8
Changelog: https://seacloud.cc/group/3/wiki/server-changelog
PR: 217237
Submitted by: ultima1252@gmail.com (maintainer)
 |
Monday, 20 Feb 2017
|
02:57 jbeich
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer)
 |
Saturday, 4 Feb 2017
|
07:56 jbeich
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
 |
Friday, 27 Jan 2017
|
03:23 lifanov
net-mgmt/seafile-server - bugfixes
This is a bug fix release update. stat command call with incorrect options has
been fixed to work on *bsd. Readded the sqlite scripts to run seafile under
sqlite. Previously they were removed due to being broken, this was fixed
upstream.
* PORTREVISION bump
* Added sqlite scripts
* Fixed stat
PR: 216474
Submitted by: ultima1252@gmail.com (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9350
 |
Friday, 30 Dec 2016
|
12:54 lifanov
* Updated to 6.0.7
- Allow mysql root password to be empty.
- No need to set ccnet peer name anymore.
- Fixed a typo in upgrade scripts.
- jpeg mime type
- Add record to GarbageRepos when delete a broken repo
- Get content-length from header when handling web upload.
PR: 215597
Submitted by: Ultima1252@gmail.com (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8985
 |
Monday, 26 Dec 2016
|
12:55 riggs
Prepare split of net-mgmt/seafile in client / server ports; update to 6.0.6
PR: 215293
Submitted by: Ultima1252@gmail.com (maintainer)
 |
Number of commits found: 51 |