notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/seahub/Makefile

Number of commits found: 82

Monday, 4 Dec 2023
14:59 Richard Gallamore (ultima) search for other commits by this committer
Seafile: Update to 11.0.2

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 commit hash: d5fa03fbaf62e2aaa6b92152d75c7a32c0a37e49 d5fa03f
Saturday, 26 Aug 2023
17:24 Richard Gallamore (ultima) search for other commits by this committer
www/seahub: Patch for new version of Pillow

PR: 272942
Reported by: Scott Kitchin (scott@kitchin.com), Boris Tassou
(boris.tassou@securmail.fr)
Submitted by: sunpoet
Obtained from: Seafile
commit hash: ffaa8cd925c26ff03e8d7e358b9fa54e774a9db5 commit hash: ffaa8cd925c26ff03e8d7e358b9fa54e774a9db5 commit hash: ffaa8cd925c26ff03e8d7e358b9fa54e774a9db5 commit hash: ffaa8cd925c26ff03e8d7e358b9fa54e774a9db5 ffaa8cd
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Monday, 31 Oct 2022
17:31 Richard Gallamore (ultima) search for other commits by this committer
Seafile: Update to 9.0.9

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: b2a6d35e0fba83eaca51642aa64d0919a0320fb9 commit hash: b2a6d35e0fba83eaca51642aa64d0919a0320fb9 commit hash: b2a6d35e0fba83eaca51642aa64d0919a0320fb9 commit hash: b2a6d35e0fba83eaca51642aa64d0919a0320fb9 b2a6d35
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 12 Aug 2022
07:17 Richard Gallamore (ultima) search for other commits by this committer
Seafile: Update to 9.0.7

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: b6ff2bf57c69884ad8c047ec5b70849197587314 commit hash: b6ff2bf57c69884ad8c047ec5b70849197587314 commit hash: b6ff2bf57c69884ad8c047ec5b70849197587314 commit hash: b6ff2bf57c69884ad8c047ec5b70849197587314 b6ff2bf
Sunday, 29 May 2022
18:16 Richard Gallamore (ultima) search for other commits by this committer
www/seahub: Add missing depend

Cryptodome dependency was missing which is required
to create links with passwords.
commit hash: ba5fca99f50cdce3b389d8f10558ab031e479aa2 commit hash: ba5fca99f50cdce3b389d8f10558ab031e479aa2 commit hash: ba5fca99f50cdce3b389d8f10558ab031e479aa2 commit hash: ba5fca99f50cdce3b389d8f10558ab031e479aa2 ba5fca9
Saturday, 7 May 2022
21:47 Richard Gallamore (ultima) search for other commits by this committer
Seafile: Updated to 9.0.4

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: 638ded71ea8ec3a2609304530091da32cce05c0c commit hash: 638ded71ea8ec3a2609304530091da32cce05c0c commit hash: 638ded71ea8ec3a2609304530091da32cce05c0c commit hash: 638ded71ea8ec3a2609304530091da32cce05c0c 638ded7
Thursday, 28 Apr 2022
10:02 Kai Knoblich (kai) search for other commits by this committer
www/py-django32: Switch consumers over to Django 3.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
commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 0cf5531
Sunday, 17 Apr 2022
18:09 Richard Gallamore (ultima) search for other commits by this committer
www/seahub: Add missing depend

Added missing depend that was removed from upstream dependancy.
commit hash: 08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def commit hash: 08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def commit hash: 08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def commit hash: 08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def 08a7ef4
Thursday, 7 Apr 2022
16:51 Richard Gallamore (ultima) search for other commits by this committer
Seahub and Django depends: Update Django to 3.2

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
commit hash: 32dfc9b254a9478752e74ef2372da24cb81cd001 commit hash: 32dfc9b254a9478752e74ef2372da24cb81cd001 commit hash: 32dfc9b254a9478752e74ef2372da24cb81cd001 commit hash: 32dfc9b254a9478752e74ef2372da24cb81cd001 32dfc9b
Sunday, 20 Mar 2022
11:39 Danilo G. Baio (dbaio) search for other commits by this committer
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).
commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 commit hash: 41745f9adb48e49d0dcf11e7ea7cf3616cd0a109 41745f9
Tuesday, 11 Jan 2022
01:32 Richard Gallamore (ultima) search for other commits by this committer
Seafile|Seahub: Updated to 9.0.2

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da commit hash: 5b05cb77d9c006fca6c2b3b7174e59eed13cb8da 5b05cb7
Monday, 4 Oct 2021
17:10 Rainer Hurling (rhurlin) search for other commits by this committer Author: Goran Mekic
www/py-pyjwt: Rename to www/py-pyjwt1

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
commit hash: e6ec12f6646f71fe84268d21f3a6901191ebf60e commit hash: e6ec12f6646f71fe84268d21f3a6901191ebf60e commit hash: e6ec12f6646f71fe84268d21f3a6901191ebf60e commit hash: e6ec12f6646f71fe84268d21f3a6901191ebf60e e6ec12f
Sunday, 9 May 2021
02:45 Richard Gallamore (ultima) search for other commits by this committer
www/seahub: Remove unneeded dependency
commit hash: 7938c511cc3bf87e650a47b9753b20a4bc205ef9 commit hash: 7938c511cc3bf87e650a47b9753b20a4bc205ef9 commit hash: 7938c511cc3bf87e650a47b9753b20a4bc205ef9 commit hash: 7938c511cc3bf87e650a47b9753b20a4bc205ef9 7938c51
Sunday, 25 Apr 2021
20:27 Richard Gallamore (ultima) search for other commits by this committer
*: Updated to 8.0.4

Changes: https://manual.seafile.com/changelog/server-changelog/
commit hash: 242f7448ca2040e4fe93428fa7923d4da60663ef commit hash: 242f7448ca2040e4fe93428fa7923d4da60663ef commit hash: 242f7448ca2040e4fe93428fa7923d4da60663ef commit hash: 242f7448ca2040e4fe93428fa7923d4da60663ef 242f744
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Feb 2021
06:22 ultima search for other commits by this committer
Update ports to Django22

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
Original commitRevision:566581 
Tuesday, 2 Feb 2021
19:11 ultima search for other commits by this committer
Update re-tagged version
Original commitRevision:563836 
Monday, 1 Feb 2021
02:26 ultima search for other commits by this committer
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
Original commitRevision:563541 
Monday, 29 Jun 2020
12:18 ultima search for other commits by this committer
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
Original commitRevision:540771 
Friday, 29 May 2020
15:45 kai search for other commits by this committer
www/py-djangorestframework: Update to 3.11.0

* 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
Original commitRevision:536980 
Saturday, 16 May 2020
23:08 ultima search for other commits by this committer
Updated to 7.1.4

Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md
Original commitRevision:535504 
Thursday, 16 Apr 2020
00:28 ultima search for other commits by this committer
* 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
Original commitRevision:531804 
Tuesday, 24 Mar 2020
19:54 antoine search for other commits by this committer
Convert the tree to use PY_PILLOW

With hat:	portmgr
Originally submitted by:	kai
Original commitRevision:529063 
Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Monday, 24 Feb 2020
11:36 kai search for other commits by this committer
graphics/py-pillow: Update to 7.0.0

* 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
Original commitRevision:526962 
Wednesday, 19 Feb 2020
17:59 antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
Original commitRevision:526520 
Monday, 2 Sep 2019
23:10 ultima search for other commits by this committer
Updated to 7.0.8
Fixed runtime dependencies for seafdav
and remove depends not required for
seahub.
Original commitRevision:510893 
Friday, 2 Aug 2019
22:16 ultima search for other commits by this committer
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
Original commitRevision:507916 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Monday, 10 Jun 2019
01:25 ultima search for other commits by this committer
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
Original commitRevision:503869 
Sunday, 9 Jun 2019
05:47 ultima search for other commits by this committer
Change currently unused init var seahub_host so
there is no breakage for current users of seahub.

Change hard coded 0.0.0.0 for gunicorn start to
seahub_host.

PR:		237366
Submitted by:	Boris Tassou <boris.tassou@sec^>
Original commitRevision:503787 
05:24 ultima search for other commits by this committer
Bumped seahub version for init script to fix gunicorn binary name
Fix checksum due to retagged version

PR:		237367
Original commitRevision:503784 
Saturday, 16 Mar 2019
17:59 ultima search for other commits by this committer
* Updated to 6.3.13
* 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 Waschbusch <martin@wasch^>
Original commitRevision:495933 
Tuesday, 25 Dec 2018
21:35 ultima search for other commits by this committer
* Updated seahub to 6.3.9
Original commitRevision:488348 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 23 Sep 2018
19:41 ultima search for other commits by this committer
* Updated to 6.3.6
Original commitRevision:480528 
Tuesday, 18 Sep 2018
05:24 ultima search for other commits by this committer
* Fixed release version commit change
Original commitRevision:479973 
Monday, 17 Sep 2018
19:57 ultima search for other commits by this committer
* 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
Original commitRevision:479945 
Monday, 20 Aug 2018
03:06 ultima search for other commits by this committer
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.
Original commitRevision:477620 
Wednesday, 13 Jun 2018
22:05 ultima search for other commits by this committer
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
Original commitRevision:472346 
Thursday, 19 Apr 2018
16:48 ultima search for other commits by this committer
* Updated to 6.1.11

Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes:
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
Original commitRevision:467784 
Tuesday, 17 Apr 2018
19:25 pi search for other commits by this committer
New port: www/py-djangorestframework as version 3.8.x

- py-djangorestframework 3.6.x lives on as py-djangorestframework36
- seahub and django-annotations stay on -36

PR:		227319
Submitted by:	Kai <freebsd_ports@k-worx.org>
Reviewed by:	antoine, sunpoet
Original commitRevision:467652 
Sunday, 8 Apr 2018
21:35 ultima search for other commits by this committer
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
Original commitRevision:466834 
Friday, 6 Apr 2018
05:14 ultima search for other commits by this committer
Add compilation of i18n for multi-language support
during build phase. This will allow one to change
the language when using seahub.

Reported by:	martin@wasch^
Original commitRevision:466616 
Saturday, 24 Mar 2018
16:33 ultima search for other commits by this committer
* Bump port revision for depend change (r465393)

Pointy hat:	me!
Original commitRevision:465458 
Friday, 23 Mar 2018
18:06 ultima search for other commits by this committer
* Readd py-flup6 ad a depend

Running seahub in fastcgi mode requires flup6.

Pointy hat:	lwhsu
Original commitRevision:465393 
Monday, 26 Feb 2018
22:32 sunpoet search for other commits by this committer
Simplify Makefile: use PY_FUTURES

With hat:	python
Original commitRevision:463086 
Thursday, 11 Jan 2018
17:38 ultima search for other commits by this committer
* 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
Original commitRevision:458758 
Tuesday, 26 Dec 2017
18:37 lwhsu search for other commits by this committer
- These ports do not need flup anymore

PR:		224332
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Original commitRevision:457302 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Saturday, 14 Oct 2017
00:58 ultima search for other commits by this committer
* Updated Seafile to 6.2.2, Seahub to 6.2.0
* Fixed gunicorn startup issue

Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seafdav
www/py-seafobj www/seahub
Changes:	https://manual.seafile.com/changelog/server-changelog.html
Original commitRevision:452038 
Friday, 18 Aug 2017
06:39 ultima search for other commits by this committer
* Updated to 6.1.7
* Cleaned up Makefiles

Affected ports: www/seahub www/py-seafdav www/py-seafobj

Approved by:	lifanov (mentor, implicit)
Original commitRevision:448210 
Monday, 3 Jul 2017
19:06 ultima search for other commits by this committer
* 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
Original commitRevision:444980 
17:46 ultima search for other commits by this committer
* Updated to 6.1.2

Affected ports: www/seahub www/py-seafdav www/py-seafobj

Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11455
Original commitRevision:444976 
Sunday, 2 Jul 2017
01:54 ultima search for other commits by this committer
* Added py-requests to runtime depends

Reported by:	Carsten Lohrmann
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11430
Original commitRevision:444858 
Friday, 28 Apr 2017
15:09 lifanov search for other commits by this committer
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)
Original commitRevision:439615 
Friday, 31 Mar 2017
14:57 lifanov search for other commits by this committer
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)
Original commitRevision:437363 
Monday, 6 Mar 2017
16:21 lifanov search for other commits by this committer
update www/seahub to 6.0.8

 Changes: https://github.com/haiwen/seahub/commits/v6.0.8-pro

PR:		217540
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:435555 
Tuesday, 24 Jan 2017
19:38 lifanov search for other commits by this committer
update www/seahub to 6.0.7

Changes: https://seacloud.cc/group/3/wiki/server-changelog

 - [fix] Fix generating of password protected link in file view page
 - [fix] Fix .jpg/.JPG image display in IE10
 - Export quota usage in export Excel in user list admin page
 - [fix] Fix admin can't delete broken libraries
 - Add "back to previous page" link in trash page, history page
 - [fix] Improve logo show in About page
 - [fix] Fix file encoding for text file editing online
 - [fix] Don't show operation buttons for broken libraries in normal users page

PR:		216349
Submitted by:	ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9284
Original commitRevision:432378 
Friday, 30 Dec 2016
16:02 lifanov search for other commits by this committer
* Updated to 6.0.5

 - Merge pull request #1403 from haiwen/count-users
 - update post args when generate encrypted share link
 - [repo-folder-perm-admin] fix
 - update encoding check when edit file
 - [my libs] don't show operations for broken library
 - [trash] added 'go back'
 - [file revisions] added 'back'
 - update admin del damaged repo
 - add space usage/quota info when export user to excel
 - [i18n] Update fr locale

PR:		215638
Submitted by:	Ultima1252@gmail.com (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8986
Original commitRevision:429995 
Monday, 26 Dec 2016
13:44 riggs search for other commits by this committer
Update to upstream version 6.0.4

Details:
- Update to upstream version 6.0.4
- Now depends on ccnet-server and seafile-server
  after split into clients and server parts

PR:		215294
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:429516 
Sunday, 11 Sep 2016
06:54 pi search for other commits by this committer
www/seahub: 5.1.11 -> 6.0.0

- Fixed link for avatars
- Added custom folder

- Add full screen Web UI
- Add file comment
- Improve zip downloading by adding zip progress
- Change of navigation labels
- Support Seafile Drive client
- [admin] Add group transfer function in admin panel
- [admin] Admin can set library permissions in admin panel
- Improve checking the user running Seafile must be the owner of
  seafile-data. If seafile-data is symbolic link, check the destination
  folder instead of the symbolic link.
- [UI] Improve rename operation
- Show name/contact email in admin panel and enable search user by
  name/contact email
- Add printing style for markdown and doc/pdf
- The Seafile in "Welcome to Seafile" message can be customised by SITE_NAME
- Improve sorting of files with numbers
- [API] Add admin API to only return LDAP imported user list
- Code clean and update Web APIs
- Remove number of synced libraries in devices page for simplify
  the interface and concept
- Update help pages
- [online preview] The online preview size limit setting
  FILE_PREVIEW_MAX_SIZE will not affect videos and audio files. So
  videos and audio with any size can be previewed online.
- [online preview] Add printing style for markdown

PR:		212560
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:421803 
Sunday, 4 Sep 2016
06:40 riggs search for other commits by this committer
Update to upstream version 5.1.11

Detailed maintainer log:
- update import CLOUD_MODE setting
- [sysadmin] update rm org user
- [api] return licensed to info when get sysinfo
- [sysadmin] add search user by name & contact email
- [api2] update search user api

PR:		212297
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:421303 
Monday, 8 Aug 2016
19:13 pi search for other commits by this committer
www/seahub: Small revision fix

This update is a small revision that fixes the web frontends seafile
version. Previously the version would mistakingly show the seahub
version, and it is intended to show the seafile port version.

PR:		211636
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:419891 
Tuesday, 12 Jul 2016
19:38 amdmi3 search for other commits by this committer
- Update to 5.1.10
- While here, add NO_ARCH

PR:		210975
Submitted by:	ultima1252@gmail.com (maintainer)
Original commitRevision:418440 
Wednesday, 15 Jun 2016
19:55 pi search for other commits by this committer
www/seahub: 5.1.7 -> 5.1.8

- rm user check when delete dir share
- check total size before download multi file/dir
- Add search user and list admins
- Several bug fixes

PR:		210307
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:416935 
Saturday, 4 Jun 2016
15:48 pi search for other commits by this committer
www/seahub: 5.1.6 -> 5.1.7

- Improve Web UI for password change
- Use contact email in user profile page
- Fix sometimes dirents duplicated in Firefox

PR:		210019
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:416365 
Monday, 30 May 2016
18:17 pi search for other commits by this committer
www/seahub: 5.1.5 -> 5.1.6

- [security] Fix permission checking for generating share links
- Add an option (ENABLE_SETTINGS_VIA_WEB) to ignore settings via Web UI
  (system admin->settings)
- [fix] Making user search (used in auto-completion) case insensitive

PR:		209863
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:416168 
Sunday, 29 May 2016
13:57 amdmi3 search for other commits by this committer
- Update to 5.1.5
- Multiple port improvements

PR:		203929
Submitted by:	Ultima1252@gmail.com (maintainer)
Original commitRevision:416105 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Thursday, 29 Oct 2015
02:23 junovitch search for other commits by this committer
www/seahub: pass MAINTAINER to submitter

Reference:	https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100923.html

PR:		204110
Approved by:	Jingfeng Yan <yan_jingfeng@yahoo.com> (outgoing maintainer)
Submitted by:	Ricky Gallamore <ultima1252@gmail.com>
Original commitRevision:400431 
Thursday, 8 Oct 2015
15:12 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, M-X.
Original commitRevision:398833 
Tuesday, 28 Jul 2015
04:02 araujo search for other commits by this committer
- Add an rc.d script to be able to start seahub.
- Bump PORTREVISION.

Differential Revision:	D3211
Reviewed by:		koobs, bapt
Sponsored by:		gandi.net
Original commitRevision:393052 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Sunday, 1 Mar 2015
18:09 marino search for other commits by this committer
www/seahub: Upgrade version 3.1.3 => 4.0.5

PR:		197983
Submitted by:	maintainer (Jingfeng Yan)
Original commitRevision:380220 
Monday, 23 Feb 2015
09:49 marino search for other commits by this committer
www/seahub: Relocate python files

Also use Djblets Pillow instead of Djblets PIL.

PR:		196920
Submitted by:	maintainer (Jingfeng Yan)
Original commitRevision:379654 
Friday, 28 Nov 2014
09:05 marino search for other commits by this committer
Add new port www/seahub

PR:		193135
Submitted by:	Jingfeng Yan

Seahub is the web frontend for seafile-server.
WWW: https://github.com/haiwen/seahub
Original commitRevision:373536 

Number of commits found: 82